Skip to content

Commit a87b7a9

Browse files
AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
1 parent 2296641 commit a87b7a9

File tree

6 files changed

+152
-190
lines changed

6 files changed

+152
-190
lines changed

generator/ServiceModels/transcribe/transcribe-2017-10-26.api.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,7 @@
975975
},
976976
"DeleteCallAnalyticsCategoryResponse":{
977977
"type":"structure",
978-
"members":{
979-
}
978+
"members":{}
980979
},
981980
"DeleteCallAnalyticsJobRequest":{
982981
"type":"structure",
@@ -987,8 +986,7 @@
987986
},
988987
"DeleteCallAnalyticsJobResponse":{
989988
"type":"structure",
990-
"members":{
991-
}
989+
"members":{}
992990
},
993991
"DeleteLanguageModelRequest":{
994992
"type":"structure",
@@ -1673,7 +1671,12 @@
16731671
"type":"string",
16741672
"enum":[
16751673
"HISTORY_AND_PHYSICAL",
1676-
"GIRPP"
1674+
"GIRPP",
1675+
"BIRP",
1676+
"SIRP",
1677+
"DAP",
1678+
"BEHAVIORAL_SOAP",
1679+
"PHYSICAL_SOAP"
16771680
]
16781681
},
16791682
"MedicalScribeOutput":{
@@ -2164,8 +2167,7 @@
21642167
},
21652168
"TagResourceResponse":{
21662169
"type":"structure",
2167-
"members":{
2168-
}
2170+
"members":{}
21692171
},
21702172
"TagValue":{
21712173
"type":"string",
@@ -2320,8 +2322,7 @@
23202322
},
23212323
"UntagResourceResponse":{
23222324
"type":"structure",
2323-
"members":{
2324-
}
2325+
"members":{}
23252326
},
23262327
"UpdateCallAnalyticsCategoryRequest":{
23272328
"type":"structure",

0 commit comments

Comments
 (0)