OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: OpenMRS Immunization Example - JSON Representation
Raw json | Download
{
"resourceType" : "Immunization",
"id" : "d48df5c7-605f-4f7b-88b3-f7235b474663",
"meta" : {
"profile" : [
"http://fhir.openmrs.org/core/StructureDefinition/omrs-immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"d48df5c7-605f-4f7b-88b3-f7235b474663\"> </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 "d48df5c7-605f-4f7b-88b3-f7235b474663" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-omrs-immunization.html\">OpenMRS Immunization</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: 116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)</span></p><p><b>patient</b>: <a href=\"Patient-example-openmrs-Patient.html\">Patient/example-openmrs-Patient</a> " JEANNETTE"</p><p><b>encounter</b>: <a href=\"Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html\">Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb</a></p><p><b>occurrence</b>: 2022-12-30</p><p><b>location</b>: <a href=\"Location-a3b793f0-eb53-4cda-92ce-fe0a77106252.html\">Location/a3b793f0-eb53-4cda-92ce-fe0a77106252</a> "Outpatient Clinic"</p><p><b>lotNumber</b>: AAJN11K</p><p><b>expirationDate</b>: 2025-05-07</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2</a> " CAREFUL"</td></tr></table></div>"
},
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "https://cielterminology.org/",
"code" : "116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
]
},
"patient" : {
"reference" : "Patient/example-openmrs-Patient"
},
"encounter" : {
"reference" : "Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb"
},
"occurrenceDateTime" : "2022-12-30",
"location" : {
"reference" : "Location/a3b793f0-eb53-4cda-92ce-fe0a77106252"
},
"lotNumber" : "AAJN11K",
"expirationDate" : "2025-05-07",
"performer" : [
{
"actor" : {
"reference" : "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2"
}
}
]
}