PlanDefinition REST Endpoints
PlanDefinition
- Create PlanDefinition Resource
- Method: postPath:
/oracle-fhir-server/fhir/PlanDefinition
- 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/{vid}
- Update PlanDefinition Resource
- Method: putPath:
/oracle-fhir-server/fhir/PlanDefinition/{id}