PACIO Advance Directive Interoperability Implementation Guide
1.0.0 - STU 1 United States of America flag

This page is part of the PACIO Advance Directive Information Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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 owl: <http://www.w3.org/2002/07/owl#> .
@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: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><b>Generated Narrative: CarePlan</b><a name=\"Example-McBee-PreferenceCarePlan1\"> </a></p><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\">Resource CarePlan &quot;Example-McBee-PreferenceCarePlan1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ADI-PreferenceCarePlan.html\">ADI Preference Care Plan</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>category</b>: Advance care plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#736366004)</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\">Patient/Example-McBee-Patient1</a> &quot; MCBEE&quot;</p><p><b>addresses</b>: </p><ul><li><span>: Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery</span></li><li><span>: Persistent vegetative state (SNOMED CT 24473007)</span></li><li><span>: Irreversible coma (SNOMED CT 73453007)</span></li></ul><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference1.html\">Observation/Example-McBee-PersonalInterventionPreference1</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference2.html\">Observation/Example-McBee-PersonalInterventionPreference2</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference3.html\">Observation/Example-McBee-PersonalInterventionPreference3</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference4.html\">Observation/Example-McBee-PersonalInterventionPreference4</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference5.html\">Observation/Example-McBee-PersonalInterventionPreference5</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference6.html\">Observation/Example-McBee-PersonalInterventionPreference6</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference7.html\">Observation/Example-McBee-PersonalInterventionPreference7</a></li></ul></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:736366004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "736366004" ] ;
fhir:display [ fhir:v "Advance care plan" ]     ] )
  ] ) ; # 
  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" ]
  ] ) . #