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
-
_id: string
The logical resource ID.
-
_revinclude: string
The related Provenance resources to include in the search bundle.Allowed Values:
[ "Provenance:target" ] -
patient: string
The patient who received or did not receive the immunization.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful search response.
Root Schema : schema
Type:
Show Source
object-
entry: array
entry
-
id(required): string
-
link: array
link
-
resourceType(required): string
Allowed Values:
[ "Bundle" ] -
type(required): string
Nested Schema : Immunization
Type:
Show Source
object-
id(required): string
-
occurrenceDateTime(required): string
(date-time)
(USCDI) The vaccine administration date.
-
patient(required):
patient
(USCDI) The patient who was immunized.
-
performer: array
performer
The individual who performed the event.
-
primarySource: boolean
(USCDI) The context the data was recorded in.
-
resourceType(required): string
Allowed Values:
[ "Immunization" ] -
status(required): string
(USCDI) The following values are supported:
completedentered-in-errornot-done
-
statusReason:
statusReason
(USCDI) The reason why the immunization was not done.
-
vaccineCode(required):
vaccineCode
(USCDI) The vaccine product type (bind to vaccines administered [CVX]).
Nested Schema : patient
(USCDI) The patient who was immunized.
Match All
(USCDI) The patient who was immunized.
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 : ImmunizationPerformer
Type:
Show Source
object-
actor(required):
actor
The individual or organization who performed the event.
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 : BundleLink
Type:
Show Source
object-
relation: string
Allowed Values:
[ "self", "next", "previous" ] -
url: string
(uri)
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]