PACIO Advance 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.1.0 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
{
"resourceType" : "DocumentReference",
"id" : "Example-Smith-Johnson-DocRef-Bundle",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentReference"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference Example-Smith-Johnson-DocRef-Bundle</b></p><a name=\"Example-Smith-Johnson-DocRef-Bundle\"> </a><a name=\"hcExample-Smith-Johnson-DocRef-Bundle\"> </a><a name=\"Example-Smith-Johnson-DocRef-Bundle-en-US\"> </a><p><b>masterIdentifier</b>: <code>urn:oid:2.16.840.1.113883.4.823.1.7124</code>/0-87f37989294a408897aacd1fc5d8fd16</p><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.3.3208.101.1</code>/0-87f37989294a408897aacd1fc5d8fd16</p><p><b>status</b>: Current</p><p><b>docStatus</b>: current</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 42348-3}\">Advance directives</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#10A3D58WH1600)</a></p><p><b>date</b>: 2021-03-29 14:25:34-0500</p><p><b>author</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#10A3D58WH1600)</a></p><p><b>authenticator</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationCustodian1.html\">Organization MyDirectives.com</a></p><p><b>custodian</b>: <a href=\"Organization-Example-Smith-Johnson-OrganizationCustodian1.html\">Organization MyDirectives.com</a></p><p><b>description</b>: Personal Advance Care Plan</p><p><b>securityLabel</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-Confidentiality N}\">normal</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"Bundle-Example-Smith-Johnson-Bundle1.html\">Bundle: identifier = urn:oid:2.16.840.1.113883.3.3208.101.1#20130607100315-CCDA-CCD; type = document; timestamp = 2021-03-29 14:25:34-0500</a></td><td>2021-03-29 14:25:34-0500</td></tr></table></blockquote></div>"
},
"masterIdentifier" : {
"system" : "urn:oid:2.16.840.1.113883.4.823.1.7124",
"value" : "0-87f37989294a408897aacd1fc5d8fd16"
},
"identifier" : [
{
"system" : "urn:oid:2.16.840.1.113883.3.3208.101.1",
"value" : "0-87f37989294a408897aacd1fc5d8fd16"
}
],
"status" : "current",
"docStatus" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "81334-5",
"display" : "Patient Personal advance care plan"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "42348-3",
"display" : "Advance directives"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
},
"date" : "2021-03-29T14:25:34.001-05:00",
"author" : [
{
🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
}
],
"authenticator" : {
🔗 "reference" : "Organization/Example-Smith-Johnson-OrganizationCustodian1"
},
"custodian" : {
🔗 "reference" : "Organization/Example-Smith-Johnson-OrganizationCustodian1"
},
"description" : "Personal Advance Care Plan",
"securityLabel" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N",
"display" : "normal"
}
]
}
],
"content" : [
{
"attachment" : {
"contentType" : "application/fhir+json",
"url" : "Bundle/Example-Smith-Johnson-Bundle1",
"creation" : "2021-03-29T14:25:34.001-05:00"
}
}
]
}