SubstanceDefinition REST Endpoints
SubstanceDefinition
The SubstanceDefinition FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}/$meta-add - Create SubstanceDefinition Resource
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}/$meta-delete - Delete SubstanceDefinition Resource
- Method: deletePath:
oracle-fhir-server/fhir/SubstanceDefinition/{id} - GET Change History of SubstanceDefinition Resource
- Method: getPath:
oracle-fhir-server/fhir/SubstanceDefinition/_history - GET Change History of SubstanceDefinition Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}/_history - GET SubstanceDefinition Resource Bundle
- Method: getPath:
oracle-fhir-server/fhir/SubstanceDefinition - GET SubstanceDefinition Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id} - GET SubstanceDefinition Resource by version ID
- Method: getPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}/_history/{version_id} - GET SubstanceDefinition Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}/$meta - GET SubstanceDefinition Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/SubstanceDefinition/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}/$validate - Patch SubstanceDefinition Resource
- Method: patchPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id} - Search SubstanceDefinition Resource
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/SubstanceDefinition/$validate - Update SubstanceDefinition Resource
- Method: putPath:
oracle-fhir-server/fhir/SubstanceDefinition/{id}