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

FHIR IG analytics

Packagehl7.fhir.uv.shc-vaccination
Resource TypeBundle
IdBundle-example-bundle-immunization-covid-2.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": "example-bundle-immunization-covid-2",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "resource:0",
      "resource": {
        "resourceType": "Patient",
        "name": [
          {
            "family": "Anyperson",
            "given": [
              "John",
              "B."
            ]
          }
        ],
        "birthDate": "1951-01-20"
      }
    },
    {
      "fullUrl": "resource:1",
      "resource": {
        "resourceType": "Immunization",
        "meta": {
          "security": [
            {
              "system": "https://smarthealth.cards/ial",
              "code": "IAL1.2"
            }
          ]
        },
        "status": "completed",
        "vaccineCode": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/cvx",
              "code": "207"
            }
          ]
        },
        "patient": {
          "reference": "resource:0"
        },
        "occurrenceDateTime": "2021-01-01",
        "lotNumber": "0000001",
        "performer": [
          {
            "actor": {
              "display": "ABC General Hospital"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "resource:2",
      "resource": {
        "resourceType": "Immunization",
        "meta": {
          "security": [
            {
              "system": "https://smarthealth.cards/ial",
              "code": "IAL1.2"
            }
          ]
        },
        "status": "completed",
        "vaccineCode": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/cvx",
              "code": "207"
            }
          ]
        },
        "patient": {
          "reference": "resource:0"
        },
        "occurrenceDateTime": "2021-01-29",
        "lotNumber": "0000007",
        "performer": [
          {
            "actor": {
              "display": "ABC General Hospital"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "resource:3",
      "resource": {
        "resourceType": "Immunization",
        "meta": {
          "security": [
            {
              "system": "https://smarthealth.cards/ial",
              "code": "IAL1.2"
            }
          ]
        },
        "status": "completed",
        "vaccineCode": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/cvx",
              "code": "229"
            }
          ]
        },
        "patient": {
          "reference": "resource:0"
        },
        "occurrenceDateTime": "2022-09-05",
        "lotNumber": "0000001",
        "performer": [
          {
            "actor": {
              "display": "ABC General Hospital"
            }
          }
        ]
      }
    }
  ]
}