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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeCarePlan
IdCarePlan-00124455-e5f6-4789-a123-456789a2cdef.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: CarePlan 00124455-e5f6-4789-a123-456789a2cdef

Profile: NG CarePlan

status: Active

intent: Plan

category: MNCH

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

period: 2025-11-11 --> 2025-12-31

goal: Goal: lifecycleStatus = active; achievementStatus = Improving; category = ; priority = High Priority; description = ; start[x] = 2025-11-11


Source1

{
  "resourceType": "CarePlan",
  "id": "00124455-e5f6-4789-a123-456789a2cdef",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-care-plan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-careplan-category-cs",
          "code": "mnch",
          "display": "MNCH"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
  },
  "period": {
    "start": "2025-11-11",
    "end": "2025-12-31"
  },
  "goal": [
    {
      "reference": "Goal/NgGoal-001"
    }
  ]
}