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
| Active as of 2026-03-06 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bha-living-situation"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bha-living-situation</b></p><a name=\"bha-living-situation\"> </a><a name=\"hcbha-living-situation\"> </a><p>This case-sensitive code system <code>http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-living-situation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"bha-living-situation-1\"> </a></td><td>Correctional facility / Jail</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"bha-living-situation-2\"> </a></td><td>Inpatient</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"bha-living-situation-3\"> </a></td><td>ATU, Adults Only</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"bha-living-situation-4\"> </a></td><td>Residential Treatment / Group (Youth)</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"bha-living-situation-5\"> </a></td><td>Foster Home (Youth)</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"bha-living-situation-6\"> </a></td><td>Boarding Home (Adult)</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"bha-living-situation-7\"> </a></td><td>Group Home (Adult)</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"bha-living-situation-8\"> </a></td><td>Nursing Home</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"bha-living-situation-9\"> </a></td><td>Residential Facility (MH Adult)</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"bha-living-situation-10\"> </a></td><td>Residential Facility (Other)</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"bha-living-situation-11\"> </a></td><td>Sober Living</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"bha-living-situation-12\"> </a></td><td>Houseless</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"bha-living-situation-13\"> </a></td><td>Supported Housing</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"bha-living-situation-14\"> </a></td><td>Assisted Living</td></tr><tr><td style=\"white-space:nowrap\">15<a name=\"bha-living-situation-15\"> </a></td><td>Independent Living</td></tr><tr><td style=\"white-space:nowrap\">16<a name=\"bha-living-situation-16\"> </a></td><td>Halfway House</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-living-situation"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-living-situation>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "BHALivingSituationCS"] ; #
fhir:title [ fhir:v "BHA Living Situation"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-06T19:31:49+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Colorado Behavioral Health Administration"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Colorado Behavioral Health Administration" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://bha.colorado.gov" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cdhs_bha_provider_support@state.co.us" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system for living situations used in BHA episodes"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "840" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "16"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Correctional facility / Jail" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Inpatient" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "ATU, Adults Only" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Residential Treatment / Group (Youth)" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Foster Home (Youth)" ]
] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Boarding Home (Adult)" ]
] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Group Home (Adult)" ]
] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Nursing Home" ]
] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "Residential Facility (MH Adult)" ]
] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Residential Facility (Other)" ]
] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Sober Living" ]
] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "Houseless" ]
] [
fhir:code [ fhir:v "13" ] ;
fhir:display [ fhir:v "Supported Housing" ]
] [
fhir:code [ fhir:v "14" ] ;
fhir:display [ fhir:v "Assisted Living" ]
] [
fhir:code [ fhir:v "15" ] ;
fhir:display [ fhir:v "Independent Living" ]
] [
fhir:code [ fhir:v "16" ] ;
fhir:display [ fhir:v "Halfway House" ]
] ) . #
IG © 2025+ Colorado Behavioral Health Administration. Package bha-test-ig#0.1.0 based on FHIR 4.0.1. Generated 2026-03-06
Links: Table of Contents |
QA Report