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

: Healthcare Agent Decision Codes - TTL Representation

Active as of 2024-05-09

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 "2.1.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-05-09T16:55: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:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  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" ]
  ] ) . #