Skip to content

Commit 46eef72

Browse files
Configuration changes
1 parent a702469 commit 46eef72

File tree

2 files changed

+45
-16
lines changed

2 files changed

+45
-16
lines changed

articles/azure-health-insights/radiology-insights/model-configuration.md

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ To interact with the Radiology Insights model, you can provide several model con
2828
},
2929
"findingOptions": {
3030
"provideFocusedSentenceEvidence": false
31+
},
32+
"GuidanceOptions": {
33+
"showGuidanceInHistory": true
34+
},
35+
"QualityMeasureOptions": {
36+
"measureTypes": [
37+
"mips364",
38+
"mips360",
39+
"mips436"
40+
]
3141
}
3242
},
3343
"locale": "en-US",
@@ -52,6 +62,8 @@ false | No Evidence is returned
5262
- type: boolean
5363
- Provide a single focused sentence as evidence for the finding, default is true.
5464

65+
See [finding inference](finding-inference.md)
66+
5567
**FollowupRecommendationOptions**
5668
- includeRecommendationsWithNoSpecifiedModality
5769
- type: boolean
@@ -66,6 +78,22 @@ false | No Evidence is returned
6678
- type: boolean
6779
- description: Provide a single focused sentence as evidence for the recommendation, default is true.
6880

81+
See [recommendation inference](recommendation-inference.md)
82+
83+
**GuidanceOptions**
84+
- showGuidanceInHistory:
85+
- type: boolean
86+
- description: If this is true, also show guidance from a clinical history section, i.e. if the first token of the associated finding's clinical indicator is in this section. Default is false.
87+
88+
See [guidance inference](guidance-inference.md)
89+
90+
**QualityMeasureOptions**
91+
- measureTypes:
92+
- type: array of strings
93+
- description: the quality measure kinds that a result will be made for.
94+
The possible values of this array are: "mips76", "mips147", "mips195", "mips360", "mips364", "mips405", "mips406", "mips436", "mips145", "acrad36", "acrad37", "acrad38", "acrad39", "acrad40", "acrad41", "acrad42", "mednax55", "msn13", "msn15", "qmm26", "qmm17", "qmm18", "qmm19". (These values can also be found in the open api specification under "QualityMeasureType".)
95+
96+
See [quality measure inference](quality-measure-inference.md)
6997

7098
IncludeEvidence
7199

@@ -78,56 +106,57 @@ IncludeEvidence
78106
## Examples
79107

80108

81-
**Example 1**
109+
**Example 1 (with recommendation inferences)**
82110

83111
followupRecommendationOptions:
84112
- includeRecommendationsWithNoSpecifiedModality is true
85-
- includeRecommendationsInReferences are false
113+
- includeRecommendationsInReferences is false
86114
- provideFocusedSentenceEvidence for recommendations is false
87115

116+
The options for quality measures and guidance aren't set, because findings and quality measures aren't in the inference types for this document.
117+
88118

89119

90120
As a result:
91121

92122
The model checks for follow-up recommendations with a specified modality (such as DIAGNOSTIC ULTRASONOGRAPHY)
93123
and for recommendations with no specific radiologic modality (such as RADIOGRAPHIC IMAGING PROCEDURE).
94-
The model does not check for a recommendation in a guideline.
95-
The model does not provide a single focused sentence as evidence for the recommendation.
124+
The model doesn't check for a recommendation in a guideline.
125+
The model doesn't provide a single focused sentence as evidence for the recommendations.
96126

97127

98128
- includeEvidence is true. (The model includes evidence for all inferences.)
99129

100130

101131
Examples request/response json:
102132

103-
[!INCLUDE [Example input json](../includes/example-2-inference-follow-up-recommendation-json-request.md)]
133+
[!INCLUDE [Example input json](../includes/example-1-inference-follow-up-recommendation-json-request.md)]
104134

105-
[!INCLUDE [Example output json](../includes/example-2-inference-follow-up-recommendation-json-response.md)]
135+
[!INCLUDE [Example output json](../includes/example-1-inference-follow-up-recommendation-json-response.md)]
106136

107137

108138

109139

110-
**Example 2**
140+
**Example 2 (with recommendation inferences)**
111141

112142
followupRecommendationOptions:
113143
- includeRecommendationsWithNoSpecifiedModality is false
114-
- includeRecommendationsInReferences are true
115-
- provideFocusedSentenceEvidence for findings is true
116-
- includeEvidence is true
144+
- includeRecommendationsInReferences is true
145+
- provideFocusedSentenceEvidence for recommendations is true
146+
147+
The options for quality measures and guidance aren't set, because findings and quality measures aren't in the inference types for this document.
117148

118149
As a result:
119-
The model checks for follow-up recommendations with a specified modality, not for and for recommendations with a nonspecific radiologic modality.
150+
The model checks for follow-up recommendations with a specified modality, not for recommendations with a nonspecific radiologic modality.
120151
The model checks for a recommendation in a guideline.
121152
The model provides a single focused sentence as evidence for the recommendation.
122153

123154

124155
Examples request/response json:
125156

126-
[!INCLUDE [Example input json](../includes/example-1-inference-follow-up-recommendation-json-request.md)]
127-
128-
[!INCLUDE [Example output json](../includes/example-1-inference-follow-up-recommendation-json-response.md)]
129-
157+
[!INCLUDE [Example input json](../includes/example-2-inference-follow-up-recommendation-json-request.md)]
130158

159+
[!INCLUDE [Example output json](../includes/example-2-inference-follow-up-recommendation-json-response.md)]
131160

132161

133162
## Next steps

articles/azure-health-insights/radiology-insights/transparency-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 04/04/2025
99
ms.author: janschietse
1010
---
1111

12-
# Transparency Note for Radiology Insights (Preview)
12+
# Transparency Note for Radiology Insights
1313

1414
## What is a Transparency Note?
1515

0 commit comments

Comments
 (0)