Skip to content

Commit a910a0d

Browse files
authored
Merge pull request #276271 from JanSchietse/RIdoc_PostGA_ref1
R idoc post ga ref1
2 parents 2afd923 + ba4fc6b commit a910a0d

12 files changed

+220
-196
lines changed

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
@@ -12,7 +12,7 @@ ms.service: azure-health-insights
1212
"result": {
1313
"patientResults": [
1414
{
15-
"patientId": "11111",
15+
"patientId": "111111",
1616
"inferences": [
1717
{
1818
"kind": "followupRecommendation",
@@ -321,12 +321,12 @@ ms.service: azure-health-insights
321321
]
322322
}
323323
],
324-
"modelVersion": "2024-01-10-Preview"
324+
"modelVersion": "2024-04-16"
325325
},
326-
"id": "555fe1b1-6d60-4ec3-b784-7056128139b9",
327-
"createdDateTime": "2024-01-12T07:10:40.1744625Z",
328-
"expirationDateTime": "2024-01-12T07:27:20.1744625Z",
329-
"lastUpdateDateTime": "2024-01-12T07:10:48.1815422Z",
326+
"id": "followupRecommendation1",
327+
"createdAt": "2024-05-14T15:48:01Z",
328+
"expiresAt": "2024-05-15T15:48:01Z",
329+
"updatedAt": "2024-05-14T15:48:05Z",
330330
"status": "succeeded"
331331
}
332332
```

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
@@ -12,7 +12,7 @@ ms.service: azure-health-insights
1212
"result": {
1313
"patientResults": [
1414
{
15-
"patientId": "11111",
15+
"patientId": "111111",
1616
"inferences": [
1717
{
1818
"kind": "followupRecommendation",
@@ -4948,12 +4948,12 @@ ms.service: azure-health-insights
49484948
]
49494949
}
49504950
],
4951-
"modelVersion": "2024-01-10-Preview"
4951+
"modelVersion": "2024-04-16"
49524952
},
4953-
"id": "5efeb8c5-5e43-44a2-a261-2f1454271830",
4954-
"createdDateTime": "2024-01-12T07:12:08.1045971Z",
4955-
"expirationDateTime": "2024-01-12T07:28:48.1045971Z",
4956-
"lastUpdateDateTime": "2024-01-12T07:12:16.3194638Z",
4953+
"id": "followupRecommendation2",
4954+
"createdAt": "2024-05-14T15:48:58Z",
4955+
"expiresAt": "2024-05-15T15:48:58Z",
4956+
"updatedAt": "2024-05-14T15:49:01Z",
49574957
"status": "succeeded"
49584958
}
49594959
```

articles/azure-health-insights/includes/example-inference-age-mismatch-json-response.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ ms.service: azure-health-insights
2020
]
2121
}
2222
],
23-
"modelVersion": "2024-01-10-Preview"
23+
"modelVersion": "2024-04-16"
2424
},
25-
"id": "7fc4bd1a-9321-45ea-845e-158a3ab222de",
26-
"createdDateTime": "2024-01-12T07:08:21.109402Z",
27-
"expirationDateTime": "2024-01-12T07:25:01.109402Z",
28-
"lastUpdateDateTime": "2024-01-12T07:08:26.8320889Z",
25+
"id": "AgeMismatch",
26+
"createdAt": "2024-05-14T15:18:40Z",
27+
"expiresAt": "2024-05-15T15:18:40Z",
28+
"updatedAt": "2024-05-14T15:18:43Z",
2929
"status": "succeeded"
3030
}
3131
```

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
@@ -12,7 +12,7 @@ ms.service: azure-health-insights
1212
"result": {
1313
"patientResults": [
1414
{
15-
"patientId": "11111",
15+
"patientId": "111111",
1616
"inferences": [
1717
{
1818
"kind": "completeOrderDiscrepancy",
@@ -50,12 +50,12 @@ ms.service: azure-health-insights
5050
]
5151
}
5252
],
53-
"modelVersion": "2024-01-10-Preview"
53+
"modelVersion": "2024-04-16"
5454
},
55-
"id": "debe34dc-2c52-49d0-aac3-0ab4630b460d",
56-
"createdDateTime": "2024-01-12T07:16:59.2847076Z",
57-
"expirationDateTime": "2024-01-12T07:33:39.2847076Z",
58-
"lastUpdateDateTime": "2024-01-12T07:17:07.153749Z",
55+
"id": "CompleteOrderDiscrepancy",
56+
"createdAt": "2024-05-14T15:30:29Z",
57+
"expiresAt": "2024-05-15T15:30:29Z",
58+
"updatedAt": "2024-05-14T15:30:32Z",
5959
"status": "succeeded"
6060
}
6161
```

articles/azure-health-insights/includes/example-inference-critical-result-json-response.md

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,16 @@ ms.service: azure-health-insights
1212
"result": {
1313
"patientResults": [
1414
{
15-
"patientId": "11111",
15+
"patientId": "111111",
1616
"inferences": [
1717
{
1818
"kind": "criticalResult",
1919
"result": {
2020
"description": "NEW FRACTURE",
2121
"finding": {
2222
"resourceType": "Observation",
23-
"id": "722",
23+
"id": "819",
2424
"status": "unknown",
25-
"category": [
26-
{
27-
"coding": [
28-
{
29-
"system": "http://snomed.info/sct",
30-
"code": "439401001",
31-
"display": "DIAGNOSIS (OBSERVABLE ENTITY)"
32-
}
33-
]
34-
}
35-
],
3625
"code": {
3726
"coding": [
3827
{
@@ -205,19 +194,8 @@ ms.service: azure-health-insights
205194
"description": "NEW FRACTURE",
206195
"finding": {
207196
"resourceType": "Observation",
208-
"id": "724",
197+
"id": "820",
209198
"status": "unknown",
210-
"category": [
211-
{
212-
"coding": [
213-
{
214-
"system": "http://snomed.info/sct",
215-
"code": "439401001",
216-
"display": "DIAGNOSIS (OBSERVABLE ENTITY)"
217-
}
218-
]
219-
}
220-
],
221199
"code": {
222200
"coding": [
223201
{
@@ -387,12 +365,12 @@ ms.service: azure-health-insights
387365
]
388366
}
389367
],
390-
"modelVersion": "2024-01-10-Preview"
368+
"modelVersion": "2024-04-16"
391369
},
392-
"id": "780e4802-2a64-44d9-a108-bda47f477198",
393-
"createdDateTime": "2024-01-12T07:35:57.9734608Z",
394-
"expirationDateTime": "2024-01-12T07:52:37.9734608Z",
395-
"lastUpdateDateTime": "2024-01-12T07:36:04.755901Z",
370+
"id": "CriticalResult",
371+
"createdAt": "2024-05-14T15:32:08Z",
372+
"expiresAt": "2024-05-15T15:32:08Z",
373+
"updatedAt": "2024-05-14T15:32:11Z",
396374
"status": "succeeded"
397375
}
398376
```

0 commit comments

Comments
 (0)