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