Package org.hl7.fhir

Class CompositionSection

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

public class CompositionSection extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.

Java class for Composition.Section complex type.

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

 <complexType name="Composition.Section">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="code" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="text" type="{http://hl7.org/fhir}Narrative" minOccurs="0"/>
         <element name="mode" type="{http://hl7.org/fhir}code" minOccurs="0"/>
         <element name="orderedBy" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="entry" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="emptyReason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="section" type="{http://hl7.org/fhir}Composition.Section" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>