Package org.hl7.fhir

Class DocumentReference

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

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

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

     <complexType name="DocumentReference">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="masterIdentifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
             <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="type" type="{http://hl7.org/fhir}CodeableConcept"/>
             <element name="class" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="author" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
             <element name="custodian" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="authenticator" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="indexed" type="{http://hl7.org/fhir}instant"/>
             <element name="status" type="{http://hl7.org/fhir}DocumentReferenceStatus"/>
             <element name="docStatus" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="relatesTo" type="{http://hl7.org/fhir}DocumentReference.RelatesTo" maxOccurs="unbounded" minOccurs="0"/>
             <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="securityLabel" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
             <element name="content" type="{http://hl7.org/fhir}DocumentReference.Content" maxOccurs="unbounded"/>
             <element name="context" type="{http://hl7.org/fhir}DocumentReference.Context" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>