FHIR IG analytics| Package | fhir.argonaut.questionnaire |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-adaptive-questionnaireresponse-example-audit-c.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
NOTE: These examples are for educational and testing purposes, see the form copyright statement and do not redistribute without expressed permission from the form author.
This simulates is a simple adaptive questionnaire implementation.
After answering and submitting the first question another question is randomly
returned from the selected questionnaire. This is repeated two more times and
then the adaptive questionnaire will finish by changing the status to completed
and returning a score. Note that although these questionnaires are designed as forms and
are not really appropriate for the adaptive questionnaire use case, they are used here to
demonstrate a proof of concept implementation.
Questionnaire URL: http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c
Date Completed: 2019-02-06
Copyright: Copyright 2001 World Health Organization. Terms of Use: WHO exercises copyright over its information to make sure that it is used in accordance with the Organization's principles. Extracts of WHO information can be used for private study or for educational purposes without permission. Wider use requires permission to be obtained from WHO. http://www.who.int/about/licensing/en/
{
"resourceType": "QuestionnaireResponse",
"id": "adaptive-questionnaireresponse-example-audit-c",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/argo-adap-questionnaireresponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Questionnaire",
"id": "contained-adaptive-questionnaire-example-audit-c",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/argo-questionnaire"
]
},
"extension": [
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-timeLimit",
"valueDuration": {
"value": 1,
"unit": "hour",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
],
"url": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c",
"title": "Contained Adaptive Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]",
"status": "active",
"date": "2019-02-13T00:33:09.090670Z",
"copyright": "Copyright 2001 World Health Organization. Terms of Use: WHO exercises copyright over its information to make sure that it is used in accordance with the Organization's principles. Extracts of WHO information can be used for private study or for educational purposes without permission. Wider use requires permission to be obtained from WHO. http://www.who.int/about/licensing/en/",
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
"valueBoolean": true
},
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-itemOrder",
"valueInteger": 1
}
],
"linkId": "score",
"text": "Cumulative Score is ...",
"type": "integer",
"repeats": false,
"readOnly": true
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
"valueBoolean": true
},
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-itemOrder",
"valueInteger": 2
}
],
"linkId": "std_dev",
"text": "Standard Deviation is ...",
"type": "decimal",
"repeats": false,
"readOnly": true
},
{
"extension": [
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-itemOrder",
"valueInteger": 3
}
],
"linkId": "q1",
"definition": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c-q1",
"code": [
{
"system": "http://loinc.org",
"code": "68518-0",
"display": "How often do you have a drink containing alcohol"
}
],
"prefix": "1.",
"text": "How often do you have a drink containing alcohol",
"type": "choice",
"required": true,
"repeats": false,
"option": [
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 0
}
],
"system": "http://loinc.org",
"code": "LA6270-8",
"display": "Never"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 1
}
],
"system": "http://loinc.org",
"code": "LA18926-8",
"display": "Monthly or less"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 3
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 2
}
],
"system": "http://loinc.org",
"code": "LA18927-6",
"display": "2-4 times a month"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 4
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 3
}
],
"system": "http://loinc.org",
"code": "LA18928-4",
"display": "2-3 times a week"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 4
}
],
"system": "http://loinc.org",
"code": "LA18929-2",
"display": "4 or more times a week"
}
}
]
},
{
"extension": [
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-itemOrder",
"valueInteger": 4
}
],
"linkId": "q2",
"definition": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c-q2",
"code": [
{
"system": "http://loinc.org",
"code": "68519-8",
"display": "How many standard drinks containing alcohol do you have on a typical day"
}
],
"prefix": "2.",
"text": "How many standard drinks containing alcohol do you have on a typical day",
"type": "choice",
"required": true,
"repeats": false,
"option": [
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 0
}
],
"system": "http://loinc.org",
"code": "LA15694-5",
"display": "1 or 2"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 1
}
],
"system": "http://loinc.org",
"code": "LA15695-2",
"display": "3 or 4"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 3
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 2
}
],
"system": "http://loinc.org",
"code": "LA18930-0",
"display": "5 or 6"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 4
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 3
}
],
"system": "http://loinc.org",
"code": "LA18931-8",
"display": "7 to 9"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 4
}
],
"system": "http://loinc.org",
"code": "LA18932-6",
"display": "10 or more"
}
}
]
},
{
"extension": [
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-itemOrder",
"valueInteger": 5
}
],
"linkId": "q3",
"definition": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c-q3",
"code": [
{
"system": "http://loinc.org",
"code": "68520-6",
"display": "How often do you have 6 or more drinks on 1 occasion"
}
],
"prefix": "3.",
"text": "How often do you have 6 or more drinks on 1 occasion",
"type": "choice",
"required": true,
"repeats": false,
"option": [
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 0
}
],
"system": "http://loinc.org",
"code": "LA6270-8",
"display": "Never"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 1
}
],
"system": "http://loinc.org",
"code": "LA18933-4",
"display": "Less than monthly"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 3
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 2
}
],
"system": "http://loinc.org",
"code": "LA18876-5",
"display": "Monthly"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 4
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 3
}
],
"system": "http://loinc.org",
"code": "LA18891-4",
"display": "Weekly"
}
},
{
"valueCoding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-ordinalValue",
"valueDecimal": 4
}
],
"system": "http://loinc.org",
"code": "LA18934-2",
"display": "Daily or almost daily"
}
}
]
}
]
}
],
"extension": [
{
"url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-responsePeriod",
"valuePeriod": {
"start": "2019-02-13T00:33:06.209791Z",
"end": "2019-02-13T00:33:32.202676Z"
}
}
],
"identifier": {
"value": "adaptive-questionnaireresponse-example-audit-c"
},
"questionnaire": {
"reference": "#contained-adaptive-questionnaire-example-audit-c"
},
"status": "completed",
"subject": {
"reference": "Patient/subject1"
},
"context": {
"reference": "Encounter/encounter1"
},
"authored": "2019-02-13T00:33:06.209791Z",
"author": {
"reference": "Practitioner/prov-admin1"
},
"source": {
"reference": "Patient/subject1"
},
"item": [
{
"linkId": "score",
"text": "Cumulative Score is ...",
"answer": [
{
"valueInteger": 0
}
]
},
{
"linkId": "std_dev",
"text": "Standard Deviation is ...",
"answer": [
{
"valueDecimal": 0
}
]
},
{
"linkId": "q1",
"definition": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c-q1",
"text": "How often do you have a drink containing alcohol",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA6270-8",
"display": "Never"
}
}
]
},
{
"linkId": "q2",
"definition": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c-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",
"definition": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c-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"
}
}
]
}
]
}