SupplyRequest REST Endpoints
SupplyRequest
- Create SupplyRequest Resource
- Method: postPath:
/oracle-fhir-server/fhir/SupplyRequest
- 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/{vid}
- Update SupplyRequest Resource
- Method: putPath:
/oracle-fhir-server/fhir/SupplyRequest/{id}