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