FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | CarePlan |
| Id | CarePlan-ExampleSGHICarePlan.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan ExampleSGHICarePlan
Profile: SGHI Care Plan
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
note: By Organization/ExampleSGHIOrganization
Example Note
{
"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"
}
]
}