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 PCO Anxiety 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 "pcoAnxietyCarePlanExample"] ; # 
  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 pcoAnxietyCarePlanExample</b></p><a name=\"pcoAnxietyCarePlanExample\"> </a><a name=\"hcpcoAnxietyCarePlanExample\"> </a><a name=\"pcoAnxietyCarePlanExample-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/va-whole-health mind}\">Power of the Mind</span>, <span title=\"Codes:{http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains emotional-and-mental-health}\">Emotional And Mental Health</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-pcoPatientLopez.html\">Camila Lopez  Female, DoB: 1959-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1ge3 (use: official, ))</a></p><p><b>period</b>: 2024-08-11 --&gt; 2025-01-31</p><p><b>goal</b>: <a href=\"Goal-pcoGoalAnxietyExample.html\">Goal: lifecycleStatus = active; achievementStatus = In Progress; category = Power of the Mind; description = ; start[x] = 2024-08-11</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>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://mtnlotus.com/uv/pco/CodeSystem/va-whole-health"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mind" ] ;
fhir:display [ fhir:v "Power of the Mind" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://mtnlotus.com/uv/pco/CodeSystem/ncqa-goal-domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "emotional-and-mental-health" ] ;
fhir:display [ fhir:v "Emotional And Mental Health" ]     ] )
  ] [
    ( 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/pcoPatientLopez" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2024-08-11"^^xsd:date ] ;
fhir:end [ fhir:v "2025-01-31"^^xsd:date ]
  ] ; # 
  fhir:goal ( [
fhir:reference [ fhir:v "Goal/pcoGoalAnxietyExample" ]
  ] ) ; # 
  fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/pcoMindfulnessSupportProgram" ]     ]
  ] ) . #