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-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RatioPBC/bha-ig/ and changes regularly. See the Directory of published versions
: BHA Episode ID Types - TTL Representation
Raw ttl | Download
@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-episode-id-type-cs"] ; #
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-episode-id-type-cs</b></p><a name=\"bha-episode-id-type-cs\"> </a><a name=\"hcbha-episode-id-type-cs\"> </a><p>This case-sensitive code system <code>http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-episode-id-type-cs</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\">BHASOID<a name=\"bha-episode-id-type-cs-BHASOID\"> </a></td><td>BHASO Admission Identifier</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"bha-episode-id-type-cs-02\"> </a></td><td>test</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 0 ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig> ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig> ] ] ) ]
] ) ; #
fhir:url [
fhir:v "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-episode-id-type-cs"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-episode-id-type-cs>
] ; #
fhir:version [ fhir:v "0.1.0-current"] ; #
fhir:name [ fhir:v "BHAEpisodeIdTypeCS"] ; #
fhir:title [ fhir:v "BHA Episode ID Types"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-18T00:06:38+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 "FHIRFeedback@state.co.us" ] ] )
] ) ; #
fhir:description [ fhir:v "Types of Episode IDs"] ; #
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 "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "BHASOID" ] ;
fhir:display [ fhir:v "BHASO Admission Identifier" ]
] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "test" ]
] ) . #