FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeGoal
IdGoal-food-insecurity-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Targets

-MeasureDetail[x]Due[x]
*Food insecurity risk [HVS]No risk2025-12-10

statusDate: 2024-02-01


Source1

{
  "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"
}