Package org.hl7.fhir

Class ConceptMapElement

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

public class ConceptMapElement 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.Element complex type.

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

 <complexType name="ConceptMap.Element">
   <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="target" type="{http://hl7.org/fhir}ConceptMap.Target" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>