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
<Immunization xmlns="http://hl7.org/fhir">
<id value="ex-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: Immunization ex-immunization-correction</b></p><a name="ex-immunization-correction"> </a><a name="hcex-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>identifier</b>: <code>http://example.org/immunization-identifiers</code>/immu-covid19-001-corrected</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/cvx 208}">COVID-19, mRNA, LNP-S, PF, 50 mcg/0.25 mL dose</span></p><p><b>patient</b>: <a href="https://example.org/Patient/ex-patient">https://example.org/Patient/ex-patient</a></p><p><b>occurrence</b>: 2023-03-01 09:00:00+0000</p><p><b>lotNumber</b>: 67890</p><p><b>site</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite RA}">Right Arm</span></p><p><b>route</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IM}">Intramuscular</span></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="https://example.org/Practitioner/ex-practitioner">https://example.org/Practitioner/ex-practitioner</a></td></tr></table><p><b>note</b>: , </p><blockquote><div><p>Corrected immunization record to reflect the accurate vaccine dose
and administration site.</p>
</div></blockquote><blockquote><div><p>Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm.</p>
</div></blockquote></div>
</text>
<identifier>
<system value="http://example.org/immunization-identifiers"/>
<value value="immu-covid19-001-corrected"/>
</identifier>
<status value="completed"/>
<vaccineCode>
<coding>
<system value="http://hl7.org/fhir/sid/cvx"/>
<code value="208"/>
</coding>
<text value="COVID-19, mRNA, LNP-S, PF, 50 mcg/0.25 mL dose"/>
</vaccineCode>
<patient>
<reference value="https://example.org/Patient/ex-patient"/>
</patient>
<occurrenceDateTime value="2023-03-01T09:00:00Z"/>
<lotNumber value="67890"/>
<site>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActSite"/>
<code value="RA"/>
</coding>
<text value="Right Arm"/>
</site>
<route>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"/>
<code value="IM"/>
</coding>
<text value="Intramuscular"/>
</route>
<performer>
<actor>
<reference value="https://example.org/Practitioner/ex-practitioner"/>
</actor>
</performer>
<note>
<text
value="Corrected immunization record to reflect the accurate vaccine dose
and administration site."/>
</note>
<note>
<text
value="Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm."/>
</note>
</Immunization>