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