xShare Project CarePlan, published by xShare Project. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xshare-careplan/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "careplan-xshare-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/careplan-xshare/StructureDefinition/careplan-xshare"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/ig/careplan-xshare/StructureDefinition/careplan-xshare> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan careplan-xshare-example</b></p><a name=\"careplan-xshare-example\"> </a><a name=\"hccareplan-xshare-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-careplan-xshare.html\">xShare Care Plan</a></p></div><p><b>identifier</b>: <code>http://example.org/careplans</code>/CP-2026-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 734163000}\">Care plan</span></p><p><b>title</b>: Post-discharge diabetes care plan</p><p><b>description</b>: Care plan for follow-up after discharge, including diabetes monitoring and patient education.</p><p><b>subject</b>: <a href=\"Patient-careplan-xshare-patient-example.html\">Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)</a></p><p><b>period</b>: 2026-05-01 --> 2026-08-31</p><p><b>created</b>: 2026-05-01</p><p><b>author</b>: <a href=\"Organization-careplan-xshare-organization-example.html\">Organization Example Community Health Centre</a></p><p><b>careTeam</b>: <a href=\"CareTeam-careplan-xshare-careteam-example.html\">CareTeam Diabetes follow-up care team</a></p><p><b>addresses</b>: <a href=\"Condition-careplan-xshare-condition-example.html\">Condition Diabetes mellitus type 2</a></p><p><b>goal</b>: <a href=\"Goal-careplan-xshare-goal-example.html\">Goal: lifecycleStatus = active; category = Education; description = Diabetes self management plan</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>OutcomeCodeableConcept</b></td><td><b>Progress</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 385669000}\">Successful</span></td><td><blockquote><div><p>Initial education session scheduled and glucose monitoring plan reviewed.</p>\n</div></blockquote></td><td><a href=\"ServiceRequest-careplan-xshare-servicerequest-example.html\">ServiceRequest Assessment of health and social care needs</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/careplans"^^xsd:anyURI ;
fhir:l <http://example.org/careplans> ] ;
fhir:value [ fhir:v "CP-2026-001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:category ( [
( fhir:coding [
a sct:734163000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "734163000" ] ;
fhir:display [ fhir:v "Care plan" ] ] )
] ) ; #
fhir:title [ fhir:v "Post-discharge diabetes care plan"] ; #
fhir:description [ fhir:v "Care plan for follow-up after discharge, including diabetes monitoring and patient education."] ; #
fhir:subject [
fhir:l fhir:Patient/careplan-xshare-patient-example ;
fhir:reference [ fhir:v "Patient/careplan-xshare-patient-example" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2026-05-01"^^xsd:date ] ;
fhir:end [ fhir:v "2026-08-31"^^xsd:date ]
] ; #
fhir:created [ fhir:v "2026-05-01"^^xsd:date] ; #
fhir:author [
fhir:l fhir:Organization/careplan-xshare-organization-example ;
fhir:reference [ fhir:v "Organization/careplan-xshare-organization-example" ]
] ; #
fhir:careTeam ( [
fhir:l fhir:CareTeam/careplan-xshare-careteam-example ;
fhir:reference [ fhir:v "CareTeam/careplan-xshare-careteam-example" ]
] ) ; #
fhir:addresses ( [
fhir:l fhir:Condition/careplan-xshare-condition-example ;
fhir:reference [ fhir:v "Condition/careplan-xshare-condition-example" ]
] ) ; #
fhir:goal ( [
fhir:l fhir:Goal/careplan-xshare-goal-example ;
fhir:reference [ fhir:v "Goal/careplan-xshare-goal-example" ]
] ) ; #
fhir:activity ( [
( fhir:outcomeCodeableConcept [
( fhir:coding [
a sct:385669000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "385669000" ] ;
fhir:display [ fhir:v "Successful" ] ] ) ] ) ;
( fhir:progress [
fhir:text [ fhir:v "Initial education session scheduled and glucose monitoring plan reviewed." ] ] ) ;
fhir:reference [
fhir:l fhir:ServiceRequest/careplan-xshare-servicerequest-example ;
fhir:reference [ fhir:v "ServiceRequest/careplan-xshare-servicerequest-example" ] ]
] ) . #
IG © 2025+ xShare Project. Package hl7.eu.fhir.careplan-xshare#1.0.0-ci based on FHIR 4.0.1. Generated 2026-06-05