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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeImmunization
IdImmunizationUpdateRequest.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": "immu-123456",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-immunization"
    ],
    "versionId": "2",
    "lastUpdated": "2025-08-19T09:00:00+08:00"
  },
  "identifier": {
    "system": "https://fhir.synapxe.sg/identifier/immunization",
    "value": "IMMU-123456"
  },
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Right arm"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "78421000",
        "display": "Intramuscular"
      }
    ]
  },
  "doseQuantity": {
    "value": 1,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  }
}