HL7 Belgium Vaccination (Patient Dossier)
1.1.3 - STU Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.1.3: Release) 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

: Example based on data from Vaccinnet 1

Raw json | Download

{
  "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"
        }
      }
    }
  ]
}