Package org.hl7.fhir

Class EncounterStatusHistory

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

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

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

     <complexType name="Encounter.StatusHistory">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="status" type="{http://hl7.org/fhir}EncounterState"/>
             <element name="period" type="{http://hl7.org/fhir}Period"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>