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-wrong",
"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-wrong</b></p><a name=\"ex-immunization-wrong\"> </a><a name=\"hcex-immunization-wrong\"> </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</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 207}\">COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 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>: 12345</p><p><b>site</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite LA}\">Left 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>Patient tolerated the vaccine well with no immediate adverse reactions.</p>\n</div></blockquote></div>"
},
"identifier" : [
{
"system" : "http://example.org/immunization-identifiers",
"value" : "immu-covid19-001"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "207"
}
],
"text" : "COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 mL dose"
},
"patient" : {
"reference" : "https://example.org/Patient/ex-patient"
},
"occurrenceDateTime" : "2023-03-01T09:00:00Z",
"lotNumber" : "12345",
"site" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
"code" : "LA"
}
],
"text" : "Left 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" : "Patient tolerated the vaccine well with no immediate adverse reactions."
}
]
}