FHIR IG analytics| Package | hl7.fhir.us.core.r4b |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-AUDIT-C.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse AUDIT-C
| 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 | 0 | |
![]() ![]() | How many standard drinks containing alcohol do you have on a typical day | LOINC LA15694-5: 1 or 2 | |
![]() ![]() | How often do you have 6 or more drinks on 1 occasion | LOINC LA6270-8: Never | |
![]() ![]() | Total score [AUDIT-C] | 0 | |
{
"resourceType": "QuestionnaireResponse",
"id": "AUDIT-C",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://hl7.org/fhir/us/core/Questionnaire/AUDIT-C",
"status": "completed",
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"authored": "2023-08-14T20:40:49.675Z",
"author": {
"reference": "Practitioner/practitioner-1",
"type": "Practitioner"
},
"item": [
{
"linkId": "/68517-2",
"text": "How many times in the past year have you have X or more drinks in a day",
"answer": [
{
"valueDecimal": 0
}
]
},
{
"linkId": "/68519-8",
"text": "How many standard drinks containing alcohol do you have on a typical day",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA15694-5",
"display": "1 or 2"
}
}
]
},
{
"linkId": "/68520-6",
"text": "How often do you have 6 or more drinks on 1 occasion",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA6270-8",
"display": "Never"
}
}
]
},
{
"linkId": "/75626-2",
"text": "Total score [AUDIT-C]",
"answer": [
{
"valueDecimal": 0
}
]
}
]
}