PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions
: Care Plan for Unconscious, vegetative state, coma for McBee - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "Example-McBee-PreferenceCarePlan1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan> ] )
] ; #
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 Example-McBee-PreferenceCarePlan1</b></p><a name=\"Example-McBee-PreferenceCarePlan1\"> </a><a name=\"hcExample-McBee-PreferenceCarePlan1\"> </a><a name=\"Example-McBee-PreferenceCarePlan1-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</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>, <span title=\"Codes:{http://loinc.org 81378-2}\">Goals, preferences, and priorities under certain health conditions [Reported]</span></p><p><b>title</b>: Care Plan for Unconscious, vegetative state, coma for McBee</p><p><b>subject</b>: <a href=\"Patient-Example-McBee-Patient1.html\">McBee, Roger Rienman Male, DoB: 1945-04-01 ( Social Beneficiary Identifier: United States Social Security Number#555-12-1246)</a></p><p><b>addresses</b>: </p><ul><li>Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery</li><li>Persistent vegetative state (SNOMED CT 24473007)</li><li>Irreversible coma (SNOMED CT 73453007)</li></ul><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference1.html\">Observation Preference on consulting a supportive and palliative care team to help treat physical, emotional, and spiritual discomfort and support family [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference2.html\">Observation Information to tell doctors if my health deteriorates due to a terminal illness and I am unable to interact meaningfully with family, friends, or surroundings [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference3.html\">Observation Thoughts on artificial nutrition and hydration [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference4.html\">Observation Information to tell doctors if I have a severe, irreversible brain injury or illness and can't dress, feed, or bathe myself, or communicate my medical wishes, but can be kept alive [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference5.html\">Observation Thoughts on cardiopulmonary resuscitation (CPR) [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference6.html\">Observation Thoughts on cardiopulmonary resuscitation (CPR) [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference7.html\">Observation Preferred location to spend final days if possible to choose [Reported]</a></li></ul></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "proposal"] ; #
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:coding [
a loinc:81378-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81378-2" ] ;
fhir:display [ fhir:v "Goals, preferences, and priorities under certain health conditions [Reported]" ] ] )
] ) ; #
fhir:title [ fhir:v "Care Plan for Unconscious, vegetative state, coma for McBee"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-McBee-Patient1" ]
] ; #
fhir:addresses ( [
fhir:display [ fhir:v "Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery" ]
] [
fhir:display [ fhir:v "Persistent vegetative state (SNOMED CT 24473007)" ]
] [
fhir:display [ fhir:v "Irreversible coma (SNOMED CT 73453007)" ]
] ) ; #
fhir:supportingInfo ( [
fhir:reference [ fhir:v "Observation/Example-McBee-PersonalInterventionPreference1" ]
] [
fhir:reference [ fhir:v "Observation/Example-McBee-PersonalInterventionPreference2" ]
] [
fhir:reference [ fhir:v "Observation/Example-McBee-PersonalInterventionPreference3" ]
] [
fhir:reference [ fhir:v "Observation/Example-McBee-PersonalInterventionPreference4" ]
] [
fhir:reference [ fhir:v "Observation/Example-McBee-PersonalInterventionPreference5" ]
] [
fhir:reference [ fhir:v "Observation/Example-McBee-PersonalInterventionPreference6" ]
] [
fhir:reference [ fhir:v "Observation/Example-McBee-PersonalInterventionPreference7" ]
] ) . #