MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example of an MHV immunization R4 to flu, no note, no reaction - JSON Representation
Raw json | Download
{
"resourceType" : "Immunization",
"id" : "ex-MHV-immunization-0",
"meta" : {
"profile" : [
🔗 "https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.immunization"
],
"tag" : [
{
"system" : "https://wiki.mobilehealth.va.gov/x/Onc1C",
"code" : "2ce6d9aa-c068-4809-8dda-662bcb16d09a"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"ex-MHV-immunization-0\"> </a></p><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\">Resource Immunization "ex-MHV-immunization-0" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VA.MHV.immunization.html\">VA MHV Immunization</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}\">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: influenza, live, intranasal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CVX.html\">Vaccine Administered Code Set (CVX)</a>#111)</span></p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> " SCHMIDT"</p><p><b>occurrence</b>: 2020-12-25 23:50:50-0500</p><p><b>recorded</b>: 2020-12-25 23:50:50-0500</p><p><b>primarySource</b>: false</p><p><b>reportOrigin</b>: Parent/Guardian/Patient Recall <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-immunization-origin.html\">Immunization Origin Codes</a>#recall)</span></p><p><b>route</b>: Injection, intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RouteOfAdministration.html\">RouteOfAdministration</a>#IM)</span></p></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "111"
}
]
},
"patient" : {
🔗 "reference" : "Patient/ex-patient"
},
"occurrenceDateTime" : "2020-12-25T23:50:50-05:00",
"recorded" : "2020-12-25T23:50:50-05:00",
"primarySource" : false,
"reportOrigin" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code" : "recall"
}
]
},
"route" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code" : "IM"
}
]
}
}