Medical Network API Response and Timeout Times

Average response time is the typical time within which users receive responses; this is the mean time. Outliers minimally affect this number.

Response times in seconds (s)

API ServicePercentile (P) 50P95P99
Claim Status Inquiry1.5s5s14s
Eligibility2.4s6s30s

📘

NOTE

  • P50 — 50% of the time, the result is at or below 50%; this is the median time
  • P95 and P99 — 95% (for P95) or 99% (for P99) of the time, the result is at or below the value mentioned above. This highlights the outliers to help find worst-case scenarios

API timeouts in seconds (s)

API ServiceTimeout
Claim Submission110s
Claim Status Inquiry110s
Eligibility110s

Touch-time is how long our systems are taking to process the transaction. If a transaction is handled in 0.5s on the inbound side, spends 3 seconds at the payer, and the result is processed by our system in another 0.5s before
returning to the submitter, and then the total transaction time is 4 seconds, but our touch-time is 1 second. In short, it is the portion of the transaction time for which our systems are responsible.