Skip to content

Commit f58d4ed

Browse files
Added 4 inferences to inferences.md file
1 parent d452d82 commit f58d4ed

13 files changed

+2512
-162
lines changed

articles/azure-health-insights/includes/example-inference-complete-order-discrepancy-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-inference-complete-order-discrepancy-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
---
@@ -50,12 +50,12 @@ ms.service: azure-health-insights
5050
]
5151
}
5252
],
53-
"modelVersion": "2024-04-16"
53+
"modelVersion": "2025-03-17"
5454
},
55-
"id": "CompleteOrderDiscrepancy",
56-
"createdAt": "2024-05-14T15:30:29Z",
57-
"expiresAt": "2024-05-15T15:30:29Z",
58-
"updatedAt": "2024-05-14T15:30:32Z",
55+
"id": "fca105",
56+
"createdAt": "2025-04-30T09:34:51Z",
57+
"expiresAt": "2025-05-01T09:34:51Z",
58+
"updatedAt": "2025-04-30T09:34:55Z",
5959
"status": "succeeded"
6060
}
6161
```

articles/azure-health-insights/includes/example-inference-critical-result-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-inference-critical-result-json-response.md

Lines changed: 56 additions & 10 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
---
@@ -20,7 +20,7 @@ ms.service: azure-health-insights
2020
"description": "NEW FRACTURE",
2121
"finding": {
2222
"resourceType": "Observation",
23-
"id": "819",
23+
"id": "872",
2424
"status": "unknown",
2525
"code": {
2626
"coding": [
@@ -186,15 +186,38 @@ ms.service: azure-health-insights
186186
}
187187
]
188188
}
189-
}
189+
},
190+
"extension": [
191+
{
192+
"extension": [
193+
{
194+
"url": "code",
195+
"valueString": "18782-3"
196+
},
197+
{
198+
"url": "codingSystem",
199+
"valueString": "2.16.840.1.113883.6.1"
200+
},
201+
{
202+
"url": "codingSystemName",
203+
"valueString": "http://loinc.org"
204+
},
205+
{
206+
"url": "displayName",
207+
"valueString": "RADIOLOGY STUDY OBSERVATION (NARRATIVE)"
208+
}
209+
],
210+
"url": "section"
211+
}
212+
]
190213
},
191214
{
192215
"kind": "criticalResult",
193216
"result": {
194217
"description": "NEW FRACTURE",
195218
"finding": {
196219
"resourceType": "Observation",
197-
"id": "820",
220+
"id": "874",
198221
"status": "unknown",
199222
"code": {
200223
"coding": [
@@ -360,17 +383,40 @@ ms.service: azure-health-insights
360383
}
361384
]
362385
}
363-
}
386+
},
387+
"extension": [
388+
{
389+
"extension": [
390+
{
391+
"url": "code",
392+
"valueString": "19005-8"
393+
},
394+
{
395+
"url": "codingSystem",
396+
"valueString": "2.16.840.1.113883.6.1"
397+
},
398+
{
399+
"url": "codingSystemName",
400+
"valueString": "http://loinc.org"
401+
},
402+
{
403+
"url": "displayName",
404+
"valueString": "RADIOLOGY IMAGING STUDY (NARRATIVE)"
405+
}
406+
],
407+
"url": "section"
408+
}
409+
]
364410
}
365411
]
366412
}
367413
],
368-
"modelVersion": "2024-04-16"
414+
"modelVersion": "2025-03-17"
369415
},
370-
"id": "CriticalResult",
371-
"createdAt": "2024-05-14T15:32:08Z",
372-
"expiresAt": "2024-05-15T15:32:08Z",
373-
"updatedAt": "2024-05-14T15:32:11Z",
416+
"id": "fca106",
417+
"createdAt": "2025-04-30T09:37:27Z",
418+
"expiresAt": "2025-05-01T09:37:27Z",
419+
"updatedAt": "2025-04-30T09:37:31Z",
374420
"status": "succeeded"
375421
}
376422
```

articles/azure-health-insights/includes/example-inference-finding-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
---

0 commit comments

Comments
 (0)