FHIR IG analytics| Package | synapxe.nde |
| Resource Type | Immunization |
| Id | ImmunizationResponse.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": "1",
"lastUpdated": "2025-08-18T09:00:00+08:00"
},
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/immunization",
"value": "IMMU-123456"
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "368209003",
"display": "Left arm"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular"
}
]
},
"doseQuantity": {
"value": 0.5,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}