All REST Endpoints
Binary
- Get a binary document by ID
- Method: getPath:
/fhir/r4/{query_endpoint_alias}/Binary/{id}
DocumentReference
- Get a document reference by ID
- Method: getPath:
/fhir/r4/{query_endpoint_alias}/DocumentReference/{id} - Get a list of document references
- Method: getPath:
/fhir/r4/{query_endpoint_alias}/DocumentReference
Patient
- Get a patient list
- Method: getPath:
/fhir/r4/{query_endpoint_alias}/Patient - Get a patient record by ID
- Method: getPath:
/fhir/r4/{query_endpoint_alias}/Patient/{id}
Task
- Create a new Task resource
- Method: postPath:
/fhir/r4/{query_endpoint_alias}/Task - Get a Task resource by ID
- Method: getPath:
/fhir/r4/{query_endpoint_alias}/Task/{id}
cdexHub
The operations from the cdexHub category.
- Cancel work requests
- Method: deletePath:
/20180828/workRequests/{workRequestId} - Create a DeliveryEndpoint
- Method: postPath:
/20180828/deliveryEndpoints - Create a QueryEndpoint
- Method: postPath:
/20180828/queryEndpoints - Delete a DeliveryEndpoint
- Method: deletePath:
/20180828/deliveryEndpoints/{deliveryEndpointId} - Delete a QueryEndpoint
- Method: deletePath:
/20180828/queryEndpoints/{queryEndpointId} - Get a DeliveryEndpoint
- Method: getPath:
/20180828/deliveryEndpoints/{deliveryEndpointId} - Get a list of DataSharingAgreements
- Method: getPath:
/20180828/dataSharingAgreements - Get a list of DataSharingConstraints
- Method: getPath:
/20180828/dataSharingConstraints - Get a list of DeliveryEndpoints
- Method: getPath:
/20180828/deliveryEndpoints - Get a list of PayerDirectoryEntries
- Method: getPath:
/20180828/payerDirectoryEntries - Get a list of Payers
- Method: getPath:
/20180828/payers - Get a list of ProviderDirectoryEntries
- Method: getPath:
/20180828/providerDirectoryEntries - Get a list of QueryEndpoints
- Method: getPath:
/20180828/queryEndpoints - Get a Payer
- Method: getPath:
/20180828/payers/{payerId} - Get a PayerDirectoryEntry
- Method: getPath:
/20180828/payerDirectoryEntries/{payerDirectoryEntryId} - Get a QueryEndpoint
- Method: getPath:
/20180828/queryEndpoints/{queryEndpointId} - Get work request status
- Method: getPath:
/20180828/workRequests/{workRequestId} - List work request errors
- Method: getPath:
/20180828/workRequests/{workRequestId}/errors - List work request logs
- Method: getPath:
/20180828/workRequests/{workRequestId}/logs - List work requests
- Method: getPath:
/20180828/workRequests - Move the DeliveryEndpoint into a different compartment
- Method: postPath:
/20180828/deliveryEndpoints/{deliveryEndpointId}/actions/changeCompartment - Move the QueryEndpoint into a different compartment
- Method: postPath:
/20180828/queryEndpoints/{queryEndpointId}/actions/changeCompartment - Test DeliveryEndpoint connectivity
- Method: postPath:
/20180828/deliveryEndpoints/{deliveryEndpointId}/actions/testConnectivity - Update a DeliveryEndpoint
- Method: putPath:
/20180828/deliveryEndpoints/{deliveryEndpointId} - Update a PayerDirectoryEntry
- Method: putPath:
/20180828/payerDirectoryEntries/{payerDirectoryEntryId} - Update a QueryEndpoint
- Method: putPath:
/20180828/queryEndpoints/{queryEndpointId}