Package org.hl7.fhir

Class Composition

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

public class Composition 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 Composition complex type.

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

 <complexType name="Composition">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
         <element name="date" type="{http://hl7.org/fhir}dateTime"/>
         <element name="type" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="class" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="title" type="{http://hl7.org/fhir}string"/>
         <element name="status" type="{http://hl7.org/fhir}CompositionStatus"/>
         <element name="confidentiality" type="{http://hl7.org/fhir}code" minOccurs="0"/>
         <element name="subject" type="{http://hl7.org/fhir}Reference"/>
         <element name="author" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded"/>
         <element name="attester" type="{http://hl7.org/fhir}Composition.Attester" maxOccurs="unbounded" minOccurs="0"/>
         <element name="custodian" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="event" type="{http://hl7.org/fhir}Composition.Event" maxOccurs="unbounded" minOccurs="0"/>
         <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="section" type="{http://hl7.org/fhir}Composition.Section" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>