Situational Awareness for Novel Epidemic Response
0.1.0 - STU Ballot

This page is part of the Situational Awareness for Novel Epidemic Response (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Immunization19a - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "Immunization19a",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: id: 556677</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: <span title=\"Codes: {http://snomed.info/sct 346524008}\">Influenza split virion vaccine</span></p><p><b>patient</b>: <a href=\"Patient-Patient9c.html\">Generated Summary: id: Pat778899; gender: female; birthDate: 1929-09-30</a></p><p><b>occurrence</b>: 2020-09-09</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://sanerproject.org/test/Immunization",
      "value" : "556677"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "346524008"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/Patient9c"
  },
  "occurrenceDateTime" : "2020-09-09"
}