OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 class=\"res-header-id\"><b>Generated Narrative: Immunization d48df5c7-605f-4f7b-88b3-f7235b474663</b></p><a name=\"d48df5c7-605f-4f7b-88b3-f7235b474663\"> </a><a name=\"hcd48df5c7-605f-4f7b-88b3-f7235b474663\"> </a><a name=\"d48df5c7-605f-4f7b-88b3-f7235b474663-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://cielterminology.org/ 116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA}\">116958AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</span></p><p><b>patient</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID:\u00a04343534\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html\">Encounter: status = unknown; class = ambulatory (ActCode#AMB); type = Vitals; period = 2022-06-22 --&gt; 2022-06-22</a></p><p><b>occurrence</b>: 2022-12-30</p><p><b>location</b>: <a href=\"Location-a3b793f0-eb53-4cda-92ce-fe0a77106252.html\">Location Outpatient Clinic</a></p><p><b>lotNumber</b>: AAJN11K</p><p><b>expirationDate</b>: 2025-05-07</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=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Practitioner Adam Careful </a></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"
      }
    }
  ]
}