Subscription REST Endpoints
Subscription
- Create Subscription Resource
- Method: postPath:
/oracle-fhir-server/fhir/Subscription
- Delete Subscription Resource
- Method: deletePath:
/oracle-fhir-server/fhir/Subscription/{id}
- GET Change History of Subscription Resource
- Method: getPath:
/oracle-fhir-server/fhir/Subscription/_history
- GET Change History of Subscription Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Subscription/{id}/_history
- GET Subscription Resource Bundle
- Method: getPath:
/oracle-fhir-server/fhir/Subscription
- GET Subscription Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Subscription/{id}
- GET Subscription Resource by version ID
- Method: getPath:
/oracle-fhir-server/fhir/Subscription/{id}/_history/{vid}
- Update Subscription Resource
- Method: putPath:
/oracle-fhir-server/fhir/Subscription/{id}