Get a list of immunizations

get

/Immunization

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves a list of immunizations that meet the supplied query parameters.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : Immunization
Type: object
Show Source
Nested Schema : patient
(USCDI) The patient who was immunized.
Match All
(USCDI) The patient who was immunized.
Show Source
Nested Schema : performer
Type: array
The individual who performed the event.
Show Source
Nested Schema : statusReason
(USCDI) The reason why the immunization was not done.
Match All
(USCDI) The reason why the immunization was not done.
Show Source
Nested Schema : vaccineCode
(USCDI) The vaccine product type (bind to vaccines administered [CVX]).
Match All
(USCDI) The vaccine product type (bind to vaccines administered [CVX]).
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : ImmunizationPerformer
Type: object
Show Source
Nested Schema : actor
The individual or organization who performed the event.
Match All
The individual or organization who performed the event.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top