Package org.hl7.fhir

Class NamingSystem

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

public class NamingSystem extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for NamingSystem complex type.

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

 <complexType name="NamingSystem">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="name" type="{http://hl7.org/fhir}string"/>
         <element name="status" type="{http://hl7.org/fhir}ConformanceResourceStatus"/>
         <element name="kind" type="{http://hl7.org/fhir}NamingSystemType"/>
         <element name="date" type="{http://hl7.org/fhir}dateTime"/>
         <element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="contact" type="{http://hl7.org/fhir}NamingSystem.Contact" maxOccurs="unbounded" minOccurs="0"/>
         <element name="responsible" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="useContext" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="usage" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="uniqueId" type="{http://hl7.org/fhir}NamingSystem.UniqueId" maxOccurs="unbounded"/>
         <element name="replacedBy" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>