<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="2014" />
  <meta>
    <profile value="http://fhir.health.gov.il/StructureDefinition/il-core-episode-of-care" />
  </meta>
  <identifier>
    <system value="http://mockup.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://terminology.hl7.org/CodeSystem/episodeofcare-type" />
      <code value="hacc" />
      <display value="Home and Community Care" />
    </coding>
  </type>
  <diagnosis>
    <condition>
      <reference value="Condition/burnt-ear" />
    </condition>
    <role>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role" />
        <code value="CC" />
        <display value="Chief complaint" />
      </coding>
    </role>
    <rank value="1" />
  </diagnosis>
  <patient>
    <reference value="Patient/patient-israeli" />
  </patient>
  <managingOrganization>
    <reference value="Organization/hospital-department" />
  </managingOrganization>
  <period>
    <start value="2014-09-01" />
  </period>
  <referralRequest>
    <display value="Referral from Example Aged Care Services" />
  </referralRequest>
  <careManager>
    <reference value="Practitioner/md" />
  </careManager>
  <team>
    <reference value="CareTeam/example" />
    <display value="example care team" />
  </team>
  <account>
    <reference value="Account/example-account" />
    <display value="example account" />
  </account>
</EpisodeOfCare>