FHIR IG analytics| Package | hl7.fhir.us.core.r4b |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-hunger-vital-sign-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse hunger-vital-sign-example
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Hunger Vital Sign Example | ||
![]() ![]() | Within the past 12 months we worried whether our food would run out before we got money to buy more [U.S. FSS] | LOINC LA28397-0: Often true | |
![]() ![]() | Within the past 12 months the food we bought just didn't last and we didn't have money to get more [U.S. FSS] | LOINC LA28397-0: Often true | |
![]() ![]() | Food insecurity risk | LOINC LA19952-3: At risk | |
{
"resourceType": "QuestionnaireResponse",
"id": "hunger-vital-sign-example",
"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/hunger-vital-sign-example",
"_questionnaire": {
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-extension-questionnaire-uri",
"valueUri": "https://example.org/forms/hsv"
}
]
},
"status": "completed",
"subject": {
"reference": "Patient/example",
"display": "Amy V. Shaw"
},
"authored": "2020-09-10T21:56:54.671Z",
"author": {
"reference": "Practitioner/practitioner-1",
"display": "Ronald Bone"
},
"item": [
{
"linkId": "/88122-7",
"text": "Within the past 12 months we worried whether our food would run out before we got money to buy more [U.S. FSS]",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA28397-0",
"display": "Often true"
}
}
]
},
{
"linkId": "/88123-5",
"text": "Within the past 12 months the food we bought just didn't last and we didn't have money to get more [U.S. FSS]",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA28397-0",
"display": "Often true"
}
}
]
},
{
"linkId": "/88124-3",
"text": "Food insecurity risk",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA19952-3",
"display": "At risk"
}
}
]
}
]
}