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

FHIR IG analytics

Packagevzvz.covid-vaccinations
Resource TypeBundle
Idnl-vzvz-rivm-Vaccination-Bundle-anonymous-invalid-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": "Bundle",
  "id": "nl-vzvz-rivm-Vaccination-Bundle-anonymous-invalid-example",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Vaccination-Bundle-anonymous"
    ]
  },
  "type": "transaction",
  "timestamp": "2022-02-28T16:07:25+01:00",
  "entry": [
    {
      "resource": {
        "resourceType": "Immunization",
        "id": "123456567890",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Vaccination-anonymous"
          ]
        },
        "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": "urn:uuid:local-patient",
          "type": "Patient"
        },
        "occurrenceDateTime": "2021-12-17",
        "location": {
          "reference": "urn:uuid:local-location",
          "type": "Location"
        },
        "lotNumber": "[batchnummer]",
        "protocolApplied": [
          {
            "doseNumberPositiveInt": 1
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Immunization"
      }
    },
    {
      "fullUrl": "urn:uuid:local-patient",
      "resource": {
        "resourceType": "Patient",
        "id": "local-patient",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Patient-anonymous"
          ]
        },
        "extension": [
          {
            "url": "http://vzvz.nl/fhir/StructureDefinition/ext-nl-vzvz-rivm-ageGroup",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://vzvz.nl/fhir/CodeSystem/nl-vzvz-rivm-ageGroup",
                  "code": "1",
                  "display": "leeftijd < 40"
                }
              ]
            }
          }
        ],
        "identifier": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.3.111.6",
            "value": "1234567890"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Patient"
      }
    },
    {
      "fullUrl": "urn:uuid:local-location",
      "resource": {
        "resourceType": "Location",
        "id": "local-location",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Vaccination-Location"
          ]
        },
        "address": {
          "country": "NL"
        }
      },
      "request": {
        "method": "POST",
        "url": "Location"
      }
    }
  ]
}