Package org.hl7.fhir

Class EncounterLocation

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

    public class EncounterLocation
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.

    Java class for Encounter.Location complex type.

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

     <complexType name="Encounter.Location">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="location" type="{http://hl7.org/fhir}Reference"/>
             <element name="status" type="{http://hl7.org/fhir}EncounterLocationStatus" minOccurs="0"/>
             <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>