ImmunizationRecommendation
Semantical type
The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name ImmunizationRecommendation into your applications access filter if you need to use this resource.
Resource owner
If the resource contains a patient which is a Patient or Practitioner that user is the owner of the resource. Otherwise the creator of the resource is the owner.
Default value for “patient”
If a resource with no patient field is send to MIDATA, the backend will set the patient to the current user.
Read
Read a single ImmunizationRecommendation by id.
Request:
[GET] /fhir/ImmunizationRecommendation/<id>
Read specific version
Read a specific version of a single ImmunizationRecommendation by id.
Request:
[GET] /fhir/ImmunizationRecommendation/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/ImmunizationRecommendation/<id>/_history
Search
Search for resources of type ImmunizationRecommendation
Request:
[GET] /fhir/ImmunizationRecommendation?searchParams
List of supported search parameters:
Supported query parameters:
Name | Type | Description |
---|---|---|
_id | token | The ID of the resource |
_lastUpdated | date | Only return resources which were last updated as specified by the given range |
_page | string | |
date | date | Date recommendation(s) created |
identifier | token | Business identifier |
information | reference | Patient observations supporting recommendation |
patient | reference | Who this profile is for |
status | token | Vaccine recommendation status |
support | reference | Past immunizations supporting recommendation |
target-disease | token | Disease to be immunized against |
vaccine-type | token | Vaccine or vaccine group recommendation applies to |
Create
Create a new resource of type ImmunizationRecommendation.
Request:
[POST] /fhir/ImmunizationRecommendation
Update
Updates a resource of type ImmunizationRecommendation.
Request:
[PUT] /fhir/ImmunizationRecommendation/<id>