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
: Healthcare Agent Decision Codes - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ADIHCADecisionsCS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">intubation<a name=\"ADIHCADecisionsCS-intubation\"> </a></td><td>Intubation</td><td>Request or reject intubation on behalf of the patient</td></tr><tr><td style=\"white-space:nowrap\">tube-feeding<a name=\"ADIHCADecisionsCS-tube-feeding\"> </a></td><td>Tube feeding</td><td>Request or reject tube feeding on behalf of the patient</td></tr><tr><td style=\"white-space:nowrap\">life-support<a name=\"ADIHCADecisionsCS-life-support\"> </a></td><td>Life support</td><td>Request or reject life support on behalf of the patient</td></tr><tr><td style=\"white-space:nowrap\">iv-fluid-and-support<a name=\"ADIHCADecisionsCS-iv-fluid-and-support\"> </a></td><td>IV fluid and support</td><td>Request or reject IV fluid and support on behalf of the patient</td></tr><tr><td style=\"white-space:nowrap\">antibiotics<a name=\"ADIHCADecisionsCS-antibiotics\"> </a></td><td>Antibiotics</td><td>Request or reject intubation on behalf of the patient</td></tr><tr><td style=\"white-space:nowrap\">cpr<a name=\"ADIHCADecisionsCS-cpr\"> </a></td><td>Cardiopulmonary Resuscitation (CPR)</td><td>Request or reject cardiopulmonary Resuscitation (CPR) on behalf of the patient</td></tr><tr><td style=\"white-space:nowrap\">resuscitation-non-cpr<a name=\"ADIHCADecisionsCS-resuscitation-non-cpr\"> </a></td><td>Non-CPR Resuscitation</td><td>Request or reject resuscitation that differs from cardiopulmonary resuscitation on behalf of the patient</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pe" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ADIHCADecisionsCS"] ; #
fhir:title [ fhir:v "Healthcare Agent Decision Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-01-11T17:46:11+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Empowerment"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Empowerment" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientempowerment" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patients@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes indicating decisions a healthcare agent may or may not make on behalf of an individual."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This CodeSystem is not copyrighted."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "intubation" ] ;
fhir:display [ fhir:v "Intubation" ] ;
fhir:definition [ fhir:v "Request or reject intubation on behalf of the patient" ]
] [
fhir:code [ fhir:v "tube-feeding" ] ;
fhir:display [ fhir:v "Tube feeding" ] ;
fhir:definition [ fhir:v "Request or reject tube feeding on behalf of the patient" ]
] [
fhir:code [ fhir:v "life-support" ] ;
fhir:display [ fhir:v "Life support" ] ;
fhir:definition [ fhir:v "Request or reject life support on behalf of the patient" ]
] [
fhir:code [ fhir:v "iv-fluid-and-support" ] ;
fhir:display [ fhir:v "IV fluid and support" ] ;
fhir:definition [ fhir:v "Request or reject IV fluid and support on behalf of the patient" ]
] [
fhir:code [ fhir:v "antibiotics" ] ;
fhir:display [ fhir:v "Antibiotics" ] ;
fhir:definition [ fhir:v "Request or reject intubation on behalf of the patient" ]
] [
fhir:code [ fhir:v "cpr" ] ;
fhir:display [ fhir:v "Cardiopulmonary Resuscitation (CPR)" ] ;
fhir:definition [ fhir:v "Request or reject cardiopulmonary Resuscitation (CPR) on behalf of the patient" ]
] [
fhir:code [ fhir:v "resuscitation-non-cpr" ] ;
fhir:display [ fhir:v "Non-CPR Resuscitation" ] ;
fhir:definition [ fhir:v "Request or reject resuscitation that differs from cardiopulmonary resuscitation on behalf of the patient" ]
] ) . #