Skip to content

Commit e8f0547

Browse files
committed
Merge branch 'adishachar/add-radiology-insights-model' of https://github.com/adishachar/azure-docs-pr into adishachar/add-radiology-insights-model
2 parents 800c97c + 954ff09 commit e8f0547

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16968,12 +16968,14 @@
1696816968
},
1696916969
{
1697016970
"source_path_from_root": "/articles/azure-health-insights/request-info.md",
16971-
"redirect_url": "/rest/api/cognitiveservices/healthinsights"
16971+
"redirect_url": "/rest/api/cognitiveservices/healthinsights",
16972+
"redirect_document_id": false
1697216973

1697316974
},
1697416975
{
1697516976
"source_path_from_root": "/articles/azure-health-insights/response-info.md",
16976-
"redirect_url": "/rest/api/cognitiveservices/healthinsights"
16977+
"redirect_url": "/rest/api/cognitiveservices/healthinsights",
16978+
"redirect_document_id": false
1697716979
}
1697816980
]
1697916981
}

articles/azure-health-insights/trial-matcher/inferences.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ ms.date: 02/02/2023
1111
ms.author: behoorne
1212
---
1313

14-
Note: the examples below are based on API version: 2023-03-01-preview.
14+
1515

1616
# Trial Matcher inference information
1717

1818
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).
1919

20+
[!NOTE]
21+
The examples below are based on API version: 2023-03-01-preview.
2022

2123
## Example model result
2224
```json

articles/azure-health-insights/trial-matcher/model-configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 02/02/2023
1111
ms.author: behoorne
1212
---
1313

14-
Note: the examples below are based on API version: 2023-03-01-preview.
14+
1515

1616
# Trial Matcher model configuration
1717

@@ -20,7 +20,8 @@ The Trial Matcher includes a built-in Knowledge graph, which uses trials taken f
2020
When you're matching patients to trials, you can define a list of filters to query a subset of clinical trials. Each filter can be defined based on ```trial conditions```, ```types```, ```recruitment statuses```, ```sponsors```, ```phases```, ```purposes```, ```facility names```, ```locations```, or ```trial IDs```.
2121
- Specifying multiple values for the same filter category results in a trial set that is a union of the two sets.
2222

23-
23+
[!NOTE]
24+
The examples below are based on API version: 2023-03-01-preview.
2425

2526
In the following configuration, the model queries trials that are in recruitment status ```recruiting``` or ```not yet recruiting```.
2627

articles/azure-health-insights/trial-matcher/patient-info.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: behoorne
1212
---
1313

1414

15-
Note: the examples below are based on API version: 2023-03-01-preview.
15+
1616

1717
# Trial Matcher patient info
1818

@@ -23,6 +23,8 @@ Trial Matcher uses patient information to match relevant patient(s) with the cli
2323
- gradual Matching (question and answer)
2424
- JSON key/value
2525

26+
[!NOTE]
27+
The examples below are based on API version: 2023-03-01-preview.
2628

2729
## Unstructured clinical note
2830

0 commit comments

Comments
 (0)