You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-health-insights/radiology-insights/recommendation-inference.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: JanSchietse
7
7
manager: JoeriVDV
8
8
ms.service: azure-health-insights
9
9
ms.topic: overview
10
-
ms.date: 12/12/2023
10
+
ms.date: 5/21/2025
11
11
ms.author: JanSchietse
12
12
---
13
13
@@ -147,7 +147,7 @@ An example of a follow-up recommendation (without token extensions):
147
147
"isHedging": false
148
148
}
149
149
```
150
-
> ## Sentences
150
+
## Sentences
151
151
Next to the token extensions, there can be an extension containing sentences. This behavior is switchable; the sentences will only be generated if option "provideFocusedSentenceEvidence" in "FollowupRecommendationOptions" is set to true. In practice, this will only be set to true if the customer is mPower or Powerscribe.
152
152
153
153
Example:
@@ -167,22 +167,22 @@ Fields `isConditional`, `isOptions`, `isGuideline`, and `isHedging` are set to t
167
167
-`isOptions`: is also for conditional input.
168
168
-`isGuideline`”` means that the recommendation is in a general guideline, for example, "Patients over 50 with obesity should have their blood glucose checked yearly."
169
169
170
-
> ## effectiveDateTime and effectivePeriod
170
+
## effectiveDateTime and effectivePeriod
171
171
Field `effectiveDateTime` will be set when the procedure is recommended to be done at a specific point in time, for example, "next Wednesday". Field `effectivePeriod` is set if a specific period is mentioned, with a start and end datetime. For example, for "within 6 months", the start datetime will be the date of service, and the end datetime will be the day six months after that. (Note that "in 6 months from now" is interpreted as a specific point in time, not a period.)
172
172
173
-
> ## findings
173
+
## findings
174
174
If set, field `findings` contains one or more findings that have to do with the recommendation. For example, a leg scan (procedure) can be recommended because of leg pain (finding).
175
175
Every array element of field `findings` is a RecommendationFinding. `RecommendationFinding.finding` has the same information as a `FindingInference.finding` field (see [Finding Inference](finding-inference.md)).
176
176
For field `RecommendationFinding.RecommendationFindingStatus`, see the OpenAPI for the possible values.
177
177
Field `RecommendationFinding.criticalFinding` is set if a critical result is associated with the finding. It then contains the same information as `CriticalResultInference.criticalResult` (see [Critical Result](critical-result-inference.md).)
178
178
179
-
> ## Recommended procedure
179
+
## Recommended procedure
180
180
Field `recommendedProcedure`: it's either a generic procedure recommendation, or an imaging procedure.
181
181
182
-
> ### Generic procedure recommendation
182
+
### Generic procedure recommendation
183
183
The kind is `genericProcedureRecommendation`. The description is either "MANAGEMENT PROCEDURE (PROCEDURE)" or "CONSULTATION (PROCEDURE)". The code only contains an extension with tokens.
184
184
185
-
> ### Imaging procedure
185
+
### Imaging procedure
186
186
The kind is `imagingProcedureRecommendation`.
187
187
Field `imagingProcedures` contains an array with one element of type ImagingProcedure. This type has the following fields, the first two of which are always filled:
188
188
-`modality`: a CodeableConcept containing at most one coding with a SNOMED or RadLex code.
0 commit comments