Package org.hl7.fhir

Class StructureMapTarget

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

public class StructureMapTarget 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.Target complex type.

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

 <complexType name="StructureMap.Target">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <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="variable" type="{http://hl7.org/fhir}id" minOccurs="0"/>
         <element name="listMode" type="{http://hl7.org/fhir}StructureMapListMode" maxOccurs="unbounded" minOccurs="0"/>
         <element name="listRuleId" type="{http://hl7.org/fhir}id" minOccurs="0"/>
         <element name="transform" type="{http://hl7.org/fhir}StructureMapTransform" minOccurs="0"/>
         <element name="parameter" type="{http://hl7.org/fhir}StructureMap.Parameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>