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

FHIR IG analytics

Packagebha-test-ig
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-BHADischargeQuestionnaireResponseExample.json
FHIR VersionR4

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: QuestionnaireResponse BHADischargeQuestionnaireResponseExample

LinkIDTextDefinitionAnswerdoco
.. BHADischargeQuestionnaireResponseExampleQuestionnaire:BHA Discharge Questionnaire
... END_OF_TREATMENT_REASONEnd of Treatment ReasonBHA End of Treatment Reasons: 2 (Client Decision)
... ARRESTS_PAST_30_DAYSArrests in Past 30 Days3
... EMPLOYMENT_STATUSEmployment StatusBHA Employment Status: 01 (Employed Full Time (35+ hours/week))
... LIVING_SITUATIONLiving SituationBHA Living Situation: 1 (Correctional facility / Jail)
... SELF_HELP_ATTENDANCESelf Help Attendance / Peer Support Attendance (Last 30 days at discharge)0
... EDUCATION_LEVELEducation LevelBHA Education Level: 14 (Some College)
... SCHOOL_ATTENDANCE_STATUSSchool Attendance Status (in the previous 3 months)BHA School Attendance Status: 03 (Not Applicable)
... LEGAL_STATUSLegal StatusBHA Legal Status: 02 (Court-directed voluntary)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "BHADischargeQuestionnaireResponseExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://bha.colorado.gov/fhir/bha-test-ig/Questionnaire/BHA-discharge",
  "status": "completed",
  "subject": {
    "reference": "Patient/example",
    "display": "Mickey Mouse"
  },
  "authored": "2025-10-28T18:30:40-07:00",
  "item": [
    {
      "linkId": "END_OF_TREATMENT_REASON",
      "text": "End of Treatment Reason",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-end-of-treatment-reason-cs",
            "code": "2"
          }
        }
      ]
    },
    {
      "linkId": "ARRESTS_PAST_30_DAYS",
      "text": "Arrests in Past 30 Days",
      "answer": [
        {
          "valueInteger": 3
        }
      ]
    },
    {
      "linkId": "EMPLOYMENT_STATUS",
      "text": "Employment Status",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-employment-status-cs",
            "code": "01"
          }
        }
      ]
    },
    {
      "linkId": "LIVING_SITUATION",
      "text": "Living Situation",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-living-situation",
            "code": "1"
          }
        }
      ]
    },
    {
      "linkId": "SELF_HELP_ATTENDANCE",
      "text": "Self Help Attendance / Peer Support Attendance (Last 30 days at discharge)",
      "answer": [
        {
          "valueInteger": 0
        }
      ]
    },
    {
      "linkId": "EDUCATION_LEVEL",
      "text": "Education Level",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-education-level-cs",
            "code": "14"
          }
        }
      ]
    },
    {
      "linkId": "SCHOOL_ATTENDANCE_STATUS",
      "text": "School Attendance Status (in the previous 3 months)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-school-attendance-status",
            "code": "03"
          }
        }
      ]
    },
    {
      "linkId": "LEGAL_STATUS",
      "text": "Legal Status",
      "answer": [
        {
          "valueCoding": {
            "system": "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-legal-status",
            "code": "02"
          }
        }
      ]
    }
  ]
}