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

FHIR IG analytics

Packagevzvz.covid-vaccinations
Resource TypeBundle
Idnl-vzvz-rivm-Lotnumber-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": "Bundle",
  "id": "nl-vzvz-rivm-Lotnumber-response-example",
  "type": "batch-response",
  "entry": [
    {
      "resource": {
        "resourceType": "Medication",
        "id": "nl-vzvz-lotnumber-example-01",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Lotnumber"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "urn:oid:2.16.840.1.113883.2.4.4.7",
              "code": "2924528",
              "display": "COVID-19 VACCIN PFIZER INJVLST 0,3ML"
            }
          ]
        },
        "batch": {
          "lotNumber": "12345",
          "expirationDate": "2022-03-31"
        }
      },
      "response": {
        "status": "200"
      }
    },
    {
      "resource": {
        "resourceType": "Medication",
        "id": "nl-vzvz-lotnumber-example-02",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-rivm-Lotnumber"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "urn:oid:2.16.840.1.113883.2.4.4.7",
              "code": "2925508",
              "display": "COVID-19 VACCIN ASTRAZENECA"
            }
          ]
        },
        "batch": {
          "lotNumber": "543SAD13w",
          "expirationDate": "2022-10-01"
        }
      },
      "response": {
        "status": "200"
      }
    }
  ]
}