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" : "Immunization",
"id" : "ex-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: 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\nand administration site.</p>\n</div></blockquote><blockquote><div><p>Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm.</p>\n</div></blockquote></div>"
},
"identifier" : [
{
"system" : "http://example.org/immunization-identifiers",
"value" : "immu-covid19-001-corrected"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "208"
}
],
"text" : "COVID-19, mRNA, LNP-S, PF, 50 mcg/0.25 mL dose"
},
"patient" : {
"reference" : "https://example.org/Patient/ex-patient"
},
"occurrenceDateTime" : "2023-03-01T09:00:00Z",
"lotNumber" : "67890",
"site" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code" : "RA"
}
],
"text" : "Right Arm"
},
"route" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code" : "IM"
}
],
"text" : "Intramuscular"
},
"performer" : [
{
"actor" : {
"reference" : "https://example.org/Practitioner/ex-practitioner"
}
}
],
"note" : [
{
"text" : "Corrected immunization record to reflect the accurate vaccine dose\n and administration site."
},
{
"text" : "Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm."
}
]
}