{
  "resourceType" : "Immunization",
  "id" : "vaccinnet-1",
  "meta" : {
    "profile" : ["https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "contained" : [{
    "resourceType" : "Location",
    "id" : "demo-location-1",
    "address" : {
      "country" : "BEL"
    }
  },
  {
    "resourceType" : "Encounter",
    "id" : "demo-encounter-1",
    "status" : "finished",
    "class" : {
      "code" : "AMB"
    },
    "subject" : {
      "identifier" : {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
        "value" : "16032376921"
      }
    },
    "location" : [{
      "location" : {
        "reference" : "#demo-location-1"
      }
    }]
  }],
  "extension" : [{
    "url" : "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
    "valueReference" : {
      "identifier" : {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
        "value" : "10182803004"
      }
    }
  },
  {
    "extension" : [{
      "url" : "coded",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes",
          "code" : "1149939"
        }]
      }
    }],
    "url" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct"
  }],
  "identifier" : [{
    "system" : "https://www.kindengezin.be/vaccinatie/vaccination-register",
    "value" : "910C6BBCF1C13FA0434D15CCF5609AE8"
  }],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "version" : "http://snomed.info/sct/11000172109",
      "code" : "871751006"
    }]
  },
  "patient" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "90083191801"
    }
  },
  "encounter" : {
    "reference" : "#demo-encounter-1"
  },
  "occurrenceDateTime" : "2024-01-05",
  "recorded" : "2024-01-05",
  "route" : {
    "coding" : [{
      "system" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-administration-route",
      "code" : "IM"
    }]
  },
  "doseQuantity" : {
    "value" : 1
  },
  "performer" : [{
    "actor" : {
      "identifier" : {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
        "value" : "10182803004"
      }
    }
  }]
}