{
  "resourceType": "Immunization",
  "id": "immunization-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/immunization-eu-core"
    ]
  },
  "manufacturer": {
    "display": "Example Vaccine Manufacturer"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "code": "AP",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "PractitionerRole/practitionerRole-eu-core-example"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "840539006",
          "system": "http://snomed.info/sct",
          "display": "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)"
        }
      ]
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "code": "840539006",
              "system": "http://snomed.info/sct",
              "display": "COVID-19"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 2,
      "seriesDosesPositiveInt": 2
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "code": "1119349007",
        "system": "http://snomed.info/sct",
        "display": "SARS-CoV-2 mRNA vaccine"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-eu-core-example"
  },
  "occurrenceDateTime": "2024-10-05",
  "_occurrenceDateTime": {
    "extension": [
      {
        "url": "http://hl7.eu/fhir/extensions/StructureDefinition/periods-of-life",
        "valueCodeableConcept": {
          "coding": [
            {
              "code": "41847000",
              "system": "http://snomed.info/sct",
              "display": "Adulthood"
            }
          ]
        }
      }
    ]
  },
  "lotNumber": "CVD2024B04",
  "site": {
    "coding": [
      {
        "code": "368208006",
        "system": "http://snomed.info/sct",
        "display": "Left upper arm structure"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "code": "78421000",
        "system": "http://snomed.info/sct",
        "display": "Intramuscular route"
      }
    ]
  },
  "location": {
    "reference": "Location/example-location"
  },
  "primarySource": true
}
