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-Smith-Johnson-PACPComposition1 - 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:Composition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Example-Smith-Johnson-PACPComposition1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PACPComposition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PACPComposition>     ]
  ];
  fhir:Resource.language [ fhir:value "en-US"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>Version Number</b>: 1</p><p><b>Jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166:-2 US-MI}\">Michigan</span></p><p><b>Data Enterer</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Generated Summary: language: en-US; id: 047e62ccf09d4b39a8add708a69b7f38; active: true; Betsy Smith-Johnson ; BetsySJ@example.com; gender: female; birthDate: 1950-11-15; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></a></p><p><b>identifier</b>: id: 0-87f37989294a408897aacd1fc5d8fd16</p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 81334-5}\">Patient Personal advance care plan</span></p><p><b>category</b>: <span title=\"Codes: {http://loinc.org 75320-2}\">Advance Directive</span></p><p><b>date</b>: Mar 29, 2021, 7:25:34 PM</p><p><b>author</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Generated Summary: language: en-US; id: 047e62ccf09d4b39a8add708a69b7f38; active: true; Betsy Smith-Johnson ; BetsySJ@example.com; gender: female; birthDate: 1950-11-15; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></a></p><p><b>title</b>: Personal Advance Care Plan</p><p><b>custodian</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationCustodian1.html\">Generated Summary: id: 44444; active: true; name: MyDirectives.com; Phone: +1(202)776-7700</a></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/padi-versionNumber-extension" ];
     fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/padi-jurisdiction-extension" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166:-2" ];
         fhir:Coding.code [ fhir:value "US-MI" ]       ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/padi-dataEnterer-extension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]     ]
  ];
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.823.1.7124" ];
     fhir:Identifier.value [ fhir:value "0-87f37989294a408897aacd1fc5d8fd16" ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:81334-5;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "81334-5" ];
       fhir:Coding.display [ fhir:value "Patient Personal advance care plan" ]     ]
  ];
  fhir:Composition.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:75320-2;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "75320-2" ];
       fhir:Coding.display [ fhir:value "Advance Directive" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ];
  fhir:Composition.date [ fhir:value "2021-03-29T14:25:34-05:00"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ]
  ];
  fhir:Composition.title [ fhir:value "Personal Advance Care Plan"];
  fhir:Composition.custodian [
     fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationCustodian1" ]
  ];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Appointment of a Primary Healthcare Agent and Alternate Healthcare Agents" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:81335-2;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "81335-2" ];
         fhir:Coding.display [ fhir:value "Healthcare Agent" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>IF THIS PART OF THE uADD™ IS LEFT BLANK, I DO NOT WANT TO DESIGNATE A HEALTHCARE AGENT AT THIS TIME, AND I DO NOT WANT A DEFAULT HEALTHCARE AGENT DESIGNATED FOR ME UNDER APPLICABLE LAW. I TRUST THE DOCTORS AND NURSES TREATING ME TO MAKE MEDICAL TREATMENT DECISIONS REGARDING MY TREATMENT AND CARE.</p><p>I am appointing the person or persons below as my healthcare agent and, if applicable, as my alternate healthcare agent(s), and I am granting to each of them the legal authority to make medical treatment decisions on my behalf and to consult with my physician and others. The power to make medical treatment decisions that I am granting to my healthcare agent(s) is expressly subject to, and limited by, the choices that I have expressed elsewhere in my uADD. If my medical treatment choices are not clear, I am authorizing and directing my healthcare agent to make decisions in my best interests and based on what is known of my wishes.</p><p><b>Primary Healthcare Agent</b></p><p>The person I choose as my Primary Healthcare Agent is:</p><p><i>Charles Johnson</i></p><p><i>(Son)</i></p><p><i>CharlesSJ@example.com</i></p><p>[SELECTED to act as a healthcare agent on 3/29/2021, at 2:25 PM CDT]</p><p>[ACCEPTED to act as a healthcare agent on 4/1/2021, at 3:39 PM CDT]</p><p></p><p><b>First Alternate Healthcare Agent</b></p><p>If this healthcare agent is unable or unwilling to make medical treatment decisions for me, or if my spouse is designated as my primary healthcare agent and our marriage is annulled, or we are divorced or legally separated, then my next choice for a healthcare agent is:</p><p><i>Debra Johnson</i></p><p><i>(Daughter)</i></p><p><i>DebraSJ@example.com</i></p><p>[SELECTED to act as a healthcare agent on 3/29/2021, at 2:25 PM CDT]</p><p>[As of 4/1/2021, at 3:40 PM CDT, a response is still PENDING]</p><p></p><p><b>My Healthcare Agent’s General Authority</b></p><p>Subject to my medical treatment choices expressed elsewhere in this uADD™ and applicable law that requires otherwise, I grant to my healthcare agent the power to make all choices and medical treatment decisions for me.</p><p>If I cannot express my own wishes for medical treatment,</p><p>I would like the doctors treating me, as well as my healthcare agent if I have chosen one, to make decisions based as much as possible and appropriate on my instructions below.</p><p><i>If at some point in the future I am declared incompetent,</i></p><p><i>I DO NOT want to be allowed to override these preferences. I want my doctors to follow the preferences I express in this document.</i></p><p>Unless I have stated otherwise somewhere else in this uADD™, I understand that my healthcare agent may reconsider my medical treatment choices expressed above in light of my other instructions contained elsewhere in this uADD™ or new medical information.</p><p><b>Primary Healthcare Agent Consent</b></p><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:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "RelatedPerson/Example-Smith-Johnson-HealthcareAgent1" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "RelatedPerson/Example-Smith-Johnson-HealthcareAgent2" ]     ], [
       fhir:index 2;
       fhir:Reference.reference [ fhir:value "Consent/Example-Smith-Johnson-HealthcareAgentConsent" ]     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Patient Goals, Preferences, and Priorities for Care Experience" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:81338-6;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "81338-6" ];
         fhir:Coding.display [ fhir:value "Patient Goals, Preferences, and Priorities for Care Experience" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><i>MyDirectives® offers people a list of optional questions that can be answered by typing text in a text box or by uploading a video or audio file for each question. Only those questions answered by Betsy Smith-Johnson appear here. For a complete list of questions in My Thoughts, please visit www.MyDirectives.com.</i></p><p></p><p><b>In case I’m being cared for by a person(s) who doesn't know me very well, I’d like my following thoughts to be known.</b></p><p></p><p></p><p><b>My likes / joys:</b></p><p>Here are some examples of the things that I would like to have near me, music that I’d like to hear, and other details of my care that would help to keep me happy and relaxed:</p><p><i>I love the smell of lavender and the feeling of sunshine on my face.</i></p><p></p><p></p><p><b>My dislikes / fears:</b></p><p>Here is a list of things that I would like to avoid if at all possible, people that I don’t wish to see, and concerns I have about particular family members, pets, and so on:</p><p><i>I do not like my feet to be cold.</i></p><p></p><p></p><p><b>How to care for me:</b></p><p>If I become incapacitated and cannot express myself, here is what I would like to tell my healthcare agent, family and friends about how I would like for them to care for me:</p><p><i>I want photos of my family where I can see them.</i></p><p></p><p></p><p><b>My religion:</b></p><p>If I appear to be approaching the end of my life, here are some things that I would like for my caregivers to know about my faith and my religion.</p><p><i>Please call Father Mark if my condition warrants the services of a priest.</i></p><p></p><p></p><p><b>Please attempt to notify someone from my religion at the following phone number:</b></p><p>If I have included one</p><p><i>Catholic</i></p><p></p><p></p><p><b>My unfinished business:</b></p><p>If it appears that I am approaching the end of my life, and I cannot communicate with persons around me, I would want my doctors and nurses, my family, and my friends to know about some unfinished business that I need to address:</p><p><i>I want my sister and I to talk again, and miss her. I wish we hadn't disagreed all those years ago and regret the time it has cost us. I'd like to see her face if I were very ill and needed the comfort of family at my side.</i></p><p></p><p></p><p><b>Laughter:</b></p><p>These are some of my fondest memories from life that have always brought a smile to my face or made me laugh:</p><p><i>My dogs make me laugh when they play together, and my grandchildren make me laugh when they put on plays for me. They bring me great joy.</i></p></div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-CareExperiencePreference2" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-CareExperiencePreference3" ]     ], [
       fhir:index 2;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-CareExperiencePreference4" ]     ], [
       fhir:index 3;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-CareExperiencePreference5" ]     ], [
       fhir:index 4;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-CareExperiencePreference6" ]     ], [
       fhir:index 5;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-CareExperiencePreference7" ]     ], [
       fhir:index 6;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-CareExperiencePreference8" ]     ]
  ], [
     fhir:index 2;
     fhir:Composition.section.title [ fhir:value "Patient Goals, preferences, and priorities under certain conditions" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:81336-0;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "81336-0" ];
         fhir:Coding.display [ fhir:value "Patient Goals, preferences, and priorities under certain health conditions" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Care Plan 1</b></p><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 736366004}\">Advance care plan</span></p><p><b>subject</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>addresses</b>:</p><ul><li><span>Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery</span></li><li><span>Persistent vegetative state (SNOMED CT 24473007)</span></li><li><span>Irreversible coma (SNOMED CT 73453007)</span></li></ul><p><b>goal</b>:</p><ul><li><a href=\"Goal-Example-Smith-Johnson-PersonalGoal1.html\"><span title=\"Codes: {http://loinc.org 81378-2}\">Goals, preferences, and priorities under certain health conditions [Reported]</span></a>; <span title=\"Codes: \">If I am so sick or seriously injured that I cannot express my own medical treatment preferences, and if I am not expected to live without additional treatment for my illness, disease, condition or injury, then I want my medical care team to know that these are the things that are most important to me: Avoiding prolonged dependence on machines, Not being a physical burden to my family, Dying at home</span></li><li><a href=\"Goal-Example-Smith-Johnson-PersonalInterventionPreference3.html\"><span title=\"Codes: {http://loinc.org 75778-1}\">Information to tell doctors if I have a severe, irreversible brain injury or illness and can't dress, feed, or bathe myself, or communicate my medical wishes, but can be kept alive [Reported]</span></a>; <span title=\"Codes: \">If my health ever deteriorates due to a terminal illness, and my doctors believe I will not be able to interact meaningfully with my family, friends, or surroundings, I would like for them to keep trying life-sustaining treatments until my healthcare agent decides it is time to stop and such treatments and let me die gently.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference6.html\"><span title=\"Codes: {http://loinc.org 81365-9}\">Religious affiliation contact to notify [Reported]</span></a>; <span title=\"Codes: \">Please attempt to notify someone from my religion at the following phone number: If I have included one: Catholic</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference5.html\"><span title=\"Codes: {http://loinc.org 81364-2}\">Religious beliefs [Reported]</span></a>; <span title=\"Codes: \">If I appear to be approaching the end of my life, here are some things that I would like for my caregivers to know about my faith and my religion. Please call Father Mark if my condition warrants the services of a priest.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference1.html\"><span title=\"Codes: {http://loinc.org 75775-7}\">Decision to inform doctors and nurses about the role religion, faith, or spirituality play in my life [Reported]</span></a>; <span title=\"Codes: \">Here are some thoughts that I would like for my medical care team and my healthcare agent(s) to know about the role that religion, faith or spirituality play in my life: I am Catholic, please call Father Mark at Saint Catherine's on Main Street.</span></li></ul><p><b>Care Plan 2</b></p><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 736366004}\">Advance care plan</span></p><p><b>subject</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>addresses</b>: <span>Permanent, sever brain damage and I am unable to recognize my family and friends</span></p><p><b>goal</b>:</p><ul><li><a href=\"Goal-Example-Smith-Johnson-PersonalGoal1.html\"><span title=\"Codes: {http://loinc.org 81378-2}\">Goals, preferences, and priorities under certain health conditions [Reported]</span></a>; <span title=\"Codes: \">If I am so sick or seriously injured that I cannot express my own medical treatment preferences, and if I am not expected to live without additional treatment for my illness, disease, condition or injury, then I want my medical care team to know that these are the things that are most important to me: Avoiding prolonged dependence on machines, Not being a physical burden to my family, Dying at home</span></li><li><a href=\"Goal-Example-Smith-Johnson-PersonalInterventionPreference3.html\"><span title=\"Codes: {http://loinc.org 75778-1}\">Information to tell doctors if I have a severe, irreversible brain injury or illness and can't dress, feed, or bathe myself, or communicate my medical wishes, but can be kept alive [Reported]</span></a>; <span title=\"Codes: \">If my health ever deteriorates due to a terminal illness, and my doctors believe I will not be able to interact meaningfully with my family, friends, or surroundings, I would like for them to keep trying life-sustaining treatments until my healthcare agent decides it is time to stop and such treatments and let me die gently.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference5.html\"><span title=\"Codes: {http://loinc.org 81364-2}\">Religious beliefs [Reported]</span></a>; <span title=\"Codes: \">If I appear to be approaching the end of my life, here are some things that I would like for my caregivers to know about my faith and my religion. Please call Father Mark if my condition warrants the services of a priest.</span></li></ul><p><b>Care Plan 3</b></p><p><b>status</b>: active</p><p><b>intent</b>: proposal</p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 736366004}\">Advance care plan</span></p><p><b>subject</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>addresses</b>: <span>Terminal illness, lack of meaningful interaction</span></p><p><b>goal</b>:</p><ul><li><a href=\"Goal-Example-Smith-Johnson-PersonalGoal1.html\"><span title=\"Codes: {http://loinc.org 81378-2}\">Goals, preferences, and priorities under certain health conditions [Reported]</span></a>; <span title=\"Codes: \">If I am so sick or seriously injured that I cannot express my own medical treatment preferences, and if I am not expected to live without additional treatment for my illness, disease, condition or injury, then I want my medical care team to know that these are the things that are most important to me: Avoiding prolonged dependence on machines, Not being a physical burden to my family, Dying at home</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference1.html\"><span title=\"Codes: {http://loinc.org 75775-7}\">Decision to inform doctors and nurses about the role religion, faith, or spirituality play in my life [Reported]</span></a>; <span title=\"Codes: \">Here are some thoughts that I would like for my medical care team and my healthcare agent(s) to know about the role that religion, faith or spirituality play in my life: I am Catholic, please call Father Mark at Saint Catherine's on Main Street.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference2.html\"><span title=\"Codes: {http://loinc.org 81360-0}\">My likes and joys [Reported]</span></a>; <span title=\"Codes: \">Here are some examples of the things that I would like to have near me, music that I’d like to hear, and other details of my care that would help to keep me happy and relaxed: I love the smell of lavender and the feeling of sunshine on my face.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference3.html\"><span title=\"Codes: {http://loinc.org 81362-6}\">My dislikes and fears [Reported]</span></a>; <span title=\"Codes: \">Here is a list of things that I would like to avoid if at all possible, people that I don’t wish to see, and concerns I have about particular family members, pets, and so on: I do not like my feet to be cold.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference4.html\"><span title=\"Codes: {http://loinc.org 81380-8}\">Goals, preferences, and priorities for care experience [Reported]</span></a>; <span title=\"Codes: \">How to care for me: If I become incapacitated and cannot express myself, here is what I would like to tell my healthcare agent, family and friends about how I would like for them to care for me: I want photos of my family where I can see them.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference5.html\"><span title=\"Codes: {http://loinc.org 81364-2}\">Religious beliefs [Reported]</span></a>; <span title=\"Codes: \">If I appear to be approaching the end of my life, here are some things that I would like for my caregivers to know about my faith and my religion. Please call Father Mark if my condition warrants the services of a priest.</span></li><li><a href=\"Goal-Example-Smith-Johnson-CareExperiencePreference7.html\"><span title=\"Codes: {http://loinc.org 81366-7}\">Unfinished business [Reported]</span></a>; <span title=\"Codes: \">If it appears that I am approaching the end of my life, and I cannot communicate with persons around me, I would want my doctors and nurses, my family, and my friends to know about some unfinished business that I need to address: I want my sister and I to talk again, and miss her. I wish we hadn't disagreed all those years ago and regret the time it has cost us. I'd like to see her face if I were very ill and needed the comfort of family at my side.</span></li><li><a href=\"Goal-Example-Smith-Johnson-PersonalInterventionPreference1.html\"><span title=\"Codes: {http://loinc.org 75776-5}\">Preference on consulting a supportive and palliative care team to help treat physical, emotional, and spiritual discomfort and support family [Reported]</span></a>; <span title=\"Codes: \">If I am having significant pain or suffering, I would like my doctors to consult a Supportive and Palliative Care Team to help treat my physical, emotional and spiritual discomfort, and to support my family.</span></li><li><a href=\"Goal-Example-Smith-Johnson-PersonalInterventionPreference3.html\"><span title=\"Codes: {http://loinc.org 75778-1}\">Information to tell doctors if I have a severe, irreversible brain injury or illness and can't dress, feed, or bathe myself, or communicate my medical wishes, but can be kept alive [Reported]</span></a>; <span title=\"Codes: \">If my health ever deteriorates due to a terminal illness, and my doctors believe I will not be able to interact meaningfully with my family, friends, or surroundings, I would like for them to keep trying life-sustaining treatments until my healthcare agent decides it is time to stop and such treatments and let me die gently.</span></li><li><a href=\"Goal-Example-Smith-Johnson-PersonalInterventionPreference5.html\"><span title=\"Codes: {http://loinc.org 75780-7}\">Preferred location to spend final days if possible to choose [Reported]</span></a>; <span title=\"Codes: \">If it were possible to choose, here is where I would like to spend my final days: At home.I would like to receive hospice care at home if possible.</span></li></ul></div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "CarePlan/Example-Smith-Johnson-PreferenceCarePlan1" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "CarePlan/Example-Smith-Johnson-PreferenceCarePlan2" ]     ], [
       fhir:index 2;
       fhir:Reference.reference [ fhir:value "CarePlan/Example-Smith-Johnson-PreferenceCarePlan3" ]     ]
  ], [
     fhir:index 3;
     fhir:Composition.section.title [ fhir:value "Goals, Preferences and Priorities Upon Death" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:81337-8;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "81337-8" ];
         fhir:Coding.display [ fhir:value "Patient Goals, Preferences, and Priorities Upon Death" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Consent to Donate</b></p><p><i>I consent to donate all organs and tissues.</i></p><p></p><p><b>Autopsy</b></p><p><i>I want an autopsy</i></p><p><i>only if there are questions about my death.</i></p><p></p><p><b>Here are my thoughts on funeral or burial plans:</b></p><p><i>If I were to pass away:</i></p><p><i>Please call Jim Houston, my lawyer, for arrangements I have already made.</i></p></div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/Example-Smith-Johnson-OrganDonationObservation1" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "Observation/Example-Smith-Johnson-AutopsyObservation1" ]     ], [
       fhir:index 2;
       fhir:Reference.reference [ fhir:value "Goal/Example-Smith-Johnson-PersonalInterventionPreference6" ]     ]
  ], [
     fhir:index 4;
     fhir:Composition.section.title [ fhir:value "Additional Documentation" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:77599-9;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "77599-9" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>PMOLST Order Observation</b></p><p><i>Order Exists: <a href=\"http://www.example.com\">available here</a></i></p></div>"     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/Example-Smith-Johnson-DocumentationObservation1" ]     ]
  ], [
     fhir:index 5;
     fhir:Composition.section.title [ fhir:value "Witnesses and Notary" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:81339-4;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "81339-4" ];
         fhir:Coding.display [ fhir:value "Witness and Notary Document" ]       ]     ];
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ];
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>I am emotionally and mentally competent to make this uADD. I understand the purpose and effect of this uADD, I agree with everything that is written in this uADD, and I have made this uADD knowingly, willingly and after careful deliberation.</p><table><tbody><tr><td><b>Signature:</b></td><td>Betsy Smith-Johnson</td></tr><tr><td><b>Date:</b></td><td>3/29/2021</td></tr></tbody></table><p></p><p><b>Statement of Witnesses</b></p><p></p><p>I declare that the person who signed this uADD, or who asked another to sign this uADD on his/her behalf, is the individual identified in the document, and he/she did so in my presence or otherwise provided satisfactory proof to me of his/her identity. I believe him/her to be of sound mind and at least 18 years of age. I personally witnessed him/her sign this document or ask the person indicated to do so, or I received proof of his/her identity that I believe is adequate, and I believe that he/she did so voluntarily. By signing this document as a witness, I certify that I am:</p><p></p><ul><li>At least 18 years of age.</li><li>Not related to the person signing this document by blood, marriage or adoption.</li><li>Not a healthcare agent appointed by the person signing this document.</li><li>Not directly financially responsible for that person’s healthcare.</li><li>Not a healthcare provider directly serving the person at this time.</li><li>Not an employee (other than a social worker or chaplain), officer, director, or partner of a healthcare provider (or any parent organization of such healthcare provider) directly serving the person at this time.</li><li>Not aware that I am entitled to or have a claim against the person’s estate.</li></ul><p></p><table><tbody><tr><td><b>Witness Number:</b></td><td></td></tr><tr><td><b>Signature:</b></td><td></td></tr><tr><td><b>Date:</b></td><td></td></tr></tbody></table></div>"     ]
  ].

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

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