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

: Example-Smith-Johnson-HealthcareAgentConsent - 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:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-Smith-Johnson-HealthcareAgentConsent"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ParticipantConsent"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ParticipantConsent>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>status</b>: active</p><p><b>scope</b>: <span title=\"Codes: {http://loinc.org 75786-4}\">Powers granted to healthcare agent [Reported]</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/consentcategorycodes acd}\">Advance Directive</span></p><p><b>patient</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a> ; BetsySJ@example.com; gender: female; birthDate: 1950-11-15</p><p><b>dateTime</b>: 2020-08-03</p><h3>Policies</h3><table class=\"grid\"><tr><td>-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td><a href=\"https://www.michigan.gov/\">https://www.michigan.gov/</a></td><td><a href=\"http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&amp;objectname=mcl-386-1998-V-5\">http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&amp;objectname=mcl-386-1998-V-5</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: permit</p><blockquote><p><b>actor</b></p><p><b>role</b>: <span title=\"Codes: {http://loinc.org 75783-1}\">Primary healthcare agent [Reported]</span></p><p><b>reference</b>: <a href=\"RelatedPerson-Example-Smith-Johnson-HealthcareAgent1.html\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode SON}\">natural son</span>; Charles Johnson ; CharlesSJ@example.com</a></p></blockquote><blockquote><p><b>actor</b></p><p><b>role</b>: <span title=\"Codes: {http://loinc.org 75784-9}\">First alternate healthcare agent [Reported]</span></p><p><b>reference</b>: <a href=\"RelatedPerson-Example-Smith-Johnson-HealthcareAgent2.html\"><span title=\"Codes: {http://loinc.org 75784-9}\">First alternate healthcare agent [Reported]</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode DAU}\">natural daughter</span>; Debra Johnson ; DebraSJ@example.com</a></p></blockquote><p><b>action</b>: <span title=\"Codes: {http://loinc.org 75787-2}\">Advance directive - request for intubation</span>, <span title=\"Codes: {http://loinc.org 75788-0}\">Advance directive - request for tube feeding</span>, <span title=\"Codes: {http://loinc.org 75789-8}\">Advance directive - request for life support</span>, <span title=\"Codes: {http://loinc.org 75790-6}\">Advance directive - request for IV fluid and support</span>, <span title=\"Codes: {http://loinc.org 75791-4}\">Advance directive - request for antibiotics</span>, <span title=\"Codes: {http://loinc.org 75792-2}\">Advance directive - request for resuscitation that differs from cardiopulmonary resuscitation</span></p><p><b>purpose</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason PWATRNY}\">power of attorney</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:scope [
    ( fhir:coding [
a loinc:75786-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75786-4" ] ;
fhir:display [ fhir:v "Powers granted to healthcare agent [Reported]" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "acd" ] ;
fhir:display [ fhir:v "Advance Directive" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
  ] ; # 
  fhir:dateTime [ fhir:v "2020-08-03"^^xsd:date] ; # 
  fhir:policy ( [
fhir:authority [ fhir:v "https://www.michigan.gov/"^^xsd:anyURI ] ;
fhir:uri [ fhir:v "http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&objectname=mcl-386-1998-V-5"^^xsd:anyURI ]
  ] ) ; # 
  fhir:provision [
fhir:type [ fhir:v "permit" ] ;
    ( fhir:actor [
fhir:role [
        ( fhir:coding [
a loinc:75783-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75783-1" ] ;
fhir:display [ fhir:v "Primary healthcare agent [Reported]" ]         ] )       ] ;
fhir:reference [
fhir:reference [ fhir:v "RelatedPerson/Example-Smith-Johnson-HealthcareAgent1" ]       ]     ] [
fhir:role [
        ( fhir:coding [
a loinc:75784-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75784-9" ] ;
fhir:display [ fhir:v "First alternate healthcare agent [Reported]" ]         ] )       ] ;
fhir:reference [
fhir:reference [ fhir:v "RelatedPerson/Example-Smith-Johnson-HealthcareAgent2" ]       ]     ] ) ;
    ( fhir:action [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "intubation" ] ;
fhir:display [ fhir:v "Intubation" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tube-feeding" ] ;
fhir:display [ fhir:v "Tube feeding" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "life-support" ] ;
fhir:display [ fhir:v "Life support" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "iv-fluid-and-support" ] ;
fhir:display [ fhir:v "IV fluid and support" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "antibiotics" ] ;
fhir:display [ fhir:v "Antibiotics" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "resuscitation-non-cpr" ] ;
fhir:display [ fhir:v "Non-CPR Resuscitation" ]       ] )     ] ) ;
    ( fhir:purpose [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PWATRNY" ]     ] )
  ] . #