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-invalid-birthdate-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-invalid-birthdate-example",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Vaccination-Bundle"
    ]
  },
  "type": "transaction",
  "timestamp": "2022-02-28T16:07:25+01:00",
  "entry": [
    {
      "resource": {
        "resourceType": "Immunization",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Vaccination"
          ]
        },
        "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",
        "lotNumber": "[batchnummer]",
        "performer": [
          {
            "function": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
                  "code": "AP",
                  "display": "Administering Provider"
                }
              ]
            },
            "actor": {
              "reference": "urn:uuid:local-organization",
              "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": [
          {
            "doseNumberPositiveInt": 2
          }
        ]
      },
      "request": {
        "method": "PUT",
        "url": "Immunization"
      }
    },
    {
      "fullUrl": "urn:uuid:local-patient",
      "resource": {
        "resourceType": "Patient",
        "id": "local-patient",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Patient"
          ]
        },
        "identifier": [
          {
            "system": "http://fhir.nl/fhir/NamingSystem/bsn",
            "value": "012345678"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "[voorvoegsels + spatie][achternaam]",
            "_family": {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
                  "valueString": "[voorvoegsels]"
                },
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                  "valueString": "[achternaam]"
                }
              ]
            },
            "given": [
              "[voornaam]",
              "[initialen]"
            ],
            "_given": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                    "valueCode": "BR"
                  }
                ]
              },
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                    "valueCode": "IN"
                  }
                ]
              }
            ]
          }
        ],
        "birthDate": "2023-08-01",
        "address": [
          {
            "line": [
              "[huisnummer] [toevoeging]"
            ],
            "_line": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                    "valueString": "[huisnummer]"
                  },
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
                    "valueString": "[huisnummer toevoeging]"
                  }
                ]
              }
            ],
            "postalCode": "[postcode]",
            "country": "NL"
          }
        ]
      },
      "request": {
        "method": "PUT",
        "url": "Patient"
      }
    },
    {
      "fullUrl": "urn:uuid:local-organization",
      "resource": {
        "resourceType": "Organization",
        "id": "local-organization",
        "meta": {
          "profile": [
            "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
          ]
        },
        "identifier": [
          {
            "system": "http://fhir.nl/fhir/NamingSystem/ura",
            "value": "[URA]"
          }
        ],
        "name": "[organisatie naam]",
        "telecom": [
          {
            "system": "phone",
            "value": "[telefoon organisatie]",
            "use": "work"
          },
          {
            "system": "email",
            "value": "[email adres organisatie]",
            "use": "work"
          }
        ]
      },
      "request": {
        "method": "PUT",
        "url": "Organization"
      }
    }
  ]
}