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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeImmunization
IdImmunizationPutImmunizationResponse.Example.json
FHIR VersionR5

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": "imm-2026-00345",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2026-02-20T10:30:00.100+08:00",
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-immunization"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
      "value": "IMM-2026-00345"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1119349007",
        "display": "Vaccine product containing only Severe acute respiratory syndrome coronavirus 2 messenger ribonucleic acid"
      }
    ],
    "text": "Pfizer-BioNTech COVID-19 mRNA Vaccine (BNT162b2)"
  },
  "manufacturer": {
    "concept": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/mvx",
          "code": "PFR",
          "display": "Pfizer, Inc"
        }
      ],
      "text": "Pfizer, Inc"
    }
  },
  "patient": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "S8765432A"
    }
  },
  "occurrenceDateTime": "2026-02-20T10:30:00+08:00",
  "primarySource": true,
  "lotNumber": "EL9261",
  "expirationDate": "2026-06-30",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368209003",
        "display": "Right arm"
      }
    ],
    "text": "Right deltoid muscle"
  },
  "route": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code": "IM",
        "display": "Injection, intramuscular"
      }
    ]
  },
  "doseQuantity": {
    "value": 0.3,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "N11223"
        },
        "display": "Nurse Siti Aminah"
      }
    },
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "OP",
            "display": "Ordering Provider"
          }
        ]
      },
      "actor": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "M45678"
        },
        "display": "Dr. Lim Boon Keng"
      }
    }
  ],
  "note": [
    {
      "authorReference": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "N11223"
        },
        "display": "Nurse Siti Aminah"
      },
      "time": "2026-02-20T10:45:00+08:00",
      "text": "Vaccine administered in right deltoid. Patient observed for 30 minutes post-vaccination. No immediate adverse reactions noted. Patient advised on common side effects."
    }
  ],
  "reason": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "281647001",
            "display": "Adverse reaction"
          }
        ],
        "text": "Routine COVID-19 booster vaccination as per national immunisation schedule"
      },
      "reference": {
        "type": "Condition",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
          "value": "COND-2026-00123"
        },
        "display": "COVID-19 vaccination schedule"
      }
    }
  ],
  "reaction": [
    {
      "date": "2026-02-20T11:00:00+08:00",
      "manifestation": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "247412007",
                "display": "Injection site pain"
              }
            ],
            "text": "Mild pain and redness at injection site"
          }
        }
      ],
      "reported": true
    }
  ],
  "protocolApplied": [
    {
      "authority": {
        "type": "Organization",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
          "value": "HCI-MOHH"
        },
        "display": "Ministry of Health Holdings"
      },
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "840539006",
              "display": "COVID-19"
            }
          ]
        }
      ],
      "doseNumber": "3"
    }
  ]
}