Communication REST Endpoints
Communication
- Create Communication Resource
- Method: postPath:
/oracle-fhir-server/fhir/Communication - Delete Communication Resource
- Method: deletePath:
/oracle-fhir-server/fhir/Communication/{id} - GET Change History of Communication Resource
- Method: getPath:
/oracle-fhir-server/fhir/Communication/_history - GET Change History of Communication Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Communication/{id}/_history - GET Communication Resource Bundle
- Method: getPath:
/oracle-fhir-server/fhir/Communication - GET Communication Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Communication/{id} - GET Communication Resource by version ID
- Method: getPath:
/oracle-fhir-server/fhir/Communication/{id}/_history/{vid} - Update Communication Resource
- Method: putPath:
/oracle-fhir-server/fhir/Communication/{id}