Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.55 KB

File metadata and controls

50 lines (41 loc) · 1.55 KB
title titleSuffix description services author manager ms.service ms.topic ms.date ms.author
Trial Matcher Inference information
Azure AI Health Insights
This article provides Trial Matcher inference information.
azure-health-insights
iBoonZ
urieinav
azure-health-insights
overview
05/05/2024
behoorne

Trial Matcher inference information

The result of the Trial Matcher model includes a list of inferences made regarding the patient. For each trial that was queried for the patient, the model returns an indication of whether the patient appears eligible or ineligible for the trial. If the model concluded the patient is ineligible for a trial, it also provides a piece of evidence to support its conclusion (unless the evidence flag was set to false).

Note

The examples in this article are based on API version: 2023-03-01-preview. There might be changes between API versions. For a specific API version, please use the reference to the REST API to see full description.

Example model result

"inferences":[
   {
      "type":"trialEligibility",
      "id":"NCT04140526",
      "source":"clinicaltrials.gov",
      "value":"Ineligible",
      "confidenceScore":0.4
   },
   {
      "type":"trialEligibility",
      "id":"NCT04026412",
      "source":"clinicaltrials.gov",
      "value":"Eligible",
      "confidenceScore":0.8
   },
   "..."
]

Next steps

To get better insights into the request and responses, read more on the following pages:

[!div class="nextstepaction"] Model configuration