FHIR IG analytics| Package | hl7.eu.fhir.xshare-careplan |
| Resource Type | CarePlan |
| Id | CarePlan-xshare-careplan-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan xshare-careplan-example
Profile: xShare Care Plan
identifier: http://example.org/careplans/CP-2026-001
status: Active
intent: Plan
category: Care plan
title: Post-discharge diabetes care plan
description: Care plan for follow-up after discharge, including diabetes monitoring and patient education.
subject: Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)
period: 2026-05-01 --> 2026-08-31
created: 2026-05-01
author: Organization Example Community Health Centre
careTeam: CareTeam Diabetes follow-up care team
addresses: Condition Diabetes mellitus type 2
goal: Goal: lifecycleStatus = active; category = Education; description = Diabetes self management plan
| OutcomeCodeableConcept | Progress | Reference |
| Successful |
| ServiceRequest Assessment of health and social care needs |
{
"resourceType": "CarePlan",
"id": "xshare-careplan-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/xshare-careplan/StructureDefinition/xshare-careplan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/careplans",
"value": "CP-2026-001"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "734163000",
"display": "Care plan"
}
]
}
],
"title": "Post-discharge diabetes care plan",
"description": "Care plan for follow-up after discharge, including diabetes monitoring and patient education.",
"subject": {
"reference": "Patient/xshare-careplan-patient-example"
},
"period": {
"start": "2026-05-01",
"end": "2026-08-31"
},
"created": "2026-05-01",
"author": {
"reference": "Organization/xshare-careplan-organization-example"
},
"careTeam": [
{
"reference": "CareTeam/xshare-careplan-careteam-example"
}
],
"addresses": [
{
"reference": "Condition/xshare-careplan-condition-example"
}
],
"goal": [
{
"reference": "Goal/xshare-careplan-goal-example"
}
],
"activity": [
{
"outcomeCodeableConcept": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385669000",
"display": "Successful"
}
]
}
],
"progress": [
{
"text": "Initial education session scheduled and glucose monitoring plan reviewed."
}
],
"reference": {
"reference": "ServiceRequest/xshare-careplan-servicerequest-example"
}
}
]
}