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