sample_rejected

Triggered when the sample is confirmed as rejected

Sample Payload

{
  "eventType": "sample_rejected",
  "eventDetails: "The sample reject reason",
  "requisitionIdentifier: "req-001",
  "sampleIdentifier: "sample-001",
  "patientMRN: "0010015000",
  "sampleGroup: "default",
  "sampleLabel: "sample-label",
  "providerAccountName: "Provider Account Name",
  "providerAccountNumber: "99952255",
  "physicianNPI: "0000000000",
  "reportDownloadLink: "https://link_to_download_pdf"
}

Payload description

Key Type Description
eventType string The action performed
eventDetails string Details related to the action performed
requisitionIdentifier string Requisition identifier
sampleIdentifier string Sample identifier
patientMRN string Patient medical record number
sampleGroup string Sample group name
sampleLabel string Sample Label description
providerAccountName string Provider account name
providerAccountNumber string Provider account number
physicianNPI string The physician NPI identifier
reportDownloadLink string The link to download the report file
(A GET call to this link with the same Bearer Token header
used in the V3 API calls will allow this report to be downloaded)
     
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.