Communication REST Endpoints

Communication
The Communication FHIR resource type
Add Meta at Instance-Level
Method: post
Path: oracle-fhir-server/fhir/Communication/{id}/$meta-add
Create Communication Resource
Method: post
Path: oracle-fhir-server/fhir/Communication
Delete Communication Resource
Method: delete
Path: oracle-fhir-server/fhir/Communication/{id}
Delete Meta at Instance-Level
Method: post
Path: oracle-fhir-server/fhir/Communication/{id}/$meta-delete
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/{version_id}
GET Communication Resource Meta at Instance-Level.
Method: get
Path: oracle-fhir-server/fhir/Communication/{id}/$meta
GET Communication Resource Meta at type level.
Method: get
Path: oracle-fhir-server/fhir/Communication/$meta
Instance-Level Expunge Operation
Method: post
Path: oracle-fhir-server/fhir/Communication/{id}/$expunge
Instance-Level Validate Operation
Method: post
Path: oracle-fhir-server/fhir/Communication/{id}/$validate
Patch Communication Resource
Method: patch
Path: oracle-fhir-server/fhir/Communication/{id}
Search Communication Resource
Method: post
Path: oracle-fhir-server/fhir/Communication/_search
Type-Level Expunge Operation
Method: post
Path: oracle-fhir-server/fhir/Communication/$expunge
Type-Level Validate Operation
Method: post
Path: oracle-fhir-server/fhir/Communication/$validate
Update Communication Resource
Method: put
Path: oracle-fhir-server/fhir/Communication/{id}