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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeImmunization
IdUKCore-Immunization-Sn-Performer-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": "Immunization",
  "id": "UKCore-Immunization-Sn-Performer-Example",
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://dmd.nhs.uk",
        "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/UKCore-Patient-RichardSmith-Example"
  },
  "occurrenceDateTime": "2021-07-20",
  "performer": [
    {
      "actor": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.hl7.org.uk/Id/nmc-number",
          "value": "5566789"
        },
        "display": "HOLDING, Rafferty"
      }
    },
    {
      "actor": {
        "type": "Organization",
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "C4B2A"
        },
        "display": "ELLAND ROAD STADIUM - COVID VACCINATION CENTRE"
      }
    }
  ]
}