PACIO Advance Healthcare 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.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PMO-Example-Smith-Johnson-Bundle2"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Bundle"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Bundle> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "http://example.org/GoodHealthClinic/id"^^xsd:anyURI ] ; fhir:value [ fhir:v "20130607100315-ExamplePMODocument" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2024-03-29T14:25:34.001-05:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Composition/PMO-Example-Smith-Johnson-PMOComposition1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Composition/PMO-Example-Smith-Johnson-PMOComposition1> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient1> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/Example-Kyle-Anydoc-Practitioner"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Practitioner/Example-Kyle-Anydoc-Practitioner> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Organization/Example-Smith-Johnson-OrganizationCustodian1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Organization/Example-Smith-Johnson-OrganizationCustodian1> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/ServiceRequest/Example-Smith-Johnson-CPR-ServiceRequest1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/ServiceRequest/Example-Smith-Johnson-CPR-ServiceRequest1> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Observation/Example-Smith-Johnson-DocumentationObservation2"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Observation/Example-Smith-Johnson-DocumentationObservation2> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/PractitionerRole/ADI-Facilitator-MSW-MargaretReynolds"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/PractitionerRole/ADI-Facilitator-MSW-MargaretReynolds> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Practitioner/Practitioner-MargaretReynolds"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Practitioner/Practitioner-MargaretReynolds> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Endpoint/Example-Smith-Johnson-Endpoint2"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Endpoint/Example-Smith-Johnson-Endpoint2> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Consent/Example-Smith-Johnson-HealthcareAgentConsent-Permit"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Consent/Example-Smith-Johnson-HealthcareAgentConsent-Permit> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Consent/Example-Smith-Johnson-HealthcareAgentConsent-Deny"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Consent/Example-Smith-Johnson-HealthcareAgentConsent-Deny> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/RelatedPerson/Example-Smith-Johnson-HealthcareAgent1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/RelatedPerson/Example-Smith-Johnson-HealthcareAgent1> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Provenance/Example-Smith-Johnson-PMOProvenance1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Provenance/Example-Smith-Johnson-PMOProvenance1> ) ] [ fhir:fullUrl [ fhir:v "http://www.example.org/fhir/Organization/Example-Smith-Johnson-OrganizationAssembler1"^^xsd:anyURI ] ; ( fhir:resource <http://www.example.org/fhir/Organization/Example-Smith-Johnson-OrganizationAssembler1> ) ] ) . # <http://www.example.org/fhir/Composition/PMO-Example-Smith-Johnson-PMOComposition1> a fhir:Composition ; fhir:id [ fhir:v "PMO-Example-Smith-Johnson-PMOComposition1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOComposition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOComposition> ] ) ] ; # fhir:language [ fhir:v "en-US"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><a name=\"Composition_PMO-Example-Smith-Johnson-PMOComposition1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition PMO-Example-Smith-Johnson-PMOComposition1</b></p><a name=\"PMO-Example-Smith-Johnson-PMOComposition1\"> </a><a name=\"hcPMO-Example-Smith-Johnson-PMOComposition1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ADI-PMOComposition.html\">ADI PMO Composition</a></p></div><p><b>Composition Version Number</b>: 2024-03-29T14:25:34-05:00</p><p><b>Data Enterer</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)</a></p><p><b>Participant</b>: <a href=\"PractitionerRole-Example-Kyle-Anydoc-PractitionerRole1.html\">PractitionerRole: telecom = kanydoc@example.org(Work)</a></p><p><b>ADI Expiration Date</b>: 2024-03-29 14:25:34-0500</p><p><b>Performer</b>: <a href=\"PractitionerRole-Example-Kyle-Anydoc-PractitionerRole1.html\">PractitionerRole: telecom = kanydoc@example.org(Work)</a></p><p><b>Informant</b>: <a href=\"RelatedPerson-Example-Smith-Johnson-HealthcareAgent1.html\">RelatedPerson Johnson, Charles</a></p><p><b>Revoke Status</b>: deprecated</p><blockquote><p><b>Clause</b></p><ul><li>Clause: </li></ul></blockquote><div><p><div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Example Clause Statement</p></div></p>\n</div><p><b>identifier</b>: <code>http://example.org/GoodHealthClinic/id</code>/0-87f37989294a408897aacd1fc5d8fd16</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 93037-0}\">Portable medical order form</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 42348-3}\">Advance healthcare directives</span></p><p><b>date</b>: 2023-03-29 14:25:34-0500</p><p><b>author</b>: <a href=\"PractitionerRole-Example-Kyle-Anydoc-PractitionerRole1.html\">PractitionerRole: telecom = kanydoc@example.org(Work)</a></p><p><b>title</b>: Portable Medical Order</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td><a href=\"PractitionerRole-Example-Kyle-Anydoc-PractitionerRole1.html\">PractitionerRole: telecom = kanydoc@example.org(Work)</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationCustodian1.html\">Organization example.org</a></p><blockquote><p><b>event</b></p><p><b>detail</b>: </p><ul><li><a href=\"PractitionerRole-ADI-Facilitator-MSW-MargaretReynolds.html\">PractitionerRole primary performer</a></li><li><a href=\"Consent-Example-Smith-Johnson-HealthcareAgentConsent-Permit.html\">Consent: status = active; scope = Goals, preferences, and priorities regarding the appointment of healthcare agents Narrative - Reported; category = Advance Directive</a></li><li><a href=\"Consent-Example-Smith-Johnson-HealthcareAgentConsent-Deny.html\">Consent: status = active; scope = Goals, preferences, and priorities regarding the appointment of healthcare agents Narrative - Reported; category = Advance Directive</a></li></ul></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "2024-03-29T14:25:34-05:00" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-dataEnterer-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-healthcareAgentParticipant-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-expiration-date-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:dateTime ; fhir:v "2024-03-29T14:25:34-05:00"^^xsd:dateTime ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-performer-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-informant-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "RelatedPerson/Example-Smith-Johnson-HealthcareAgent1" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-document-revoke-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "deprecated" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "Clause"^^xsd:anyURI ] ; fhir:value [ a fhir:markdown ; fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Example Clause Statement</p></div>" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-clause-extension"^^xsd:anyURI ] ] ) ; # fhir:identifier [ fhir:system [ fhir:v "http://example.org/GoodHealthClinic/id"^^xsd:anyURI ] ; fhir:value [ fhir:v "0-87f37989294a408897aacd1fc5d8fd16" ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:93037-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "93037-0" ] ; fhir:display [ fhir:v "Portable medical order form" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a loinc:42348-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "42348-3" ] ; fhir:display [ fhir:v "Advance healthcare directives" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ; # fhir:date [ fhir:v "2023-03-29T14:25:34-05:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1" ] ] ) ; # fhir:title [ fhir:v "Portable Medical Order"] ; # fhir:attester ( [ fhir:mode [ fhir:v "legal" ] ; fhir:party [ fhir:reference [ fhir:v "PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1" ] ] ] ) ; # fhir:custodian [ fhir:reference [ fhir:v "Organization/Example-Smith-Johnson-OrganizationCustodian1" ] ] ; # fhir:event ( [ ( fhir:detail [ fhir:reference [ fhir:v "PractitionerRole/ADI-Facilitator-MSW-MargaretReynolds" ] ] [ fhir:reference [ fhir:v "Consent/Example-Smith-Johnson-HealthcareAgentConsent-Permit" ] ] [ fhir:reference [ fhir:v "Consent/Example-Smith-Johnson-HealthcareAgentConsent-Deny" ] ] ) ] ) ; # fhir:section ( [ fhir:title [ fhir:v "Portable Medical Orders" ] ; fhir:code [ ( fhir:coding [ a loinc:93037-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "93037-0" ] ; fhir:display [ fhir:v "Portable medical order form" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>PMO Medical Orders</b></p><p><i>Order Exists: <a href=\"http://www.example.com\">available here</a></i></p></div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "ServiceRequest/Example-Smith-Johnson-CPR-ServiceRequest1" ] ] ) ] [ fhir:title [ fhir:v "Additional Documentation" ] ; fhir:code [ ( fhir:coding [ a loinc:77599-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "77599-9" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "Observation/Example-Smith-Johnson-DocumentationObservation2" ] ] ) ] [ fhir:title [ fhir:v "Witnesses and Notary" ] ; fhir:code [ ( fhir:coding [ a loinc:81339-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "81339-4" ] ; fhir:display [ fhir:v "Witness and Notary Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir: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/2024</td></tr></tbody></table><p/><p><b>Statement of Witnesses</b></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/><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/><table><tbody><tr><td><b>Witness Number:</b></td><td/></tr><tr><td><b>Signature:</b></td><td/></tr><tr><td><b>Date:</b></td><td/></tr></tbody></table></div>"^^rdf:XMLLiteral ] ] ) . # <http://www.example.org/fhir/Patient/Example-Smith-Johnson-Patient1> a fhir:Patient ; fhir:id [ fhir:v "Example-Smith-Johnson-Patient1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] ) ] ; # fhir:language [ fhir:v "en-US"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><a name=\"Patient_Example-Smith-Johnson-Patient1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Smith-Johnson-Patient1</b></p><a name=\"Example-Smith-Johnson-Patient1\"> </a><a name=\"hcExample-Smith-Johnson-Patient1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-03-29 14:25:34-0500; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical Record Number/1032702 (use: usual, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:BetsySJ@example.com\">BetsySJ@example.com</a></li><li>111 Maple Court San Antonio TX 78212 US (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: son\">son:</td><td colspan=\"3\"><ul><li>Charles Johnson</li><li>111 Maple Ct, Grand Rapids, MI 49503</li><li>ph: (210) 222-3333</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: daughter\">daughter:</td><td colspan=\"3\"><ul><li>Debra Johnson</li><li>333 W. Camden St., Baltimore, MD 21201</li><li>ph: (410) 444-5555</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html#3) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:#xA;#xA; - American Indian or Alaska Native#xA; - Asian#xA; - Black or African American#xA; - Native Hawaiian or Other Pacific Islander#xA; - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: CDC Race and Ethnicity 2106-3: White</li><li>text: White</li></ul></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2106-3" ] ; fhir:display [ fhir:v "White" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "White" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ] ) ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical Record Number" ] ] ) ; fhir:text [ fhir:v "Medical Record Number" ] ] ; fhir:system [ fhir:v "http://example.org/GoodHealthHospital"^^xsd:anyURI ] ; fhir:value [ fhir:v "1032702" ] ] [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-medicare"^^xsd:anyURI ] ; fhir:value [ fhir:v "1PA3D58WH16" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:use [ fhir:v "usual" ] ; fhir:text [ fhir:v "Smith-Johnson, Betsy" ] ; fhir:family [ fhir:v "Smith-Johnson" ] ; ( fhir:given [ fhir:v "Betsy" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "BetsySJ@example.com" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1950-11-15"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "physical" ] ; ( fhir:line [ fhir:v "111 Maple Court" ] ) ; fhir:city [ fhir:v "San Antonio" ] ; fhir:state [ fhir:v "TX" ] ; fhir:postalCode [ fhir:v "78212" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:maritalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ; fhir:code [ fhir:v "UNK" ] ] ) ] ; # fhir:contact ( [ ( fhir:relationship [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "SONC" ] ] ) ] ) ; fhir:name [ fhir:text [ fhir:v "Charles Johnson" ] ] ; ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(210) 222-3333" ] ] ) ; fhir:address [ fhir:text [ fhir:v "111 Maple Ct, Grand Rapids, MI 49503" ] ] ] [ ( fhir:relationship [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "DAUC" ] ] ) ] ) ; fhir:name [ fhir:text [ fhir:v "Debra Johnson" ] ] ; ( fhir:telecom [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(410) 444-5555" ] ] ) ; fhir:address [ fhir:text [ fhir:v "333 W. Camden St., Baltimore, MD 21201" ] ] ] ) ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ; fhir:display [ fhir:v "English" ] ] ) ] ; fhir:preferred [ fhir:v true ] ] ) . # <http://www.example.org/fhir/PractitionerRole/Example-Kyle-Anydoc-PractitionerRole1> a fhir:PractitionerRole ; fhir:id [ fhir:v "Example-Kyle-Anydoc-PractitionerRole1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_Example-Kyle-Anydoc-PractitionerRole1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole Example-Kyle-Anydoc-PractitionerRole1</b></p><a name=\"Example-Kyle-Anydoc-PractitionerRole1\"> </a><a name=\"hcExample-Kyle-Anydoc-PractitionerRole1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8/StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-Example-Kyle-Anydoc-Practitioner.html\">Practitioner Kyle Anydoc </a></p><p><b>telecom</b>: <a href=\"mailto:kanydoc@example.org\">kanydoc@example.org</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/Example-Kyle-Anydoc-Practitioner" ] ] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "kanydoc@example.org" ] ; fhir:use [ fhir:v "work" ] ] ) . # <http://www.example.org/fhir/Practitioner/Example-Kyle-Anydoc-Practitioner> a fhir:Practitioner ; fhir:id [ fhir:v "Example-Kyle-Anydoc-Practitioner"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_Example-Kyle-Anydoc-Practitioner\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Example-Kyle-Anydoc-Practitioner</b></p><a name=\"Example-Kyle-Anydoc-Practitioner\"> </a><a name=\"hcExample-Kyle-Anydoc-Practitioner\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1818345971</p><p><b>name</b>: Kyle Anydoc </p><p><b>telecom</b>: <a href=\"mailto:kanydoc@example.org\">kanydoc@example.org</a></p><p><b>address</b>: 567 Healthcare Drive Anytown MA 12345 US (home)</p><p><b>gender</b>: Male</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine</span></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1818345971" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Anydoc" ] ; ( fhir:given [ fhir:v "Kyle" ] ) ; ( fhir:prefix [ fhir:v "Dr." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "kanydoc@example.org" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; ( fhir:line [ fhir:v "567 Healthcare Drive" ] ) ; fhir:city [ fhir:v "Anytown" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "12345" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:qualification ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ] ; fhir:code [ fhir:v "MD" ] ; fhir:display [ fhir:v "Doctor of Medicine" ] ] ) ] ] ) . # <http://www.example.org/fhir/Organization/Example-Smith-Johnson-OrganizationCustodian1> a fhir:Organization ; fhir:id [ fhir:v "Example-Smith-Johnson-OrganizationCustodian1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_Example-Smith-Johnson-OrganizationCustodian1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-Smith-Johnson-OrganizationCustodian1</b></p><a name=\"Example-Smith-Johnson-OrganizationCustodian1\"> </a><a name=\"hcExample-Smith-Johnson-OrganizationCustodian1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1234567893</p><p><b>active</b>: true</p><p><b>name</b>: example.org</p><p><b>telecom</b>: <a href=\"tel:+1(202)776-7700\">+1(202)776-7700</a></p><p><b>address</b>: 740 E. Campbell Rd. Suite 825 Richardson TX 75081 US </p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "1234567893" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name [ fhir:v "example.org"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+1(202)776-7700" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:type [ fhir:v "physical" ] ; ( fhir:line [ fhir:v "740 E. Campbell Rd. Suite 825" ] ) ; fhir:city [ fhir:v "Richardson" ] ; fhir:state [ fhir:v "TX" ] ; fhir:postalCode [ fhir:v "75081" ] ; fhir:country [ fhir:v "US" ] ] ) . # <http://www.example.org/fhir/ServiceRequest/Example-Smith-Johnson-CPR-ServiceRequest1> a fhir:ServiceRequest ; fhir:id [ fhir:v "Example-Smith-Johnson-CPR-ServiceRequest1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCPRServiceRequest"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCPRServiceRequest> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_Example-Smith-Johnson-CPR-ServiceRequest1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest Example-Smith-Johnson-CPR-ServiceRequest1</b></p><a name=\"Example-Smith-Johnson-CPR-ServiceRequest1\"> </a><a name=\"hcExample-Smith-Johnson-CPR-ServiceRequest1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ADI-PMOCPRServiceRequest.html\">ADI PMO Cardiopulmonary Resuscitation ServiceRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Directive</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 100822-6}\">Cardiopulmonary resuscitation orders</span></p><p><b>doNotPerform</b>: true</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LA33470-8}\">Yes CPR</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://loinc.org LA33470-8}\">Yes CPR</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)</a></p><p><b>requester</b>: <a href=\"Practitioner-Example-Kyle-Anydoc-Practitioner.html\">Practitioner Kyle Anydoc </a></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "directive"] ; # fhir:category ( [ ( fhir:coding [ a loinc:100822-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "100822-6" ] ; fhir:display [ fhir:v "Cardiopulmonary resuscitation orders" ] ] ) ] ) ; # fhir:doNotPerform [ fhir:v true] ; # fhir:code [ ( fhir:coding [ a loinc:LA33470-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "LA33470-8" ] ] ) ] ; # fhir:orderDetail ( [ ( fhir:coding [ a loinc:LA33470-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "LA33470-8" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "Practitioner/Example-Kyle-Anydoc-Practitioner" ] ] . # <http://www.example.org/fhir/Observation/Example-Smith-Johnson-DocumentationObservation2> a fhir:Observation ; fhir:id [ fhir:v "Example-Smith-Johnson-DocumentationObservation2"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentationObservation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentationObservation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Example-Smith-Johnson-DocumentationObservation2\"> </a><p><b>PMOLST Order Observation</b></p><p><i>Order Exists: <a href=\"http://www.example.com\">available here</a></i></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a loinc:42348-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "42348-3" ] ; fhir:display [ fhir:v "Advance healthcare directives" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2016-05-18T22:33:22Z"^^xsd:dateTime ] ; # fhir:performer ( [ fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:697978002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "697978002" ] ; fhir:display [ fhir:v "Provider orders for life-sustaining treatment" ] ] ) ] . # <http://www.example.org/fhir/PractitionerRole/ADI-Facilitator-MSW-MargaretReynolds> a fhir:PractitionerRole ; fhir:id [ fhir:v "ADI-Facilitator-MSW-MargaretReynolds"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Facilitator"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Facilitator> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_ADI-Facilitator-MSW-MargaretReynolds\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ADI-Facilitator-MSW-MargaretReynolds</b></p><a name=\"ADI-Facilitator-MSW-MargaretReynolds\"> </a><a name=\"hcADI-Facilitator-MSW-MargaretReynolds\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ADI-Facilitator.html\">ADI Facilitator</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-MargaretReynolds.html\">Margaret A. Reynolds</a></p><p><b>organization</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationAssembler1.html\">Example Organization</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 1041C0700X}\">Clinical Social Worker</span></p><p><b>endpoint</b>: <a href=\"Endpoint-Example-Smith-Johnson-Endpoint2.html\">Endpoint Good Health Clinic Endpoint</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:active [ fhir:v true] ; # fhir:practitioner [ fhir:reference [ fhir:v "Practitioner/Practitioner-MargaretReynolds" ] ; fhir:display [ fhir:v "Margaret A. Reynolds" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "Organization/Example-Smith-Johnson-OrganizationAssembler1" ] ; fhir:display [ fhir:v "Example Organization" ] ] ; # fhir:code ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPRF" ] ] ) ] ) ; # fhir:specialty ( [ ( fhir:coding [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "1041C0700X" ] ; fhir:display [ fhir:v "Clinical Social Worker" ] ] ) ] ) ; # fhir:endpoint ( [ fhir:reference [ fhir:v "Endpoint/Example-Smith-Johnson-Endpoint2" ] ] ) . # <http://www.example.org/fhir/Practitioner/Practitioner-MargaretReynolds> a fhir:Practitioner ; fhir:id [ fhir:v "Practitioner-MargaretReynolds"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_Practitioner-MargaretReynolds\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Practitioner-MargaretReynolds</b></p><a name=\"Practitioner-MargaretReynolds\"> </a><a name=\"hcPractitioner-MargaretReynolds\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/MI-state-license</code>/86420</p><p><b>active</b>: true</p><p><b>name</b>: Margaret Q. Reynolds</p><p><b>telecom</b>: ph: (555) 391-9414</p><p><b>address</b>: 18051 Mack Ave, Detroit, MI 48224</p><p><b>gender</b>: Female</p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org/fhir/MI-state-license"^^xsd:anyURI ] ; fhir:value [ fhir:v "86420" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:text [ fhir:v "Margaret Q. Reynolds" ] ; fhir:family [ fhir:v "Reynolds" ] ; ( fhir:given [ fhir:v "Margaret" ] [ fhir:v "Q." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(555) 391-9414" ] ] ) ; # fhir:address ( [ fhir:text [ fhir:v "18051 Mack Ave, Detroit, MI 48224" ] ; ( fhir:line [ fhir:v "18051 Mack Ave" ] ) ; fhir:city [ fhir:v "Detroit" ] ; fhir:state [ fhir:v "MI" ] ; fhir:postalCode [ fhir:v "48224" ] ; fhir:country [ fhir:v "US" ] ] ) ; # fhir:gender [ fhir:v "female"] . # <http://www.example.org/fhir/Endpoint/Example-Smith-Johnson-Endpoint2> a fhir:Endpoint ; fhir:id [ fhir:v "Example-Smith-Johnson-Endpoint2"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Endpoint_Example-Smith-Johnson-Endpoint2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Endpoint Example-Smith-Johnson-Endpoint2</b></p><a name=\"Example-Smith-Johnson-Endpoint2\"> </a><a name=\"hcExample-Smith-Johnson-Endpoint2\"> </a><p><b>identifier</b>: <code>https://example.org/GoodHealth-Clinic</code>/PatientCorrection</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type hl7-fhir-rest</a>: HL7 FHIR</p><p><b>name</b>: Good Health Clinic Endpoint</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes urn:hl7-org:sdwg:ccda-nonXMLBody:1.1}, {http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes urn:hl7-org:sdwg:ccda-structuredBody:1.1}\">For documents following C-CDA constraints using a structured body</span></p><p><b>address</b>: <a href=\"https://example.org/address\">https://example.org/address</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://example.org/GoodHealth-Clinic"^^xsd:anyURI ] ; fhir:value [ fhir:v "PatientCorrection" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:connectionType [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "hl7-fhir-rest" ] ; fhir:display [ fhir:v "HL7 FHIR" ] ] ; # fhir:name [ fhir:v "Good Health Clinic Endpoint"] ; # fhir:payloadType ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "urn:hl7-org:sdwg:ccda-nonXMLBody:1.1" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ] ] ) ; fhir:text [ fhir:v "For documents following C-CDA constraints using a structured body" ] ] ) ; # fhir:address [ fhir:v "https://example.org/address"^^xsd:anyURI] . # <http://www.example.org/fhir/Consent/Example-Smith-Johnson-HealthcareAgentConsent-Permit> a fhir:Consent ; fhir:id [ fhir:v "Example-Smith-Johnson-HealthcareAgentConsent-Permit"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentPermit"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentPermit> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Consent_Example-Smith-Johnson-HealthcareAgentConsent-Permit\"> </a><p>I am consenting for my son Charles to be my authorized personal representative (primary healthcare agent) and I am permitting him to make decisions on my behalf about intubation.</p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:scope [ ( fhir:coding [ a loinc:81377-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "81377-4" ] ; fhir:display [ fhir:v "Goals, preferences, and priorities regarding the appointment of healthcare agents Narrative - Reported" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ] ; fhir:version [ fhir:v "1.0.0" ] ; fhir:code [ fhir:v "acd" ] ] ) ] ) ; # fhir:patient [ fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ; # fhir:policy ( [ fhir:uri [ fhir:v "http://example.org/healthcare-agent-policy"^^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" ] ] ] ) ] . # <http://www.example.org/fhir/Consent/Example-Smith-Johnson-HealthcareAgentConsent-Deny> a fhir:Consent ; fhir:id [ fhir:v "Example-Smith-Johnson-HealthcareAgentConsent-Deny"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentDeny"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentDeny> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Consent_Example-Smith-Johnson-HealthcareAgentConsent-Deny\"> </a><p>I am consenting for my son Charles to be my primary healthcare agent and I am denying him to make decisions on my behalf about nutrition.</p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:scope [ ( fhir:coding [ a loinc:81377-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "81377-4" ] ; fhir:display [ fhir:v "Goals, preferences, and priorities regarding the appointment of healthcare agents Narrative - Reported" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ] ; fhir:version [ fhir:v "1.0.0" ] ; fhir:code [ fhir:v "acd" ] ] ) ] ) ; # fhir:patient [ fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ; # fhir:policy ( [ fhir:uri [ fhir:v "http://example.org/healthcare-agent-policy"^^xsd:anyURI ] ] ) ; # fhir:provision [ fhir:type [ fhir:v "deny" ] ; ( 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" ] ] ] ) ] . # <http://www.example.org/fhir/RelatedPerson/Example-Smith-Johnson-HealthcareAgent1> a fhir:RelatedPerson ; fhir:id [ fhir:v "Example-Smith-Johnson-HealthcareAgent1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentParticipant"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentParticipant> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_Example-Smith-Johnson-HealthcareAgent1\"> </a><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></div>"^^rdf:XMLLiteral ] ; # fhir:patient [ fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ] ; # fhir:relationship ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "SON" ] ; fhir:display [ fhir:v "natural son" ] ] ) ] ) ; # fhir:name ( [ fhir:text [ fhir:v "Johnson, Charles" ] ; fhir:family [ fhir:v "Johnson" ] ; ( fhir:given [ fhir:v "Charles" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "CharlesSJ@example.com" ] ; fhir:use [ fhir:v "home" ] ] ) . # <http://www.example.org/fhir/Provenance/Example-Smith-Johnson-PMOProvenance1> a fhir:Provenance ; fhir:id [ fhir:v "Example-Smith-Johnson-PMOProvenance1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Provenance"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Provenance> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_Example-Smith-Johnson-PMOProvenance1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Provenance Example-Smith-Johnson-PMOProvenance1</b></p><a name=\"Example-Smith-Johnson-PMOProvenance1\"> </a><a name=\"hcExample-Smith-Johnson-PMOProvenance1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ADI-Provenance.html\">ADI Provenance</a></p></div><p>Provenance for <a href=\"Composition-PMO-Example-Smith-Johnson-PMOComposition1.html\">Composition Portable Medical Order</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2021-03-29 14:25:34-0500</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type assembler}\">Assembler</span></td><td><a href=\"Organization-Example-Smith-Johnson-OrganizationAssembler1.html\">Organization GoodHealth Clinic</a></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:target ( [ fhir:reference [ fhir:v "Composition/PMO-Example-Smith-Johnson-PMOComposition1" ] ] ) ; # fhir:recorded [ fhir:v "2021-03-29T14:25:34.001-05:00"^^xsd:dateTime] ; # fhir:agent ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ; fhir:version [ fhir:v "1.0.0" ] ; fhir:code [ fhir:v "assembler" ] ; fhir:display [ fhir:v "Assembler" ] ] ) ] ; fhir:who [ fhir:reference [ fhir:v "Organization/Example-Smith-Johnson-OrganizationAssembler1" ] ] ] ) . # <http://www.example.org/fhir/Organization/Example-Smith-Johnson-OrganizationAssembler1> a fhir:Organization ; fhir:id [ fhir:v "Example-Smith-Johnson-OrganizationAssembler1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_Example-Smith-Johnson-OrganizationAssembler1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-Smith-Johnson-OrganizationAssembler1</b></p><a name=\"Example-Smith-Johnson-OrganizationAssembler1\"> </a><a name=\"hcExample-Smith-Johnson-OrganizationAssembler1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU8/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p></div><p><b>identifier</b>: <code>http://example.org/GoodHealthClinic/id</code>/12c5dcee5089494ca1ca0cb428ed3fff</p><p><b>active</b>: true</p><p><b>name</b>: GoodHealth Clinic</p><p><b>telecom</b>: <a href=\"tel:+1(202)776-7700\">+1(202)776-7700</a></p><p><b>address</b>: 740 E. Campbell Rd. Suite 825 Richardson TX 75081 US </p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org/GoodHealthClinic/id"^^xsd:anyURI ] ; fhir:value [ fhir:v "12c5dcee5089494ca1ca0cb428ed3fff" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name [ fhir:v "GoodHealth Clinic"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+1(202)776-7700" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:type [ fhir:v "physical" ] ; ( fhir:line [ fhir:v "740 E. Campbell Rd. Suite 825" ] ) ; fhir:city [ fhir:v "Richardson" ] ; fhir:state [ fhir:v "TX" ] ; fhir:postalCode [ fhir:v "75081" ] ; fhir:country [ fhir:v "US" ] ] ) . #
IG © 2021+ HL7 International / Patient Empowerment. Package hl7.fhir.us.pacio-adi#2.0.0-ballot based on FHIR 4.0.1. Generated 2025-08-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change