FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagevzvz.covid-vaccinations
Resource TypeImmunization
Idnl-vzvz-rivm-Vaccination-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Immunization",
  "id": "nl-vzvz-rivm-Vaccination-example",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Vaccination"
    ]
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Vaccination.PharmaceuticalProduct",
      "valueReference": {
        "reference": "Medication/nl-vzvz-rivm-Lotnumber-example-01",
        "type": "Medication"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:123.456",
      "value": "567890"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.2.4.4.7",
        "code": "2924528",
        "display": "COVID-19 VACCIN PFIZER INJVLST 0,3ML"
      }
    ]
  },
  "patient": {
    "reference": "Patient/nl-vzvz-rivm-Patient-valid-example",
    "type": "Patient"
  },
  "occurrenceDateTime": "2021-12-17",
  "lotNumber": "[batchnummer]",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Organization/nl-core-HealthcareProvider-Organization-example",
        "type": "Organization"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://vzvz.nl/fhir/CodeSystem/nl-vzvz-rivm-selectionCriterion",
          "code": "1",
          "display": "Medisch"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://vzvz.nl/fhir/CodeSystem/nl-vzvz-rivm-administrationAttribute",
          "code": "BS01",
          "display": "eerste booster na basis serie"
        }
      ]
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.131.11.3--20220301175614",
              "code": "840539006",
              "display": "Aandoening door infectie door 'Severe acute respiratory syndrome'-coronavirus 2 (aandoening)"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 2
    }
  ]
}