FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-alcohol-use-identification-test-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse alcohol-use-identification-test-1
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Alcohol Use Disorder Identification Test - Consumption [AUDIT-C] | ||
![]() ![]() | How many times in the past year have you have X or more drinks in a day? | 3 | |
![]() ![]() | How many standard drinks containing alcohol do you have on a typical day? | LOINC: LA15695-2 (3 or 4) | |
![]() ![]() | How often do you have 6 or more drinks on 1 occasion? | LOINC: LA18876-5 (Monthly) | |
![]() ![]() | Total score [AUDIT-C] | 3 | |
{
"resourceType": "QuestionnaireResponse",
"id": "alcohol-use-identification-test-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://hl7.org/fhir/us/core/Questionnaire/AUDIT-C",
"status": "completed",
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"authored": "2024-02-01T20:50:32.718Z",
"author": {
"reference": "Practitioner/ed-physician-example-1"
},
"item": [
{
"linkId": "/68517-2",
"text": "How many times in the past year have you have X or more drinks in a day?",
"answer": [
{
"valueDecimal": 3
}
]
},
{
"linkId": "/68519-8",
"text": "How many standard drinks containing alcohol do you have on a typical day?",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA15695-2",
"display": "3 or 4"
}
}
]
},
{
"linkId": "/68520-6",
"text": "How often do you have 6 or more drinks on 1 occasion?",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA18876-5",
"display": "Monthly"
}
}
]
},
{
"linkId": "/75626-2",
"text": "Total score [AUDIT-C]",
"answer": [
{
"valueDecimal": 3
}
]
}
]
}