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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeImmunization
Idimmunization-covid.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": "Immunization",
  "id": "696f13f9-a246-4c28-98be-cd979b86bfe2",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "1324681000000101",
            "display": "Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "a9e514e2-64fc-495e-9a92-28c786807879"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "39114911000001105",
        "display": "COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/1953684",
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003888"
    }
  },
  "occurrenceDateTime": "2020-12-23T13:00:08.476+00:00",
  "recorded": "2020-12-23",
  "primarySource": true,
  "manufacturer": {
    "display": "DREAMLAND Pharmaceuticals Ltd"
  },
  "lotNumber": "R04X",
  "expirationDate": "2021-04-29",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Left upper arm structure (body structure)"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "78421000",
        "display": "Intramuscular route (qualifier value)"
      }
    ]
  },
  "doseQuantity": {
    "value": 1,
    "unit": "pre-filled disposable injection",
    "system": "http://snomed.info/sct",
    "code": "3318611000001103"
  },
  "performer": [
    {
      "actor": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.hl7.org.uk/Id/nmc-number",
          "value": "55A6789A"
        },
        "display": "HOLDING, Rafferty"
      }
    },
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "type": "Organization",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RX809"
        }
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "443684005",
          "display": "Disease outbreak (event)"
        }
      ]
    }
  ],
  "protocolApplied": [
    {
      "doseNumberPositiveInt": 1
    }
  ]
}