{
  "resourceType": "Immunization",
  "occurrenceDateTime": "2021-06-03",
  "identifier": [
    {
      "value": "urn:uuid:a76d9bbf-f293-4fb7-ad4c-2851cac77162",
      "system": "urn:ietf:rfc:3986"
    }
  ],
  "status": "completed",
  "patient": {
    "reference": "#patient1"
  },
  "vaccineCode": {
    "coding": [
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplid",
        "code": "20201005000062",
        "display": "Comirnaty"
      }
    ]
  },
  "lotNumber": "EJ6796",
  "protocolApplied": [
    {
      "doseNumber": "1"
    }
  ],
  "location": {
    "reference": "#careUnit1"
  },
  "performer": [
    {
      "actor": {
        "reference": "#careGiver1"
      }
    }
  ],
  "contained": [
    {
      "id": "patient1",
      "resourceType": "Patient",
      "identifier": [
        {
          "system": "http://electronichealth.se/identifier/personnummer",
          "value": "197505062054"
        }
      ]
    },
    {
      "id": "careGiver1",
      "resourceType": "Organization",
      "identifier": [
        {
          "system": "http://electronichealth.se/identifier/organisationsnummer",
          "value": "5565703468"
        }
      ],
      "name": "Capio Primärvård AB"
    },
    {
      "id": "careUnit1",
      "resourceType": "Location",
      "identifier": [
        {
          "system": "http://electronichealth.se/identifier/hsa_id",
          "value": "SE2321000016-113W"
        }
      ],
      "name": "Capio Vårdcentral Södermalm",
      "contact": [
        {
          "telecom": [
            {
              "system": "email",
              "value": "contact@domain.com"
            }
          ]
        }
      ],
      "address": {
        "city": "0180"
      }
    }
  ]
}