Skip to content

Commit 87c7f30

Browse files
Added recommendation and missing guidance i/o
1 parent 10ff043 commit 87c7f30

7 files changed

+3294
-14
lines changed

articles/azure-health-insights/includes/example-1-inference-follow-up-recommendation-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-1-inference-follow-up-recommendation-json-response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -321,12 +321,12 @@ ms.service: azure-health-insights
321321
]
322322
}
323323
],
324-
"modelVersion": "2024-04-16"
324+
"modelVersion": "2025-03-17"
325325
},
326-
"id": "followupRecommendation1",
327-
"createdAt": "2024-05-14T15:48:01Z",
328-
"expiresAt": "2024-05-15T15:48:01Z",
329-
"updatedAt": "2024-05-14T15:48:05Z",
326+
"id": "fca102",
327+
"createdAt": "2025-04-30T09:26:02Z",
328+
"expiresAt": "2025-05-01T09:26:02Z",
329+
"updatedAt": "2025-04-30T09:26:07Z",
330330
"status": "succeeded"
331331
}
332332
```

articles/azure-health-insights/includes/example-2-inference-follow-up-recommendation-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---

articles/azure-health-insights/includes/example-2-inference-follow-up-recommendation-json-response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: JanSchietse
33
ms.author: janschietse
4-
ms.date: 01/25/2024
4+
ms.date: 03/17/2025
55
ms.topic: include
66
ms.service: azure-health-insights
77
---
@@ -4948,12 +4948,12 @@ ms.service: azure-health-insights
49484948
]
49494949
}
49504950
],
4951-
"modelVersion": "2024-04-16"
4951+
"modelVersion": "2025-03-17"
49524952
},
4953-
"id": "followupRecommendation2",
4954-
"createdAt": "2024-05-14T15:48:58Z",
4955-
"expiresAt": "2024-05-15T15:48:58Z",
4956-
"updatedAt": "2024-05-14T15:49:01Z",
4953+
"id": "fca103",
4954+
"createdAt": "2025-04-30T09:28:34Z",
4955+
"expiresAt": "2025-05-01T09:28:34Z",
4956+
"updatedAt": "2025-04-30T09:28:41Z",
49574957
"status": "succeeded"
49584958
}
49594959
```
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
author: JanSchietse
3+
ms.author: janschietse
4+
ms.date: 03/17/2025
5+
ms.topic: include
6+
ms.service: azure-health-insights
7+
---
8+
9+
10+
```json
11+
{
12+
"jobData" : {
13+
"configuration" : {
14+
"inferenceOptions" : {
15+
"followupRecommendationOptions" : {
16+
"includeRecommendationsWithNoSpecifiedModality" : false,
17+
"includeRecommendationsInReferences" : false,
18+
"provideFocusedSentenceEvidence" : true
19+
},
20+
"findingOptions" : {
21+
"provideFocusedSentenceEvidence" : true
22+
},
23+
"GuidanceOptions" : {
24+
"showGuidanceInHistory" : true
25+
}
26+
},
27+
"inferenceTypes" : ["guidance" ],
28+
"locale" : "en-US",
29+
"verbose" : false,
30+
"includeEvidence" : false
31+
},
32+
"patients" : [ {
33+
"id" : "11111",
34+
"details" : {
35+
"sex" : "female",
36+
"birthDate" : "1939-05-25",
37+
"clinicalInfo" : [ {
38+
"resourceType" : "Observation",
39+
"status" : "unknown",
40+
"code" : {
41+
"coding" : [ {
42+
"system" : "http://www.nlm.nih.gov/research/umls",
43+
"code" : "C0018802",
44+
"display" : "MalignantNeoplasms"
45+
} ]
46+
},
47+
"valueBoolean" : "true"
48+
} ]
49+
},
50+
"encounters" : [ {
51+
"id" : "encounterid1",
52+
"period" : {
53+
"start" : "2014-2-20T00:00:00",
54+
"end" : "2014-2-20T00:00:00"
55+
},
56+
"class" : "inpatient"
57+
} ],
58+
"patientDocuments" : [ {
59+
"type" : "note",
60+
"clinicalType" : "radiologyReport",
61+
"id" : "docid1",
62+
"language" : "en",
63+
"authors" : [ {
64+
"id" : "authorid1",
65+
"name" : "authorname1"
66+
} ],
67+
"specialtyType" : "radiology",
68+
"createdAt" : "2014-2-20T00:00:00",
69+
"administrativeMetadata" : {
70+
"orderedProcedures" : [ {
71+
"code" : {
72+
"coding" : [ {
73+
"system" : "http://loinc.org",
74+
"code" : "CTCHWO",
75+
"display" : "CT CHEST WO CONTRAST "
76+
} ]
77+
},
78+
"description" : "CT CHEST WO CONTRAST "
79+
} ],
80+
"encounterId" : "encounterid1"
81+
},
82+
"content" : {
83+
"sourceType" : "inline",
84+
"value" : "\n\n\n\r\n\nEXAM: CT CHEST WO CONTRAST\n\nINDICATION: abnormal lung findings. History of emphysema.\n\nTECHNIQUE: Helical CT images through the chest, without contrast. This exam was performed using one or more of the following dose reduction techniques: Automated exposure control, adjustment of the mA and/or kV according to patient size, and/or use of iterative reconstruction technique. \n\nCOMPARISON: Chest CT dated 6/21/2022.\n\nNumber of previous CT examinations or cardiac nuclear medicine (myocardial perfusion) examinations performed in the preceding 12-months: 2\n\nFINDINGS: \n\nHeart size is normal. No pericardial effusion. Thoracic aorta as well as pulmonary arteries are normal in caliber. There are dense coronary artery calcifications. No enlarged axillary, mediastinal, or hilar lymph nodes by CT size criteria. Central airways are widely patent. No bronchial wall thickening. No pneumothorax, pleural effusion or pulmonary edema. The previously identified posterior right upper lobe nodules are no longer seen. However, there are multiple new small pulmonary nodules. An 8 mm nodule in the right upper lobe, image #15 series 4. New posterior right upper lobe nodule measuring 6 mm, image #28 series 4. New 1.2 cm pulmonary nodule, right upper lobe, image #33 series 4. New 4 mm pulmonary nodule left upper lobe, image #22 series 4. New 8 mm pulmonary nodule in the left upper lobe adjacent to the fissure, image #42 series 4. A few new tiny 2 to 3 mm pulmonary nodules are also noted in the left lower lobe. As before there is a background of severe emphysema. No evidence of pneumonia.\n\nLimited evaluation of the upper abdomen shows no concerning abnormality.\n\nReview of bone windows shows no aggressive appearing osseous lesions.\n\n\nIMPRESSION:\n\n1. Previously identified small pulmonary nodules in the right upper lobe have resolved, but there are multiple new small nodules scattered throughout both lungs. Recommend short-term follow-up with noncontrast chest CT in 3 months as per current Current guidelines (2017 Fleischner Society).\n2. Severe emphysema.\n\nFindings communicated to Dr. Jane Smith.\n\n\r\n"
85+
}
86+
} ]
87+
} ]
88+
}
89+
}
90+
```

0 commit comments

Comments
 (0)