Package org.hl7.fhir

Class EpisodeOfCareStatusHistory

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.EpisodeOfCareStatusHistory
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class EpisodeOfCareStatusHistory extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.

Java class for EpisodeOfCare.StatusHistory complex type.

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

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