|
3 | 3 | [Health Insights](https://learn.microsoft.com/azure/azure-health-insights/overview?branch=main) is an Azure Applied AI Service built with the Azure Cognitive Services Framework, that leverages multiple Cognitive Services, Healthcare API services and other Azure resources. |
4 | 4 | The [Clinical Matching model](https://learn.microsoft.com/azure/azure-health-insights/trial-matcher/overview) receives patients data and clinical trials protocols, and provides relevant clinical trials based on eligibility criteria. |
5 | 5 |
|
6 | | -**Please rely heavily on our [REST client docs](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/rest-clients.md) to use this library** |
| 6 | +**Please rely heavily on our [REST client docs](https://github.com/Azure/azure-sdk-for-js/tree/main/documentation/rest-clients.md) to use this library** |
| 7 | + |
| 8 | +Key links: |
| 9 | + |
| 10 | +- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest) |
| 11 | +- [Package (NPM)](https://www.npmjs.com/package/@azure-rest/health-insights-clinicalmatching) |
| 12 | +- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta) |
7 | 13 |
|
8 | 14 | ## Getting started |
9 | 15 |
|
@@ -191,13 +197,13 @@ For more detailed instructions on how to enable logs, you can look at the [@azur |
191 | 197 |
|
192 | 198 | ## Next steps |
193 | 199 |
|
194 | | -This code sample show common scenario operation with the Azure Health Insights Clinical Matching library. More samples can be found under the [samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/) directory. |
| 200 | +This code sample show common scenario operation with the Azure Health Insights Clinical Matching library. More samples can be found under the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/) directory. |
195 | 201 |
|
196 | | -- Match Trials FHIR: [sample_match_trials_fhir.ts](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/sample_match_trials_fhir.ts) |
| 202 | +- Match Trials FHIR: [sample_match_trials_fhir.ts](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/sample_match_trials_fhir.ts) |
197 | 203 |
|
198 | | -- Match Trials Structured Coded Elements: [sample_match_trials_structured_coded_elements.ts](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/sample_match_trials_structured_coded_elements.ts) |
| 204 | +- Match Trials Structured Coded Elements: [sample_match_trials_structured_coded_elements.ts](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/sample_match_trials_structured_coded_elements.ts) |
199 | 205 |
|
200 | | -- Match Trials Unstructured Clinical Note: [sample_match_trials_unstructured_clinical_note.ts](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/sample_match_trials_unstructured_clinical_note.ts) |
| 206 | +- Match Trials Unstructured Clinical Note: [sample_match_trials_unstructured_clinical_note.ts](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthinsights/health-insights-clinicalmatching-rest/samples/v1-beta/typescript/src/sample_match_trials_unstructured_clinical_note.ts) |
201 | 207 |
|
202 | 208 |
|
203 | 209 | ### Additional documentation |
|
0 commit comments