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

FHIR IG analytics

Packagefhir.r4.ukcore.stu1
Resource TypeImmunization
IdUKCore-Immunization-Extension-ParentPresent-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-Extension-ParentPresent-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent",
      "valueBoolean": true
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://dmd.nhs.uk",
        "code": "10245211000001108",
        "display": "Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes"
      }
    ]
  },
  "patient": {
    "reference": "Patient/UKCore-Patient-BabyPatient-Example"
  },
  "occurrenceDateTime": "2021-07-20"
}