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

FHIR IG analytics

Packagehl7.eu.fhir.xshare-careplan
Resource TypeCarePlan
IdCarePlan-xshare-careplan-example.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 xshare-careplan-example

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

Activities

-OutcomeCodeableConceptProgressReference
*Successful

Initial education session scheduled and glucose monitoring plan reviewed.

ServiceRequest Assessment of health and social care needs

Source1

{
  "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"
      }
    }
  ]
}