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