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.3.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CoBHA/CoBHRM-FHIR-IG/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "BHAEncounterExample2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-encounter"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-encounter> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter BHAEncounterExample2</b></p><a name=\"BHAEncounterExample2\"> </a><a name=\"hcBHAEncounterExample2\"> </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\">BHA Encounter Profile</a></p></div><p><b>BHA Action Type</b>: <span title=\"Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs 01}\">Admission</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-IMP\">v3 Code System 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-BHAEpisodeOfCareExampleBH.html\">BHA Episode Example</a></p><p><b>period</b>: 2024-01-05 10:39:52+0000 --> 2024-01-05 13:22:52+0000</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-BHAEpisodeDiagnosisExample2.html\">Anxiety disorder</a></td><td><span title=\"Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs MH}\">Mental Health</span></td><td>2</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-BHAOrganizationExample.html\">Community Health Clinic</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-action-type"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-action-type> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs> ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Admission" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]
] ; #
fhir:type ( [
( fhir:coding [
a sct:261665006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "261665006" ] ;
fhir:display [ fhir:v "Unknown (qualifier value)" ] ] ) ;
fhir:text [ fhir:v "Unknown (qualifier value)" ]
] ) ; #
fhir:subject [
fhir:l fhir:Patient/BHAClientExample ;
fhir:reference [ fhir:v "Patient/BHAClientExample" ] ;
fhir:display [ fhir:v "Emma Jones" ]
] ; #
fhir:episodeOfCare ( [
fhir:l fhir:EpisodeOfCare/BHAEpisodeOfCareExampleBH ;
fhir:reference [ fhir:v "EpisodeOfCare/BHAEpisodeOfCareExampleBH" ] ;
fhir:display [ fhir:v "BHA Episode Example" ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2024-01-05T10:39:52Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-01-05T13:22:52Z"^^xsd:dateTime ]
] ; #
fhir:diagnosis ( [
fhir:condition [
fhir:l fhir:Condition/BHAEpisodeDiagnosisExample2 ;
fhir:reference [ fhir:v "Condition/BHAEpisodeDiagnosisExample2" ] ;
fhir:display [ fhir:v "Anxiety disorder" ] ] ;
fhir:use [
( fhir:coding [
fhir:system [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs> ] ;
fhir:code [ fhir:v "MH" ] ;
fhir:display [ fhir:v "Mental Health" ] ] ) ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
] ) ; #
fhir:serviceProvider [
fhir:l fhir:Organization/BHAOrganizationExample ;
fhir:reference [ fhir:v "Organization/BHAOrganizationExample" ] ;
fhir:display [ fhir:v "Community Health Clinic" ]
] . #
IG © 2025+ Colorado Behavioral Health Administration.
Package bha-ig#0.3.0-current based on FHIR 4.0.1.
Generated
2026-05-28
Links: Table of Contents |
QA Report
|