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