Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. 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 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 "pcoPhyicalFunctionCarePlanExample"] ; # 
  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 pcoPhyicalFunctionCarePlanExample</b></p><a name=\"pcoPhyicalFunctionCarePlanExample\"> </a><a name=\"hcpcoPhyicalFunctionCarePlanExample\"> </a><a name=\"pcoPhyicalFunctionCarePlanExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains physical-function}\">Physical Function</span>, <span title=\"Codes:{http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains independence}\">Independence</span>, <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: 1947-11-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))</a></p><p><b>period</b>: 2024-02-22 --&gt; 2024-09-30</p><p><b>goal</b>: <a href=\"Goal-pcoGoalWalkDogExample.html\">Goal: extension = ,,,,; lifecycleStatus = active; achievementStatus = In Progress; category = Physical Function; description = ; start[x] = 2024-04-03</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-pcoWalkOutsideActionStep.html\">ServiceRequest </a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-pcoPhysicalTherapyReferral.html\">ServiceRequest Physical therapy procedure (regime/therapy)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"MedicationRequest-pcoAntiInflammatoryMedication.html\">MedicationRequest: status = active; intent = order; medication[x] = Aleve Arthritis Pain 1 % Topical Gel</a></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "physical-function" ] ;
fhir:display [ fhir:v "Physical Function" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "independence" ] ;
fhir:display [ fhir:v "Independence" ]     ] )
  ] [
    ( 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 "2024-02-22"^^xsd:date ] ;
fhir:end [ fhir:v "2024-09-30"^^xsd:date ]
  ] ; # 
  fhir:goal ( [
fhir:reference [ fhir:v "Goal/pcoGoalWalkDogExample" ]
  ] ) ; # 
  fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/pcoWalkOutsideActionStep" ]     ]
  ] [
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/pcoPhysicalTherapyReferral" ]     ]
  ] [
fhir:reference [
fhir:reference [ fhir:v "MedicationRequest/pcoAntiInflammatoryMedication" ]     ]
  ] ) . #