IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Immunization-with-vaccine-code - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "Immunization-with-vaccine-code",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Immunization with a SNOMED code</div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "871738001",
        "display" : "Live attenuated mumps vaccine"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-with-israeli-id"
  },
  "occurrenceDateTime" : "2020-02-07",
  "primarySource" : true,
  "lotNumber" : "54321",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "368208006",
        "display" : "Left upper arm structure (body structure)"
      }
    ]
  }
}