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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeCarePlan
IdCarePlan-ExampleSGHICarePlan.json
FHIR VersionR5

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 ExampleSGHICarePlan

identifier: ID/QwErTy102938 (use: official, )

instantiatesCanonical: http://slade360.hl7.org/fhir/v2-0203

status: Active

intent: Plan

title: Example CarePlan

description: Example CarePlan

subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

created: 2025-06-03 14:30:00+0000

custodian: Organization SGHI Healthcare Organization

activity

PerformedActivities

-Reference
*Task: identifier = Placer Identifier: TASK123456 (use: official, ); status = in-progress; businessStatus = In Progress; intent = order; priority = routine; authoredOn = 2023-11-20 09:00:00+0000; lastModified = 2023-11-20 09:30:00+0000

note: By Organization/ExampleSGHIOrganization

Example Note


Source1

{
  "resourceType": "CarePlan",
  "id": "ExampleSGHICarePlan",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/careplan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ID",
            "display": "ID"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "QwErTy102938",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "instantiatesCanonical": [
    "http://slade360.hl7.org/fhir/v2-0203"
  ],
  "status": "active",
  "intent": "plan",
  "title": "Example CarePlan",
  "description": "Example CarePlan",
  "subject": {
    "reference": "Patient/ExampleSGHIPatient"
  },
  "created": "2025-06-03T14:30:00Z",
  "custodian": {
    "reference": "Organization/ExampleSGHIOrganization"
  },
  "activity": [
    {
      "performedActivity": [
        {
          "reference": {
            "reference": "Task/ExampleSGHITask"
          }
        }
      ]
    }
  ],
  "note": [
    {
      "authorReference": {
        "reference": "Organization/ExampleSGHIOrganization"
      },
      "text": "Example Note"
    }
  ]
}