FHIR IG analytics| Package | fhir.argonaut.questionnaire |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-questionnaireresponse-example-housing.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-housing",
"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:35:52.916382Z",
"end": "2019-02-13T00:35:59.723988Z"
}
}
],
"identifier": {
"value": "questionnaireresponse-example-housing"
},
"questionnaire": {
"reference": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-housing"
},
"status": "completed",
"subject": {
"reference": "Patient/subject1"
},
"context": {
"reference": "Encounter/encounter1"
},
"authored": "2019-02-13T00:35:59.723988Z",
"author": {
"reference": "Practitioner/prov-admin1"
},
"source": {
"reference": "Patient/subject1"
},
"item": [
{
"linkId": "g1",
"item": [
{
"linkId": "g1.d",
"text": "Accountable Health Communities Core Health-Related Social Needs Screening Questions \nUnderlined answer options indicate positive responses for the associated health-related social need. \nA value greater than 10 when the numerical values for answers to questions 7-10 are summed indicates a positive screen for interpersonal safety."
},
{
"linkId": "g1.1",
"text": "What is your housing situation today?",
"answer": [
{
"valueString": "I have housing"
}
]
},
{
"linkId": "g1.2",
"text": "Think about the place you live. Do you have problems with any of the following? (check all that apply)",
"answer": [
{
"valueString": "None of the above"
}
]
}
]
}
]
}