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-referral-source"] ; #
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-referral-source</b></p><a name=\"bha-referral-source\"> </a><a name=\"hcbha-referral-source\"> </a><p>This case-sensitive code system <code>http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-referral-source</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-referral-source-1\"> </a></td><td>Individual (self, family, friend)</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"bha-referral-source-2\"> </a></td><td>Alcohol/drug use care provider</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"bha-referral-source-3\"> </a></td><td>Other health care provider (e.g., medical, mental)</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"bha-referral-source-4\"> </a></td><td>School (educational)</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"bha-referral-source-5\"> </a></td><td>Employer</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"bha-referral-source-6\"> </a></td><td>Social/Human Services</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"bha-referral-source-7\"> </a></td><td>Non-DUI Criminal Justice (Probation, Parole/TASC, SB-94, Community Corrections)</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"bha-referral-source-8\"> </a></td><td>DUI/DWI Criminal Justice</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"bha-referral-source-9\"> </a></td><td>Involuntary Commitment</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"bha-referral-source-10\"> </a></td><td>Other Community Referral</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"bha-referral-source-11\"> </a></td><td>Drug Court</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"bha-referral-source-12\"> </a></td><td>STIRT</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"bha-referral-source-13\"> </a></td><td>Crisis System</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"bha-referral-source-14\"> </a></td><td>I MATTER</td></tr><tr><td style=\"white-space:nowrap\">15<a name=\"bha-referral-source-15\"> </a></td><td>Residential Facility, Mental Health</td></tr><tr><td style=\"white-space:nowrap\">16<a name=\"bha-referral-source-16\"> </a></td><td>Residential Facility, Other</td></tr><tr><td style=\"white-space:nowrap\">17<a name=\"bha-referral-source-17\"> </a></td><td>Referral source not known</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-referral-source"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-referral-source>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "BHAReferralSourceCS"] ; #
fhir:title [ fhir:v "BHA Referral Source"] ; #
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 referral sources used in BHA admission process"] ; #
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 "17"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Individual (self, family, friend)" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Alcohol/drug use care provider" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Other health care provider (e.g., medical, mental)" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "School (educational)" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Employer" ]
] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Social/Human Services" ]
] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Non-DUI Criminal Justice (Probation, Parole/TASC, SB-94, Community Corrections)" ]
] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "DUI/DWI Criminal Justice" ]
] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "Involuntary Commitment" ]
] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Other Community Referral" ]
] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Drug Court" ]
] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "STIRT" ]
] [
fhir:code [ fhir:v "13" ] ;
fhir:display [ fhir:v "Crisis System" ]
] [
fhir:code [ fhir:v "14" ] ;
fhir:display [ fhir:v "I MATTER" ]
] [
fhir:code [ fhir:v "15" ] ;
fhir:display [ fhir:v "Residential Facility, Mental Health" ]
] [
fhir:code [ fhir:v "16" ] ;
fhir:display [ fhir:v "Residential Facility, Other" ]
] [
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "Referral source not known" ]
] ) . #
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