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

FHIR IG analytics

Packageus.co.bha-ig
Resource TypeQuestionnaire
IdQuestionnaire-BHAClientQuestionnaire.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/CoBHA/CoBHRM-FHIR-IG/Questionnaire-BHAClientQuestionnaire.html
URLhttp://bha.colorado.gov/fhir/bha-ig/Questionnaire/BHAClientQuestionnaire
Version0.3.0-current
Statusactive
Date2025-12-17
NameBHAClientQuestionnaire
TitleBHA Client Questionnaire
Realmus
DescriptionQuestionnaire used during a behavioral health episode of care to collect demographic and administrative information from patients receiving behavioral health services

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Questionnaire BHAClientQuestionnaire

Profile: SDC Base Questionnaire version: 4.0.0-ci-build

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. BHAClientQuestionnaireQuestionnaire used during a behavioral health episode of care to collect demographic and administrative information from patients receiving behavioral health servicesQuestionnairehttp://bha.colorado.gov/fhir/bha-ig/Questionnaire/BHAClientQuestionnaire#0.3.0-current
... lastUpdatedLast Updated DateTime of the data in the QuestionnaireResponse1..1dateTime
... CHILD_WELFARE_INVOLVEMENTChild Welfare Involvement0..1boolean
... TRAILS_IDENTIFIERTrails Identifier1..1stringEnable When: CHILD_WELFARE_INVOLVEMENT = true
... DISABILITY_CODESDisability Code(s)1..*choiceValue Set: ValueSet for BHA Disability Codes

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "BHAClientQuestionnaire",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire|4.0.0-ci-build"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm",
      "valueCoding": {
        "system": "http://hl7.org/fhir/version-algorithm",
        "code": "semver",
        "display": "SemVer"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/us.co.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/us.co.bha-ig"
          }
        ]
      }
    }
  ],
  "url": "http://bha.colorado.gov/fhir/bha-ig/Questionnaire/BHAClientQuestionnaire",
  "version": "0.3.0-current",
  "name": "BHAClientQuestionnaire",
  "title": "BHA Client Questionnaire",
  "status": "active",
  "subjectType": [
    "Patient"
  ],
  "date": "2025-12-17",
  "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": "Questionnaire used during a behavioral health episode of care to collect demographic and administrative information from patients receiving behavioral health services",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "USA"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "lastUpdated",
      "text": "Last Updated DateTime of the data in the QuestionnaireResponse",
      "type": "dateTime",
      "required": true
    },
    {
      "linkId": "CHILD_WELFARE_INVOLVEMENT",
      "text": "Child Welfare Involvement",
      "type": "boolean",
      "required": false
    },
    {
      "linkId": "TRAILS_IDENTIFIER",
      "text": "Trails Identifier",
      "type": "string",
      "enableWhen": [
        {
          "question": "CHILD_WELFARE_INVOLVEMENT",
          "operator": "=",
          "answerBoolean": true
        }
      ],
      "required": true
    },
    {
      "linkId": "DISABILITY_CODES",
      "text": "Disability Code(s)",
      "type": "choice",
      "required": true,
      "repeats": true,
      "answerValueSet": "http://bha.colorado.gov/fhir/bha-ig/ValueSet/bha-disability-codes-vs"
    }
  ]
}