FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebha-ig
Resource TypeCodeSystem
IdCodeSystem-bha-action-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/RatioPBC/bha-ig/CodeSystem-bha-action-type-cs.html
URLhttp://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs
Version0.1.0-current
Statusactive
Date2026-03-18T00:06:38+00:00
NameBHAActionTypeCS
TitleBHA Action Type Codes
Realmus
DescriptionCCAR action types
Contentcomplete

Resources that use this resource

ValueSet
bha-ig#currentbha-action-type-vsBHA Action Type Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem bha-action-type-cs

This case-sensitive code system http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-action-type-cs defines the following codes:

CodeDisplay
01 Admission
03 Update
05 Discharge
06 Evaluation Only

Source1

{
  "resourceType": "CodeSystem",
  "id": "bha-action-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-action-type-cs",
  "version": "0.1.0-current",
  "name": "BHAActionTypeCS",
  "title": "BHA Action Type Codes",
  "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": "CCAR action types",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "840"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "01",
      "display": "Admission"
    },
    {
      "code": "03",
      "display": "Update"
    },
    {
      "code": "05",
      "display": "Discharge"
    },
    {
      "code": "06",
      "display": "Evaluation Only"
    }
  ]
}