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