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