Immunizations
Get Immunization by ID
GET
/Immunization/{id}
Get Immunizations by Patient
GET
/Immunization?patient={Type/}[id]
Get Immunizations by Patient and Status
GET
/Immunization?patient={Type/}[id]&status={system|}[code]
completed
, not-done
).Get Immunizations by Patient and Date
GET
/Immunization?patient={Type/}[id]&date={gt|lt|ge|le}[date]