Immunization REST Endpoints
Immunization
The Immunization FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/Immunization/{id}/$meta-add - Create Immunization Resource
- Method: postPath:
oracle-fhir-server/fhir/Immunization - Delete Immunization Resource
- Method: deletePath:
oracle-fhir-server/fhir/Immunization/{id} - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/Immunization/{id}/$meta-delete - GET Change History of Immunization Resource
- Method: getPath:
oracle-fhir-server/fhir/Immunization/_history - GET Change History of Immunization Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/Immunization/{id}/_history - GET Immunization Resource Bundle
- Method: getPath:
oracle-fhir-server/fhir/Immunization - GET Immunization Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/Immunization/{id} - GET Immunization Resource by version ID
- Method: getPath:
oracle-fhir-server/fhir/Immunization/{id}/_history/{version_id} - GET Immunization Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/Immunization/{id}/$meta - GET Immunization Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/Immunization/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/Immunization/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/Immunization/{id}/$validate - Patch Immunization Resource
- Method: patchPath:
oracle-fhir-server/fhir/Immunization/{id} - Search Immunization Resource
- Method: postPath:
oracle-fhir-server/fhir/Immunization/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/Immunization/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/Immunization/$validate - Update Immunization Resource
- Method: putPath:
oracle-fhir-server/fhir/Immunization/{id}