This resource contains details for a vaccine that was administered or recorded by a healthcare organization. The immunization record can be reported by the patient, clinician, or another entity. As a tip, the terms immunization and vaccination are used interchangeably in FHIR®.
You can receive, retrieve, or save immunization records.
$write
This operation allows you to save new or updated vaccine administration details for an immunization record in the patient’s chart.
cURL request example
Request Body Schema
- resourceTyperequired, string
Identifies the type of the resource
Value:Bundle
- typerequired, string
Identifies this bundle as a message
Value:message
- entryrequired, Array of MessageHeader, Immunization, Patient or Other
An array of FHIR resources. At a minimum, an Immunization should include the following entries:
- Immunization - A record of an immunization that was administered to a patient
- Patient - The patient who was administered the immunization
If other resources are included, due to being referenced within an entry, they should conform to the applicable Redox profile.
- resourcerequired, object
Additional metadata about the message including the event
- resourceTyperequired, string
Identifies the type of the resource
Value:MessageHeader
- sourcerequired, object
Information about the sender of the message. This will typically be populated by Redox.
- endpointrequired, string
Identifies the routing target to send acknowledgements to.
- namestring
Human-readable name for the source system.
- eventCodingrequired, object
This describes the message being communicated
- systemstring
The identification of the code system that defines the meaning of the symbol in the code.
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
Value:Immunization-New
An entry in the bundle containing a FHIR resource
- timestampstring
The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.