Colorado BHA FHIR Implementation Guide
0.1.0 - ci-build Unknown region code '840'

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

: BHA Personal Safety - TTL Representation

Active as of 2026-03-06

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-personal-safety-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-personal-safety-cs</b></p><a name=\"bha-personal-safety-cs\"> </a><a name=\"hcbha-personal-safety-cs\"> </a><p>This case-sensitive code system <code>http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-personal-safety-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\">01<a name=\"bha-personal-safety-cs-01\"> </a></td><td>No incidents of emotional, verbal, or physical abuse between the beginning of pregnancy and now.</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"bha-personal-safety-cs-02\"> </a></td><td>One to two incidents of emotional, verbal or physical abuse between the beginning of pregnancy and now.</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"bha-personal-safety-cs-03\"> </a></td><td>Multiple incidents of emotional, verbal or physical abuse between the beginning of the pregnancy and now.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-personal-safety-cs"^^xsd:anyURI ;
fhir:l <http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-personal-safety-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BHAPersonalSafetyCS"] ; # 
  fhir:title [ fhir:v "BHA Personal Safety"] ; # 
  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 personal safety used in BHA Special Connections"] ; # 
  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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "No incidents of emotional, verbal, or physical abuse between the beginning of pregnancy and now." ]
  ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "One to two incidents of emotional, verbal or physical abuse between the beginning of pregnancy and now." ]
  ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Multiple incidents of emotional, verbal or physical abuse between the beginning of the pregnancy and now." ]
  ] ) . #