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
{
"resourceType" : "Encounter",
"id" : "BHAEncounterExample",
"meta" : {
"profile" : [
🔗 "http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<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 --> 2025-11-14 13:22:52+0000</p><p><b>serviceProvider</b>: <a href=\"Organization-BHAOrganizationExample.html\">Community Health Clinic</a></p></div>"
},
"extension" : [
{
"url" : "http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-action-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-action-type-cs",
"code" : "01",
"display" : "Admission"
}
]
}
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "IMP",
"display" : "inpatient encounter"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/731000124108",
"code" : "261665006",
"display" : "Unknown (qualifier value)"
}
],
"text" : "Unknown (qualifier value)"
}
],
"subject" : {
🔗 "reference" : "Patient/BHAClientExample",
"display" : "Emma Jones"
},
"episodeOfCare" : [
{
🔗 "reference" : "EpisodeOfCare/BHAEpisodeExample",
"display" : "BHA Episode Example"
}
],
"period" : {
"start" : "2025-11-14T10:39:52Z",
"end" : "2025-11-14T13:22:52Z"
},
"serviceProvider" : {
🔗 "reference" : "Organization/BHAOrganizationExample",
"display" : "Community Health Clinic"
}
}