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

FHIR IG analytics

Packagevzvz.covid-vaccinations
Resource TypeOperationOutcome
Idnl-vzvz-rivm-Vaccination-error-response-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": "OperationOutcome",
  "id": "nl-vzvz-rivm-Vaccination-error-response-example",
  "issue": [
    {
      "severity": "error",
      "code": "business-rule",
      "details": {
        "text": "BSN en geboortedatum horen niet bij elkaar"
      },
      "expression": [
        "Patient.identifier[0].value"
      ]
    },
    {
      "severity": "error",
      "code": "business-rule",
      "details": {
        "text": "Ongeldig batchnummer"
      },
      "expression": [
        "Immunization.lotNumber.value"
      ]
    }
  ]
}