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