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