<?xml version="1.0" encoding="UTF-8"?>

<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="BHAEpisodeExample"/>
  <meta>
    <profile value="http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-episode"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: EpisodeOfCare BHAEpisodeExample</b></p><a name="BHAEpisodeExample"> </a><a name="hcBHAEpisodeExample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-bha-episode.html">Colorado BHA Episode Profile</a></p></div><p><b>status</b>: Finished</p><p><b>type</b>: <span title="Codes:{http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-episode-identifier-cs 01}">Ambulatory Medical Withdrawal Management</span></p><p><b>patient</b>: <a href="Patient-BHAClientExample.html">Emma Jones</a></p><p><b>managingOrganization</b>: <a href="Organization-BHAOrganizationExample.html">Community Health Clinic</a></p></div>
  </text>
  <status value="finished"/>
  <type>
    <coding>
      <system value="http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-episode-identifier-cs"/>
      <code value="01"/>
      <display value="Ambulatory Medical Withdrawal Management"/>
    </coding>
  </type>
  <patient>
    <reference value="Patient/BHAClientExample"/>
    <display value="Emma Jones"/>
  </patient>
  <managingOrganization>
    <reference value="Organization/BHAOrganizationExample"/>
    <display value="Community Health Clinic"/>
  </managingOrganization>
</EpisodeOfCare>