Skip to content

Commit e9a8f68

Browse files
author
AWS
committed
AWS Comprehend Medical Update: This release adds the relationships between MedicalCondition and Anatomy in DetectEntitiesV2 API.
1 parent a93befd commit e9a8f68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Comprehend Medical",
4+
"description": "This release adds the relationships between MedicalCondition and Anatomy in DetectEntitiesV2 API."
5+
}

services/comprehendmedical/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,8 @@
12591259
"ACUITY",
12601260
"TEST_VALUE",
12611261
"TEST_UNITS",
1262-
"DIRECTION"
1262+
"DIRECTION",
1263+
"SYSTEM_ORGAN_SITE"
12631264
]
12641265
},
12651266
"ResourceNotFoundException":{

0 commit comments

Comments
 (0)