Package org.hl7.fhir

Class StructureMapSource

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class StructureMapSource extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A Map of relationships between 2 structures that can be used to transform data.

Java class for StructureMap.Source complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StructureMap.Source">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="required" type="{http://hl7.org/fhir}boolean"/>
         <element name="context" type="{http://hl7.org/fhir}id"/>
         <element name="contextType" type="{http://hl7.org/fhir}StructureMapContextType"/>
         <element name="element" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="listMode" type="{http://hl7.org/fhir}StructureMapListMode" minOccurs="0"/>
         <element name="variable" type="{http://hl7.org/fhir}id" minOccurs="0"/>
         <element name="condition" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="check" type="{http://hl7.org/fhir}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>