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 Encounter for a BHA Episode - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="BHAEncounterExample"/>
  <meta>
    <profile
             value="http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-encounter"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter BHAEncounterExample</b></p><a name="BHAEncounterExample"> </a><a name="hcBHAEncounterExample"> </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-encounter.html">Colorado BHA Encounter Profile</a></p></div><p><b>BHA Action Type</b>: <span title="Codes:{http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-action-type-cs 01}">Admission</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 261665006}">Unknown (qualifier value)</span></p><p><b>subject</b>: <a href="Patient-BHAClientExample.html">Emma Jones</a></p><p><b>episodeOfCare</b>: <a href="EpisodeOfCare-BHAEpisodeExample.html">BHA Episode Example</a></p><p><b>period</b>: 2025-11-14 10:39:52+0000 --&gt; 2025-11-14 13:22:52+0000</p><p><b>serviceProvider</b>: <a href="Organization-BHAOrganizationExample.html">Community Health Clinic</a></p></div>
  </text>
  <extension
             url="http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-action-type">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-action-type-cs"/>
        <code value="01"/>
        <display value="Admission"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/731000124108"/>
      <code value="261665006"/>
      <display value="Unknown (qualifier value)"/>
    </coding>
    <text value="Unknown (qualifier value)"/>
  </type>
  <subject>🔗 
    <reference value="Patient/BHAClientExample"/>
    <display value="Emma Jones"/>
  </subject>
  <episodeOfCare>🔗 
    <reference value="EpisodeOfCare/BHAEpisodeExample"/>
    <display value="BHA Episode Example"/>
  </episodeOfCare>
  <period>
    <start value="2025-11-14T10:39:52Z"/>
    <end value="2025-11-14T13:22:52Z"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/BHAOrganizationExample"/>
    <display value="Community Health Clinic"/>
  </serviceProvider>
</Encounter>