PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU1

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 Patient Empowerment Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-McBee-HealthcareAgentConsent - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "Example-McBee-HealthcareAgentConsent"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-ParticipantConsent";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-ParticipantConsent>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.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&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-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:Consent.status [ fhir:value "active"];
  fhir:Consent.scope [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:75786-4;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "75786-4" ];
       fhir:Coding.display [ fhir:value "Powers granted to healthcare agent [Reported]" ]     ]
  ];
  fhir:Consent.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentcategorycodes" ];
       fhir:Coding.code [ fhir:value "acd" ]     ]
  ];
  fhir:Consent.patient [
     fhir:Reference.reference [ fhir:value "Patient/Example-McBee-Patient1" ]
  ];
  fhir:Consent.dateTime [ fhir:value "2020-08-03"^^xsd:date];
  fhir:Consent.policy [
     fhir:index 0;
     fhir:Consent.policy.authority [ fhir:value "https://www.michigan.gov/" ];
     fhir:Consent.policy.uri [ fhir:value "http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&objectname=mcl-386-1998-V-5" ]
  ];
  fhir:Consent.provision [
     fhir:Consent.provision.type [ fhir:value "permit" ];
     fhir:Consent.provision.actor [
       fhir:index 0;
       fhir:Consent.provision.actor.role [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a loinc:75783-1;
           fhir:Coding.system [ fhir:value "http://loinc.org" ];
           fhir:Coding.code [ fhir:value "75783-1" ];
           fhir:Coding.display [ fhir:value "Primary healthcare agent [Reported]" ]         ]       ];
       fhir:Consent.provision.actor.reference [
         fhir:Reference.reference [ fhir:value "RelatedPerson/Example-McBee-HealthcareAgent1" ]       ]     ], [
       fhir:index 1;
       fhir:Consent.provision.actor.role [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a loinc:75784-9;
           fhir:Coding.system [ fhir:value "http://loinc.org" ];
           fhir:Coding.code [ fhir:value "75784-9" ];
           fhir:Coding.display [ fhir:value "First alternate healthcare agent [Reported]" ]         ]       ];
       fhir:Consent.provision.actor.reference [
         fhir:Reference.reference [ fhir:value "RelatedPerson/Example-McBee-HealthcareAgent2" ]       ]     ];
     fhir:Consent.provision.action [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIHCADecisionsCS" ];
         fhir:Coding.code [ fhir:value "intubation" ];
         fhir:Coding.display [ fhir:value "Intubation" ]       ]     ], [
       fhir:index 1;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIHCADecisionsCS" ];
         fhir:Coding.code [ fhir:value "tube-feeding" ];
         fhir:Coding.display [ fhir:value "Tube feeding" ]       ]     ], [
       fhir:index 2;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIHCADecisionsCS" ];
         fhir:Coding.code [ fhir:value "life-support" ];
         fhir:Coding.display [ fhir:value "Life support" ]       ]     ];
     fhir:Consent.provision.purpose [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
       fhir:Coding.code [ fhir:value "PWATRNY" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.