PACIO Advance Directive Interoperability Implementation Guide
2.1.0 - STU 2 United States of America flag

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "b7fd57b6-26b0-4ae6-a4f5-3aabc0f01421"] ; # 
  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 b7fd57b6-26b0-4ae6-a4f5-3aabc0f01421</b></p><a name=\"b7fd57b6-26b0-4ae6-a4f5-3aabc0f01421\"> </a><a name=\"hcb7fd57b6-26b0-4ae6-a4f5-3aabc0f01421\"> </a><a name=\"b7fd57b6-26b0-4ae6-a4f5-3aabc0f01421-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=\"StructureDefinition-ADI-PreferenceCarePlan.html\">ADI PtAuthored Care Plan</a></p></div><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-b427dedb-c302-4b75-b105-36b7bbcfc1dd.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-dba86d6c-cf50-4758-a13f-74bf8ca8ea4b.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-c335c2e6-46f0-4f25-a0c1-4b1b469ac173.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-3f6ba1b2-2744-4cb8-a934-56ab2869e5cc.html\">Observation Thoughts on artificial nutrition and hydration [Reported]</a></li><li><a href=\"Observation-02944fe6-22e3-4778-9998-f855e8ddaa7a.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-ea4e0672-58c7-40c7-95a3-7b3de53deedb.html\">Observation Thoughts on cardiopulmonary resuscitation (CPR) [Reported]</a></li><li><a href=\"Observation-a2580d19-76a3-40e4-bbf1-58d0dedf6967.html\">Observation Thoughts on cardiopulmonary resuscitation (CPR) [Reported]</a></li><li><a href=\"Observation-75ae1fa5-a04a-4035-8e02-0eb15af293a3.html\">Observation Preferred location to spend final days if possible to choose [Reported]</a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  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/b427dedb-c302-4b75-b105-36b7bbcfc1dd" ]
  ] ; # 
  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/dba86d6c-cf50-4758-a13f-74bf8ca8ea4b" ]
  ] [
fhir:reference [ fhir:v "Observation/c335c2e6-46f0-4f25-a0c1-4b1b469ac173" ]
  ] [
fhir:reference [ fhir:v "Observation/3f6ba1b2-2744-4cb8-a934-56ab2869e5cc" ]
  ] [
fhir:reference [ fhir:v "Observation/02944fe6-22e3-4778-9998-f855e8ddaa7a" ]
  ] [
fhir:reference [ fhir:v "Observation/ea4e0672-58c7-40c7-95a3-7b3de53deedb" ]
  ] [
fhir:reference [ fhir:v "Observation/a2580d19-76a3-40e4-bbf1-58d0dedf6967" ]
  ] [
fhir:reference [ fhir:v "Observation/75ae1fa5-a04a-4035-8e02-0eb15af293a3" ]
  ] ) . #