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
<DocumentReference xmlns="http://hl7.org/fhir">
<id value="ex-documentation-immunization-correction"/>
<meta>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
</security>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<status value="current"/>
<type>
<coding>
<system value="http://loinc.org"/>
<code value="34133-9"/>
</coding>
<text value="Immunization record correction documentation"/>
</type>
<subject>
<reference value="https://example.org/Patient/ex-patient"/>
</subject>
<date value="2024-06-01T13:00:00Z"/>
<author>
<reference value="https://example.org/Practitioner/ex-practitioner"/>
</author>
<custodian>
<reference value="https://example.org/Organization/ex-organization"/>
</custodian>
<description
value="This document provides details regarding the correction made to the immunization record of the patient."/>
<content>
<attachment>
<contentType value="application/pdf"/>
<url value="http://example.org/documents/immunization-correction.pdf"/>
<title value="Immunization Correction Documentation"/>
<creation value="2024-06-01T13:00:00Z"/>
</attachment>
</content>
</DocumentReference>