This page is part of the Person-Centered Outcomes (PCO) Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
: Care Plan for person-centered goal - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pcoSocialConnectionsCarePlanExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pco/StructureDefinition/pco-care-plan"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pco/StructureDefinition/pco-care-plan> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan pcoSocialConnectionsCarePlanExample</b></p><a name=\"pcoSocialConnectionsCarePlanExample\"> </a><a name=\"hcpcoSocialConnectionsCarePlanExample\"> </a><a name=\"pcoSocialConnectionsCarePlanExample-en-US\"> </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-pco-care-plan.html\">Person-Centered Care Plan</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/careplan-category assess-plan}\">Assessment and Plan of Treatment</span></p><p><b>subject</b>: <a href=\"Patient-pcoPatientJones.html\">Dorothy Jones Female, DoB: 1975-05-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))</a></p><p><b>period</b>: 2025-02-15 --> 2025-09-30</p><p><b>goal</b>: <a href=\"Goal-pcoGoalSocialConnectionsWithGAS.html\">Goal: extension = ,,,,; lifecycleStatus = active; achievementStatus = In Progress; category = What Matters,Social Functioning; description = ; start[x] = 2025-02-15</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"ServiceRequest-pcoMindfulnessSupportProgram.html\">ServiceRequest Mindfulness Based Stress Reduction program (regime/therapy)</a></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/careplan-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "assess-plan" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-02-15"^^xsd:date ] ;
fhir:end [ fhir:v "2025-09-30"^^xsd:date ]
] ; #
fhir:goal ( [
fhir:reference [ fhir:v "Goal/pcoGoalSocialConnectionsWithGAS" ]
] ) ; #
fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/pcoMindfulnessSupportProgram" ] ]
] ) . #