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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/BHAEncounterExamplePG> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "BHAEncounterExamplePG"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-encounter" ;
fhir:index -1 ;
fhir:link <http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-encounter>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter BHAEncounterExamplePG</b></p><a name=\"BHAEncounterExamplePG\"> </a><a name=\"hcBHAEncounterExamplePG\"> </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 06}\">Evaluation Only</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/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>: </p><ul><li><a href=\"EpisodeOfCare-BHAEpisodeOfCareExampleBH.html\">BHA Episode of Care for BH Program</a></li><li><a href=\"EpisodeOfCare-EpisodeOfCareExamplePG.html\">Episode of Care for Pregnancy</a></li></ul><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>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-action-type" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs" ] ;
fhir:Coding.code [ fhir:value "06" ] ;
fhir:Coding.display [ fhir:value "Evaluation Only" ]
]
]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "IMP" ] ;
fhir:Coding.display [ fhir:value "inpatient encounter" ]
] ;
fhir:Encounter.type [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:261665006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.version [ fhir:value "http://snomed.info/sct/731000124108" ] ;
fhir:Coding.code [ fhir:value "261665006" ] ;
fhir:Coding.display [ fhir:value "Unknown (qualifier value)" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Unknown (qualifier value)" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/BHAClientExample> ;
fhir:Reference.reference [ fhir:value "Patient/BHAClientExample" ] ;
fhir:Reference.display [ fhir:value "Emma Jones" ]
] ;
fhir:Encounter.episodeOfCare [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/EpisodeOfCare/BHAEpisodeOfCareExampleBH> ;
fhir:Reference.reference [ fhir:value "EpisodeOfCare/BHAEpisodeOfCareExampleBH" ] ;
fhir:Reference.display [ fhir:value "BHA Episode of Care for BH Program" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/EpisodeOfCare/EpisodeOfCareExamplePG> ;
fhir:Reference.reference [ fhir:value "EpisodeOfCare/EpisodeOfCareExamplePG" ] ;
fhir:Reference.display [ fhir:value "Episode of Care for Pregnancy" ]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2025-11-14T10:39:52Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2025-11-14T13:22:52Z"^^xsd:dateTime ]
] ;
fhir:Encounter.serviceProvider [
fhir:link <http://hl7.org/fhir/Organization/BHAOrganizationExample> ;
fhir:Reference.reference [ fhir:value "Organization/BHAOrganizationExample" ] ;
fhir:Reference.display [ fhir:value "Community Health Clinic" ]
] .
<http://hl7.org/fhir/Patient/BHAClientExample> a fhir:Patient .
<http://hl7.org/fhir/EpisodeOfCare/BHAEpisodeOfCareExampleBH> a fhir:EpisodeOfCare .
<http://hl7.org/fhir/EpisodeOfCare/EpisodeOfCareExamplePG> a fhir:EpisodeOfCare .
<http://hl7.org/fhir/Organization/BHAOrganizationExample> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/BHAEncounterExamplePG.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/BHAEncounterExamplePG.ttl> .
IG © 2025+ Colorado Behavioral Health Administration.
Package us.co.bha-ig#0.3.0-current based on FHIR 4.0.1.
Generated
2026-07-06
Links: Table of Contents |
QA Report
|