Colorado BHA FHIR Implementation Guide
0.1.0 - ci-build Unknown region code '840'

Colorado BHA FHIR Implementation Guide, published by Colorado Behavioral Health Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RatioPBC/bha-test-ig/ and changes regularly. See the Directory of published versions

: Example Episode - XML Representation

Raw xml | Download


<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>