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/fhir-pacio-adi/ and changes regularly. See the Directory of published versions
: Example-Smith-Johnson-HealthcareAgentConsent-Permit - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-Smith-Johnson-HealthcareAgentConsent-Permit"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentPermit"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentPermit> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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:l <http://loinc.org> ] ;
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:l <http://terminology.hl7.org/CodeSystem/consentcategorycodes> ] ;
fhir:version [ fhir:v "1.0.1" ] ;
fhir:code [ fhir:v "acd" ] ] )
] ) ; #
fhir:patient [
fhir:l fhir:Patient/Example-Smith-Johnson-Patient1 ;
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
] ; #
fhir:policy ( [
fhir:uri [
fhir:v "http://example.org/healthcare-agent-policy"^^xsd:anyURI ;
fhir:l <http://example.org/healthcare-agent-policy> ]
] ) ; #
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:l <http://loinc.org> ] ;
fhir:code [ fhir:v "75783-1" ] ;
fhir:display [ fhir:v "Primary healthcare agent [Reported]" ] ] ) ] ;
fhir:reference [
fhir:l fhir:RelatedPerson/Example-Smith-Johnson-HealthcareAgent1 ;
fhir:reference [ fhir:v "RelatedPerson/Example-Smith-Johnson-HealthcareAgent1" ] ] ] )
] . #