The Immunization resource describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.
FHIR Resource: Immunization https://www.hl7.org/fhir/immunization.html
Name Comment status notGiven vaccineCode manufacturer lotNumber patient date deceased expirationDate doseQuanity route practitioner location site note explanation primarySource
Endpoint URI
https://api.healthgorilla.com/fhir/Immunization
The following operations are currently supported:
HTTP Request Method Action /Immunization/{ID} GET Retrieve Immunization resource by ID
HTTP Request Method Action /Immunization?[parameter={value}] GET Retrieve Immunization resources by the specified search criteria
Parameters:
Key Type Description patient Reference Patient Identifier _lastUpdated Date _offset Number _count Number
HTTP GET
https://api.healthgorilla.com/fhir/Immunization?patient=8063965523692105bfc35def
HTTP GET
https://api.healthgorilla.com/fhir/Immunization?_lastUpdated=gt2019-03&_offset=0&_count=5
HTTP GET
https://api.healthgorilla.com/fhir/Immunization?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request Method Action /Immunization POST Creates Immunization resource
The following attributes are required:
Name Details patient vaccineCode primarySource notGiven
HTTP Request Method Action /Immunization/{ID} PUT Updates Immunization resource
The following attributes are immutable:
Name Details patient practitioner vaccineCode
HTTP Request Method Action /Immunization/{ID} DELETE Deletes Immunization resource