Package org.hl7.fhir

Class DataElementMapping

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

public class DataElementMapping extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The formal description of a single piece of information that can be gathered and reported.

Java class for DataElement.Mapping complex type.

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

 <complexType name="DataElement.Mapping">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="identity" type="{http://hl7.org/fhir}id"/>
         <element name="uri" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
         <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • identity

      protected Id identity
    • uri

      protected Uri uri
    • name

      protected String name
    • comment

      protected String comment
  • Constructor Details

    • DataElementMapping

      public DataElementMapping()
  • Method Details