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

FHIR IG analytics

Packagebha-test-ig
Resource TypeQuestionnaire
IdQuestionnaire-BHADischargeQuestionnaire.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/RatioPBC/bha-test-ig/Questionnaire-BHADischargeQuestionnaire.html
URLhttp://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-discharge
Version0.1.0
Statusactive
Date2025-12-17
NameBHADischargeQuestionnaire
TitleBHA Discharge Questionnaire
Realmus
DescriptionQuestionnaire used to collect demographic and administrative information from patients being discharged from 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 BHADischargeQuestionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. BHADischargeQuestionnaireQuestionnaire used to collect demographic and administrative information from patients being discharged from behavioral health servicesQuestionnairehttp://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-discharge#0.1.0
... END_OF_TREATMENT_REASONEnd of Treatment Reason0..1choiceValue Set: BHA End of Treatment Reasons Value Set
... ARRESTS_PAST_30_DAYSArrests in Past 30 Days1..1integer
... EMPLOYMENT_STATUSEmployment Status1..1choiceValue Set: BHA Employment Status
... LIVING_SITUATIONLiving Situation1..1choiceValue Set: BHA Living Situation
... SELF_HELP_ATTENDANCESelf Help Attendance / Peer Support Attendance (Last 30 days at discharge)1..1integer
... EDUCATION_LEVELEducation Level1..1choiceValue Set: BHA Education Level
... SCHOOL_ATTENDANCE_STATUSSchool Attendance Status (in the previous 3 months)1..1choiceValue Set: BHA School Attendance Status
... LEGAL_STATUSLegal Status1..1choiceValue Set: BHA Legal Status

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "BHADischargeQuestionnaire",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-discharge",
  "version": "0.1.0",
  "name": "BHADischargeQuestionnaire",
  "title": "BHA Discharge 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": "cdhs_bha_provider_support@state.co.us"
        }
      ]
    }
  ],
  "description": "Questionnaire used to collect demographic and administrative information from patients being discharged from behavioral health services",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "840"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "END_OF_TREATMENT_REASON",
      "text": "End of Treatment Reason",
      "type": "choice",
      "required": false,
      "answerValueSet": "http://bha.colorado.gov/fhir/bha-test-ig/ValueSet/bha-end-of-treatment-reason-vs"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/minValue",
          "valueInteger": 0
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/maxValue",
          "valueInteger": 30
        }
      ],
      "linkId": "ARRESTS_PAST_30_DAYS",
      "text": "Arrests in Past 30 Days",
      "type": "integer",
      "required": true
    },
    {
      "linkId": "EMPLOYMENT_STATUS",
      "text": "Employment Status",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://bha.colorado.gov/fhir/bha-test-ig/ValueSet/bha-employment-status-vs"
    },
    {
      "linkId": "LIVING_SITUATION",
      "text": "Living Situation",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://bha.colorado.gov/fhir/bha-test-ig/ValueSet/bha-living-situation-vs"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/minValue",
          "valueInteger": 0
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/maxValue",
          "valueInteger": 30
        }
      ],
      "linkId": "SELF_HELP_ATTENDANCE",
      "text": "Self Help Attendance / Peer Support Attendance (Last 30 days at discharge)",
      "type": "integer",
      "required": true
    },
    {
      "linkId": "EDUCATION_LEVEL",
      "text": "Education Level",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://bha.colorado.gov/fhir/bha-test-ig/ValueSet/bha-education-level-vs"
    },
    {
      "linkId": "SCHOOL_ATTENDANCE_STATUS",
      "text": "School Attendance Status (in the previous 3 months)",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://bha.colorado.gov/fhir/bha-test-ig/ValueSet/bha-school-attendance-status-vs"
    },
    {
      "linkId": "LEGAL_STATUS",
      "text": "Legal Status",
      "type": "choice",
      "required": true,
      "answerValueSet": "http://bha.colorado.gov/fhir/bha-test-ig/ValueSet/bha-legal-status-vs"
    }
  ]
}