Colorado BHA FHIR Implementation Guide
0.1.0-current - 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-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 Access to Other Drug/Alcohol Treatment - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "bha-access-to-other-treatment-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bha-access-to-other-treatment-cs</b></p><a name=\"bha-access-to-other-treatment-cs\"> </a><a name=\"hcbha-access-to-other-treatment-cs\"> </a><p>This case-sensitive code system <code>http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-access-to-other-treatment-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-access-to-other-treatment-cs-01\"> </a></td><td>Has access to other treatment</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"bha-access-to-other-treatment-cs-02\"> </a></td><td>Limited access to other treatment</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"bha-access-to-other-treatment-cs-03\"> </a></td><td>No access to other treatment</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/bha-ig"
          }
        ]
      }
    }
  ],
  "url" : "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-access-to-other-treatment-cs",
  "version" : "0.1.0-current",
  "name" : "BHAAccessToOtherTreatmentCS",
  "title" : "BHA Access to Other Drug/Alcohol Treatment",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-18T00:06:38+00:00",
  "publisher" : "Colorado Behavioral Health Administration",
  "contact" : [
    {
      "name" : "Colorado Behavioral Health Administration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://bha.colorado.gov"
        },
        {
          "system" : "email",
          "value" : "FHIRFeedback@state.co.us"
        }
      ]
    }
  ],
  "description" : "Code system for access to other drug/alcohol treatment used in BHA Special Connections",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "840"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "01",
      "display" : "Has access to other treatment"
    },
    {
      "code" : "02",
      "display" : "Limited access to other treatment"
    },
    {
      "code" : "03",
      "display" : "No access to other treatment"
    }
  ]
}