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

Raw json | Download

{
  "resourceType" : "EpisodeOfCare",
  "id" : "BHAEpisodeExample",
  "meta" : {
    "profile" : [
      🔗 "http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-episode"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "finished",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-episode-identifier-cs",
          "code" : "01",
          "display" : "Ambulatory Medical Withdrawal Management"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/BHAClientExample",
    "display" : "Emma Jones"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/BHAOrganizationExample",
    "display" : "Community Health Clinic"
  }
}