{
  "resourceType" : "Immunization",
  "id" : "immunization-example-1-hpv",
  "meta" : {
    "profile" : ["https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [{
    "url" : "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
    "valueReference" : {
      "reference" : "Organization/org-regional-child-care-agency"
    }
  }],
  "identifier" : [{
    "system" : "https://www.kindengezin.be/vaccinatie/vaccination-register",
    "value" : "12345623"
  }],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "911000221103"
    }]
  },
  "patient" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "59050937740"
    }
  },
  "occurrenceDateTime" : "2020-05-17",
  "recorded" : "2020-05-17",
  "performer" : [{
    "actor" : {
      "identifier" : {
        "use" : "official",
        "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
        "value" : "79121137740"
      }
    }
  }]
}