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: Action step for mindfulness program - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pcoMindfulnessSupportProgram"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest> ] )
] ; #
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: ServiceRequest pcoMindfulnessSupportProgram</b></p><a name=\"pcoMindfulnessSupportProgram\"> </a><a name=\"hcpcoMindfulnessSupportProgram\"> </a><a name=\"pcoMindfulnessSupportProgram-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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-servicerequest.html\">US Core ServiceRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1259023009}\">Mindfulness Based Stress Reduction program (regime/therapy)</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>occurrence</b>: Once</p><p><b>authoredOn</b>: 2025-02-15</p><p><b>requester</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p><p><b>note</b>: Trial of mindfulness coaching to support anxiety management</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:code [
( fhir:coding [
a sct:1259023009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1259023009" ] ;
fhir:display [ fhir:v "Mindfulness Based Stress Reduction program (regime/therapy)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
] ; #
fhir:occurrence [
a fhir:Timing ;
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2025-02-15"^^xsd:date ] ;
fhir:end [ fhir:v "2025-06-30"^^xsd:date ] ] ;
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:periodUnit [ fhir:v "wk" ] ]
] ; #
fhir:authoredOn [ fhir:v "2025-02-15"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/pcoPractitionerAnderson" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Trial of mindfulness coaching to support anxiety management" ]
] ) . #