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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeGoal
IdGoal-NgGoal-001.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 NgGoal-001

Profile: NG Goal

lifecycleStatus: Active

achievementStatus: Improving

category: Chronic disease management

priority: High Priority

description: Control systolic blood pressure

subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)

start: 2025-11-11

Targets

-MeasureDetail[x]Due[x]
*Bisacodyl [Mass/mass] in Stool120 mmHg2025-12-23

Source1

{
  "resourceType": "Goal",
  "id": "NgGoal-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-goal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code": "improving"
      }
    ]
  },
  "category": [
    {
      "text": "Chronic disease management"
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-priority",
        "code": "high-priority"
      }
    ]
  },
  "description": {
    "text": "Control systolic blood pressure"
  },
  "subject": {
    "reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
  },
  "startDate": "2025-11-11",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "10889-4",
            "display": "Bisacodyl [Mass/mass] in Stool"
          }
        ]
      },
      "detailQuantity": {
        "value": 120,
        "unit": "mmHg"
      },
      "dueDate": "2025-12-23"
    }
  ]
}