Package org.hl7.fhir

Class DocumentReferenceContext

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

    public class DocumentReferenceContext
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A reference to a document .

    Java class for DocumentReference.Context complex type.

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

     <complexType name="DocumentReference.Context">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="event" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
             <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
             <element name="facilityType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="practiceSetting" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="sourcePatientInfo" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="related" type="{http://hl7.org/fhir}DocumentReference.Related" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>