Skip to content

Commit f4241c5

Browse files
committed
add custom markdown element
1 parent e8f0547 commit f4241c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ms.author: behoorne
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.
20+
> [!NOTE]
21+
> The examples below are based on API version: 2023-03-01-preview.
2222
2323
## Example model result
2424
```json

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +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-
[!NOTE]
24-
The examples below are based on API version: 2023-03-01-preview.
23+
> [!NOTE]
24+
> The examples below are based on API version: 2023-03-01-preview.
2525
2626
In the following configuration, the model queries trials that are in recruitment status ```recruiting``` or ```not yet recruiting```.
2727

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +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.
26+
> [!NOTE]
27+
> The examples below are based on API version: 2023-03-01-preview.
2828
2929
## Unstructured clinical note
3030

0 commit comments

Comments
 (0)