Package org.hl7.fhir

Class NamingSystemUniqueId

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

    public class NamingSystemUniqueId
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types.

    Java class for NamingSystem.UniqueId complex type.

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

     <complexType name="NamingSystem.UniqueId">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="type" type="{http://hl7.org/fhir}NamingSystemIdentifierType"/>
             <element name="value" type="{http://hl7.org/fhir}string"/>
             <element name="preferred" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
             <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>