Communication REST Endpoints

Communication
Create Communication Resource
Method: post
Path: /oracle-fhir-server/fhir/Communication
Delete Communication Resource
Method: delete
Path: /oracle-fhir-server/fhir/Communication/{id}
GET Change History of Communication Resource
Method: get
Path: /oracle-fhir-server/fhir/Communication/_history
GET Change History of Communication Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Communication/{id}/_history
GET Communication Resource Bundle
Method: get
Path: /oracle-fhir-server/fhir/Communication
GET Communication Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Communication/{id}
GET Communication Resource by version ID
Method: get
Path: /oracle-fhir-server/fhir/Communication/{id}/_history/{vid}
Update Communication Resource
Method: put
Path: /oracle-fhir-server/fhir/Communication/{id}