CommunicationRequest REST Endpoints
    
        CommunicationRequest
    
The CommunicationRequest FHIR resource type
- Add Meta at Instance-Level
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest/{id}/$meta-add - Create CommunicationRequest Resource
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest - Delete CommunicationRequest Resource
 - Method: deletePath:
oracle-fhir-server/fhir/CommunicationRequest/{id} - Delete Meta at Instance-Level
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest/{id}/$meta-delete - 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/{version_id} - GET CommunicationRequest Resource Meta at Instance-Level.
 - Method: getPath:
oracle-fhir-server/fhir/CommunicationRequest/{id}/$meta - GET CommunicationRequest Resource Meta at type level.
 - Method: getPath:
oracle-fhir-server/fhir/CommunicationRequest/$meta - Instance-Level Expunge Operation
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest/{id}/$expunge - Instance-Level Validate Operation
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest/{id}/$validate - Patch CommunicationRequest Resource
 - Method: patchPath:
oracle-fhir-server/fhir/CommunicationRequest/{id} - Search CommunicationRequest Resource
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest/_search - Type-Level Expunge Operation
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest/$expunge - Type-Level Validate Operation
 - Method: postPath:
oracle-fhir-server/fhir/CommunicationRequest/$validate - Update CommunicationRequest Resource
 - Method: putPath:
oracle-fhir-server/fhir/CommunicationRequest/{id}