John Moehrke Correction Example
0.1.0 - ci-build
John Moehrke Correction Example, published by John Moehrke (Moehrke Research LLC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/correction/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "ex-documentation-immunization-correction",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ex-documentation-immunization-correction</b></p><a name=\"ex-documentation-immunization-correction\"> </a><a name=\"hcex-documentation-immunization-correction\"> </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\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34133-9}\">Immunization record correction documentation</span></p><p><b>subject</b>: <a href=\"https://example.org/Patient/ex-patient\">https://example.org/Patient/ex-patient</a></p><p><b>date</b>: 2024-06-01 13:00:00+0000</p><p><b>author</b>: <a href=\"https://example.org/Practitioner/ex-practitioner\">https://example.org/Practitioner/ex-practitioner</a></p><p><b>custodian</b>: <a href=\"https://example.org/Organization/ex-organization\">https://example.org/Organization/ex-organization</a></p><p><b>description</b>: This document provides details regarding the correction made to the immunization record of the patient.</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>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://example.org/documents/immunization-correction.pdf\">http://example.org/documents/immunization-correction.pdf</a></td><td>Immunization Correction Documentation</td><td>2024-06-01 13:00:00+0000</td></tr></table></blockquote></div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "34133-9"
}
],
"text" : "Immunization record correction documentation"
},
"subject" : {
"reference" : "https://example.org/Patient/ex-patient"
},
"date" : "2024-06-01T13:00:00Z",
"author" : [
{
"reference" : "https://example.org/Practitioner/ex-practitioner"
}
],
"custodian" : {
"reference" : "https://example.org/Organization/ex-organization"
},
"description" : "This document provides details regarding the correction made to the immunization record of the patient.",
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"url" : "http://example.org/documents/immunization-correction.pdf",
"title" : "Immunization Correction Documentation",
"creation" : "2024-06-01T13:00:00Z"
}
}
]
}