Medication REST Endpoints

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