Package org.hl7.fhir

Class CodeSystemConcept

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

public class CodeSystemConcept extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A code system resource specifies a set of codes drawn from one or more code systems.

Java class for CodeSystem.Concept complex type.

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

 <complexType name="CodeSystem.Concept">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="code" type="{http://hl7.org/fhir}code"/>
         <element name="display" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="definition" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="designation" type="{http://hl7.org/fhir}CodeSystem.Designation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="property" type="{http://hl7.org/fhir}CodeSystem.Property1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="concept" type="{http://hl7.org/fhir}CodeSystem.Concept" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>