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