FHIR IG analytics| Package | fhir.argonaut.questionnaire |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-questionnaireresponse-example-audit-c.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "QuestionnaireResponse",
"id": "questionnaireresponse-example-audit-c",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/argo-questionnaireresponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-responsePeriod",
"valuePeriod": {
"start": "2019-02-13T00:31:11.329331Z",
"end": "2019-02-13T00:31:20.708405Z"
}
}
],
"identifier": {
"value": "questionnaireresponse-example-audit-c"
},
"questionnaire": {
"reference": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c"
},
"status": "completed",
"subject": {
"reference": "Patient/subject1"
},
"context": {
"reference": "Encounter/encounter1"
},
"authored": "2019-02-13T00:31:20.708405Z",
"author": {
"reference": "Practitioner/prov-admin1"
},
"source": {
"reference": "Patient/subject1"
},
"item": [
{
"linkId": "q1",
"text": "How often do you have a drink containing alcohol",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA6270-8",
"display": "Never"
}
}
]
},
{
"linkId": "q2",
"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": "q3",
"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": "d1",
"text": "The Alcohol Use Disorders Identification Test C (AUDIT-C) is scored on a scale of 0-12 where the higher the score, the more likely the patient's drinking is hazardous. A score of 4 ormore for men and 3 or more for women is considered positive for hazardous drinking or active alcohol use disorders. If the points are all from Question 1 alone where 2 and 3 are 0, it is likely the patient is drinking below recommended limits. The care provider may review the patientsalcohol intake over that past few months to confirm accuracy."
}
]
}