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
@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-McBee-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-McBee-Patient1.html\">Social Beneficiary Identifier: 555-12-1246, Roger Rienman McBee; Phone: +1(469)238-2858, Phone: +1(214)497-9529, rogerb@example.com; gender: male; birthDate: 1945-04-01</a></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&objectname=mcl-386-1998-V-5\">http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&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-McBee-HealthcareAgent1.html\">Bobbins Sally ; SallyBobbins@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-McBee-HealthcareAgent2.html\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode FRND}\">unrelated friend</span>; Susskind S. Leonard ; ssuskind@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></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-McBee-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-McBee-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-McBee-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:purpose [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PWATRNY" ] ] )
] . #
IG © 2021+ HL7 International / Patient Empowerment. Package hl7.fhir.us.pacio-adi#1.0.0 based on FHIR 4.0.1. Generated 2024-01-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change