| Package | hl7.fhir.us.sdoh-clinicalcare |
| Resource Type | Questionnaire |
| Id | SDOHCC-QuestionnaireHungerVitalSign |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/sdoh-clinicalcare/https://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/Questionnaire-SDOHCC-QuestionnaireHungerVitalSign.html |
| URL | http://hl7.org/fhir/us/sdoh-clinicalcare/Questionnaire/SDOHCC-QuestionnaireHungerVitalSign |
| Version | 2.3.0 |
| Status | draft |
| Date | 2020-09-01T04:01:34+00:00 |
| Name | SDOHCCQuestionnaireHungerVitalSign |
| Title | SDOHCC Questionnaire Hunger Vital Sign |
| Realm | us |
| Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire SDOHCC-QuestionnaireHungerVitalSign
Structure| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire | http://hl7.org/fhir/us/sdoh-clinicalcare/Questionnaire/SDOHCC-QuestionnaireHungerVitalSign#2.3.0 | ||
![]() ![]() | Within the past 12 months we worried whether our food would run out before we got money to buy more. | 0..1 | choice | Options: 4 options |
![]() ![]() | Within the past 12 months the food we bought just didn't last and we didn't have money to get more | 0..1 | choice | Options: 4 options |
![]() ![]() | Food insecurity risk | 0..1 | choice | Options: 2 options |
![]() ![]() ![]() | An answer of "often true" or "sometimes true" to either or both of the Hunger Vital Sign™ questions identifies a patient as at risk for food insecurity (FI). | 0..1 | display | |
Options Sets
Answer options for /88122-7
Answer options for /88123-5
Answer options for /88124-3
{
"resourceType": "Questionnaire",
"id": "SDOHCC-QuestionnaireHungerVitalSign",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-smap"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "worriedAnsCode",
"language": "text/fhirpath",
"expression": "%resource.item.where(linkId='/88122-7').answer.value.code"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "ranOutAnsCode",
"language": "text/fhirpath",
"expression": "%resource.item.where(linkId='/88123-5').answer.value.code"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "riskCodes",
"language": "text/fhirpath",
"expression": "'LA28397-0'.combine('LA6729-3')"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "riskStatus",
"language": "text/fhirpath",
"expression": "%riskCodes contains %worriedAnsCode or %riskCodes contains %ranOutAnsCode"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "answeredEitherQ",
"language": "text/fhirpath",
"expression": "%worriedAnsCode.exists() or %ranOutAnsCode.exists()"
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap",
"valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureMap/SDOHCC-StructureMapHungerVitalSign"
}
],
"url": "http://hl7.org/fhir/us/sdoh-clinicalcare/Questionnaire/SDOHCC-QuestionnaireHungerVitalSign",
"version": "2.3.0",
"name": "SDOHCCQuestionnaireHungerVitalSign",
"title": "SDOHCC Questionnaire Hunger Vital Sign",
"status": "draft",
"subjectType": [
"Patient"
],
"date": "2020-09-01T04:01:34+00:00",
"publisher": "HL7 International / Patient Care",
"contact": [
{
"name": "HL7 International / Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
},
{
"system": "email",
"value": "patientcare@lists.hl7.org"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"linkId": "/88122-7",
"code": [
{
"system": "http://loinc.org",
"code": "88122-7",
"display": "Within the past 12 months we worried whether our food would run out before we got money to buy more [U.S. FSS]"
}
],
"text": "Within the past 12 months we worried whether our food would run out before we got money to buy more.",
"type": "choice",
"required": false,
"answerOption": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA28397-0",
"display": "Often true"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA6729-3",
"display": "Sometimes true"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA28398-8",
"display": "Never true"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA15775-2",
"display": "Don't know/refused"
}
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"linkId": "/88123-5",
"code": [
{
"system": "http://loinc.org",
"code": "88123-5",
"display": "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]"
}
],
"text": "Within the past 12 months the food we bought just didn't last and we didn't have money to get more",
"type": "choice",
"required": false,
"answerOption": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA28397-0",
"display": "Often true"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA6729-3",
"display": "Sometimes true"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA28398-8",
"display": "Never true"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA15775-2",
"display": "Don't know/refused"
}
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "thisItem",
"language": "text/fhirpath",
"expression": "%questionnaire.item.where(linkId = '/88124-3')"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "atRiskCoding",
"language": "text/fhirpath",
"expression": "%thisItem.answerOption.valueCoding.where(code='LA19952-3')"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "noRiskCoding",
"language": "text/fhirpath",
"expression": "%thisItem.answerOption.valueCoding.where(code='LA19983-8')"
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
"valueExpression": {
"description": "risk determination",
"language": "text/fhirpath",
"expression": "iif(%answeredEitherQ, iif(%riskStatus, %atRiskCoding, %noRiskCoding), {})"
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
"valueExpression": {
"description": "risk determination",
"language": "text/fhirpath",
"expression": "iif(%answeredEitherQ, iif(%riskStatus, %atRiskCoding, %noRiskCoding), {})"
}
}
],
"linkId": "/88124-3",
"code": [
{
"system": "http://loinc.org",
"code": "88124-3",
"display": "Food insecurity risk [HVS]"
}
],
"text": "Food insecurity risk",
"type": "choice",
"required": false,
"answerOption": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA19952-3",
"display": "At risk"
}
},
{
"valueCoding": {
"system": "http://loinc.org",
"code": "LA19983-8",
"display": "No risk"
}
}
],
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "help",
"display": "Help-Button"
}
],
"text": "Help-Button"
}
}
],
"linkId": "/88124-3-help",
"text": "An answer of \"often true\" or \"sometimes true\" to either or both of the Hunger Vital Sign™ questions identifies a patient as at risk for food insecurity (FI).",
"type": "display"
}
]
}
]
}