MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions
: meditation-7x-wk - 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:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "meditation-7x-wk"] ; #
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: Task meditation-7x-wk</b></p><a name=\"meditation-7x-wk\"> </a><a name=\"hcmeditation-7x-wk\"> </a><a name=\"meditation-7x-wk-en-US\"> </a><p><b>status</b>: Ready</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>description</b>: Practice self-guided meditation every day</p><p><b>for</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>authoredOn</b>: 2022-05-03</p><p><b>requester</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>owner</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>reasonReference</b>: <a href=\"Condition-encounter-diag-1.html\">Long COVID</a></p></div>"
] ; #
fhir:status [ fhir:v "ready"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fulfill" ] ;
fhir:display [ fhir:v "Fulfill the focal request" ] ] )
] ; #
fhir:description [ fhir:v "Practice self-guided meditation every day"] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
] ; #
fhir:authoredOn [ fhir:v "2022-05-03"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/practitionerMCC-3v" ] ;
fhir:display [ fhir:v "Dr. John Carlson" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
] ; #
fhir:reasonReference [
fhir:reference [ fhir:v "Condition/encounter-diag-1" ] ;
fhir:display [ fhir:v "Long COVID" ]
] . #