<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="core-examples-EpisodeOfCare-example22" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:37:51.354+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current<br />
			was on leave from 22 Sept - 24 Sept while in respite care
    </div>
  </text>
  <identifier>
    <system value="http://example.org/sampleepisodeofcare-identifier" />
    <value value="123" />
  </identifier>
  <status value="active" />
  <statusHistory>
    <status value="planned" />
    <period>
      <start value="2014-09-01" />
      <end value="2014-09-14" />
    </period>
  </statusHistory>
  <statusHistory>
    <status value="active" />
    <period>
      <start value="2014-09-15" />
      <end value="2014-09-21" />
    </period>
  </statusHistory>
  <statusHistory>
    <status value="onhold" />
    <period>
      <start value="2014-09-22" />
      <end value="2014-09-24" />
    </period>
  </statusHistory>
  <statusHistory>
    <status value="active" />
    <period>
      <start value="2014-09-25" />
    </period>
  </statusHistory>
  <type>
    <coding>
      <system value="http://example.org/EpisodeOfCare/Type" />
      <code value="HACC" />
      <display value="Home and Community Care Package" />
    </coding>
  </type>
  <condition>
    <reference value="Condition/example" />
    <display value="Severe burn of left ear" />
  </condition>
  <patient>
    <reference value="Patient/example" />
  </patient>
  <managingOrganization>
    <reference value="Organization/hl7" />
  </managingOrganization>
  <period>
    <start value="2014-09-01" />
  </period>
  <referralRequest>
    <display value="Referral from Example Aged Care Services" />
  </referralRequest>
  <careManager>
    <reference value="Practitioner/14" />
    <display value="Amanda Assigned" />
  </careManager>
  <careTeam>
    <role>
      <coding>
        <system value="http://example.org/EpisodeOfCare/Role" />
        <code value="AO" />
        <display value="Assessment Worker" />
      </coding>
    </role>
    <period>
      <start value="2014-09-01" />
      <end value="2014-09-16" />
    </period>
    <member>
      <reference value="Practitioner/13" />
      <display value="Henry Seven" />
    </member>
  </careTeam>
</EpisodeOfCare>