FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Goal |
| Id | Goal-food-insecurity-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal food-insecurity-example-1
Profile: SDOHCC Goal
lifecycleStatus: Active
achievementStatus: Improving
category: Food Insecurity
description: Food security
subject: James Wolff
| Measure | Detail[x] | Due[x] |
| Food insecurity risk [HVS] | No risk | 2025-12-10 |
statusDate: 2024-02-01
{
"resourceType": "Goal",
"id": "food-insecurity-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-Goal"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "improving",
"display": "Improving"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
"code": "food-insecurity",
"display": "Food Insecurity"
}
]
}
],
"description": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1078229009",
"display": "Food security"
}
]
},
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "88124-3",
"display": "Food insecurity risk [HVS]"
}
]
},
"detailCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA19983-8",
"display": "No risk"
}
]
},
"dueDate": "2025-12-10"
}
],
"statusDate": "2024-02-01"
}