FHIR IG analytics| Package | bha-test-ig |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-BHADischargeQuestionnaireResponseExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse BHADischargeQuestionnaireResponseExample
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:BHA Discharge Questionnaire | ||
![]() ![]() | End of Treatment Reason | BHA End of Treatment Reasons: 2 (Client Decision) | |
![]() ![]() | Arrests in Past 30 Days | 3 | |
![]() ![]() | Employment Status | BHA Employment Status: 01 (Employed Full Time (35+ hours/week)) | |
![]() ![]() | Living Situation | BHA Living Situation: 1 (Correctional facility / Jail) | |
![]() ![]() | Self Help Attendance / Peer Support Attendance (Last 30 days at discharge) | 0 | |
![]() ![]() | Education Level | BHA Education Level: 14 (Some College) | |
![]() ![]() | School Attendance Status (in the previous 3 months) | BHA School Attendance Status: 03 (Not Applicable) | |
![]() ![]() | Legal Status | BHA Legal Status: 02 (Court-directed voluntary) | |
{
"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"
}
}
]
}
]
}