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
: Mental Health Directive (Maryland) - 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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MHAD-Example-Smith-Johnson-Composition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PACPComposition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PACPComposition> ] )
] ; #
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\"><p class=\"res-header-id\"><b>Generated Narrative: Composition MHAD-Example-Smith-Johnson-Composition</b></p><a name=\"MHAD-Example-Smith-Johnson-Composition\"> </a><a name=\"hcMHAD-Example-Smith-Johnson-Composition\"> </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-PACPComposition.html\">ADI PtAuthored Composition</a></p></div><p><b>Composition Version Number</b>: 2024-12-22T05:00:00+00:00</p><p><b>identifier</b>: <code>https://example.org/standards/terminology/namingSystem/setId</code>/2.16.840.1.113883.15.15.200.1:11220-d580858d0d83427381cd9d2237580048</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 104144-1}\">Mental health Advance directives</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 42348-3}\">Advance healthcare directives</span></p><p><b>date</b>: 2024-12-22 05:00:00+0000</p><p><b>author</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>title</b>: Mental Health Directive (Maryland)</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td></tr><tr><td style=\"display: none\">*</td><td>Personal</td></tr></table><p><b>custodian</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationCustodian1.html\">Organization example.org</a></p></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-12-22T05:00:00+00:00" ]
] ) ; #
fhir:identifier [
fhir:system [ fhir:v "https://example.org/standards/terminology/namingSystem/setId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2.16.840.1.113883.15.15.200.1:11220-d580858d0d83427381cd9d2237580048" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:104144-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "104144-1" ] ;
fhir:display [ fhir:v "Mental health Advance directives" ] ] )
] ; #
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 "2024-12-22T05:00:00+00:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ] ;
fhir:display [ fhir:v "Betsy Smith-Johnson" ]
] ) ; #
fhir:title [ fhir:v "Mental Health Directive (Maryland)"] ; #
fhir:attester ( [
fhir:mode [ fhir:v "personal" ]
] ) ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/Example-Smith-Johnson-OrganizationCustodian1" ]
] ; #
fhir:section ( [
fhir:title [ fhir:v "Appointment of a Primary Healthcare Agent and Alternate Healthcare Agents" ] ;
fhir:code [
( fhir:coding [
a loinc:81335-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81335-2" ] ;
fhir:display [ fhir:v "Healthcare Agent" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>I am appointing my son, Charles Johnson, as my healthcare agent</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "RelatedPerson/Example-Smith-Johnson-Notary2" ] ] [
fhir:reference [ fhir:v "RelatedPerson/Example-Smith-Johnson-HealthcareAgent3" ] ] [
fhir:reference [ fhir:v "Consent/Example-Smith-Johnson-HealthcareAgentConsent2" ] ] )
] [
fhir:title [ fhir:v "MHAD Minimal Source Form for Betsy Smith-Johnson" ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/adi-temp-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "minimal_source_form" ] ] ) ] ;
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 Mental Health Advance Directive (MHAD). I understand the purpose and effect of this MHAD, I agree with everything that is written in this uADD, and I have made this MHAD knowingly, willingly and after careful deliberation.</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Binary/MHAD-Example-Smith-Johnson-Binary" ] ] )
] ) . #