FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | Immunization |
| Id | ImmunizationUpdateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}