Skip to content

Commit 38d6ab6

Browse files
committed
Add Acrolinx suggestions to trial-matcher-modes
1 parent 665d3f5 commit 38d6ab6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/azure-health-insights/oncophenotype/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ items:
3535
- name: SDKs
3636
items:
3737
- name: .NET
38-
href: /rest/api/cognitiveservices/healthinsights/onco-phenotype
38+
href: /dotnet/api/overview/azure/health.insights.cancerprofiling-readme
3939
- name: Java
4040
href: /rest/api/cognitiveservices/healthinsights/onco-phenotype
4141
- name: Python

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: behoorne
1515

1616
Trial Matcher provides two main modes of operation to users of the service: a **patient centric** mode and a **clinical trial centric** mode.
1717

18-
On the diagram you can see how patients' or clinical trials can be found through the two different modes.
18+
On the diagram, you can see how patients' or clinical trials can be found through the two different modes.
1919
![Diagram that shows the Trial Matcher operation modes.](../media/trial-matcher/overview.png)
2020

2121

@@ -25,7 +25,7 @@ On the diagram you can see how patients' or clinical trials can be found through
2525

2626
The Trial Matcher logic is based on the patient **clinical health information**, **location**, **priorities**, **trial eligibility criteria**, and **other criteria** that the patient and/or service users may choose to prioritize.
2727

28-
Typically, when using Trial Matcher in **patient centric** the service user provides the patient data in one of the following data formats::
28+
Typically, when using Trial Matcher in **patient centric** the service user provides the patient data in one of the following data formats:
2929
- Gradual matching
3030
- Key-Value structure
3131
- FHIR bundle
@@ -35,20 +35,20 @@ Typically, when using Trial Matcher in **patient centric** the service user prov
3535
### Gradual matching
3636
Trial Matcher can be used to match patients with known structured medical information, or it can be used to collect the required medical information during the qualification process, which is known as Gradual matching.
3737

38-
Gradual matching can be utilized through any client application. One common implementation is by leveraging the [Azure Health Bot](/azure/health-bot/) to create a conversational mechanism for collecting information and qualifying patients.
38+
Gradual matching can be utilized through any client application. One common implementation is by using the [Azure Health Bot](/azure/health-bot/) to create a conversational mechanism for collecting information and qualifying patients.
3939

40-
When performing gradual matching, the response of each call to the Trial Matcher includes the needed [clinical info](patient-info.md) – health information derived from the subset of clinical trials found that is required to qualify the patient. This information should be captured from the user (e.g. by generating a question and waiting for user input) and sent back to the Trial Matcher in the following request, to perform a more accurate qualification.
40+
When performing gradual matching, the response of each call to the Trial Matcher includes the needed [clinical info](patient-info.md) – health information derived from the subset of clinical trials found that is required to qualify the patient. This information should be captured from the user (for example, by generating a question and waiting for user input) and sent back to the Trial Matcher in the following request, to perform a more accurate qualification.
4141

4242

4343

4444
## Clinical trial centric
4545

46-
**Clinical tial centric** is when the Trial Matcher model finds potentially eligible group of patients to a clinical trial.
47-
The user should provide patient data and the relevant clinical trials to match against. The Trial Matcher then analyzes the data and provides the results per patient, both if they are eligible or ineligible.
46+
**Clinical trial centric** is when the Trial Matcher model finds potentially eligible group of patients to a clinical trial.
47+
The user should provide patient data and the relevant clinical trials to match against. The Trial Matcher then analyzes the data and provides the results per patient, both if they're eligible or ineligible.
4848

49-
Clinical Trial Centric is also known as **many-to-one** use case, and the extension of it is **many-to-many** when there's a list of clinical trials to match the patients to.
49+
Clinical Trial Centric is also known as **many-to-one** use case, and the extension of it's **many-to-many** when there's a list of clinical trials to match the patients to.
5050
The process of matching patients is typically done in two phases.
51-
- The first phase, done by the service user, starts with all patients in the data repository. The goal is to match all patients that meets a baseline criteria, like a clinical condition.
51+
- The first phase, done by the service user, starts with all patients in the data repository. The goal is to match all patients that meet a baseline criteria, like a clinical condition.
5252
- In the second phase, the service user uses the Trial Matcher to input a subset group of patients (the outcome of the first phase) to match only those patients to the detailed exclusion and inclusion criteria of a clinical trial.
5353

5454
Typically, when using Trial Matcher in clinical trial centric the service user provides the patient data in one of the following data formats:
@@ -59,7 +59,7 @@ Typically, when using Trial Matcher in clinical trial centric the service user p
5959

6060
## Next steps
6161

62-
Refer to the following pages for more information
62+
For more information, see
6363

6464
>[!div class="nextstepaction"]
6565
> [Patient info](patient-info.md)

0 commit comments

Comments
 (0)