SubstanceSpecification REST Endpoints
SubstanceSpecification
The SubstanceSpecification FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification/{id}/$meta-add - Create SubstanceSpecification Resource
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification/{id}/$meta-delete - 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/{version_id} - GET SubstanceSpecification Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/SubstanceSpecification/{id}/$meta - GET SubstanceSpecification Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/SubstanceSpecification/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification/{id}/$validate - Patch SubstanceSpecification Resource
- Method: patchPath:
oracle-fhir-server/fhir/SubstanceSpecification/{id} - Search SubstanceSpecification Resource
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceSpecification/$validate - Update SubstanceSpecification Resource
- Method: putPath:
oracle-fhir-server/fhir/SubstanceSpecification/{id}