Package org.hl7.fhir

Class ConceptMapTarget

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

public class ConceptMapTarget extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.

Java class for ConceptMap.Target complex type.

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

 <complexType name="ConceptMap.Target">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="system" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
         <element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="code" type="{http://hl7.org/fhir}code" minOccurs="0"/>
         <element name="equivalence" type="{http://hl7.org/fhir}ConceptMapEquivalence"/>
         <element name="comments" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="dependsOn" type="{http://hl7.org/fhir}ConceptMap.DependsOn" maxOccurs="unbounded" minOccurs="0"/>
         <element name="product" type="{http://hl7.org/fhir}ConceptMap.DependsOn" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>