Skip to content

Commit 096aeb5

Browse files
author
AWS
committed
Amazon Transcribe Service Update: AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
1 parent 6332494 commit 096aeb5

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Transcribe Service",
4+
"contributor": "",
5+
"description": "AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP"
6+
}

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@
10151015
"members":{
10161016
"NoteTemplate":{
10171017
"shape":"MedicalScribeNoteTemplate",
1018-
"documentation":"<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p> <ul> <li> <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Examples of sections include Chief Complaint, History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan. </p> </li> <li> <p>GIRPP: Provides summaries based on the patients progress toward goals. Examples of sections include Goal, Intervention, Response, Progress, and Plan.</p> </li> </ul>"
1018+
"documentation":"<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p> <ul> <li> <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Examples of sections include Chief Complaint, History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan. </p> </li> <li> <p>GIRPP: Provides summaries based on the patients progress toward goals. Examples of sections include Goal, Intervention, Response, Progress, and Plan.</p> </li> <li> <p>BIRP: Focuses on the patient's behavioral patterns and responses. Examples of sections include Behavior, Intervention, Response, and Plan.</p> </li> <li> <p>SIRP: Emphasizes the situational context of therapy. Examples of sections include Situation, Intervention, Response, and Plan.</p> </li> <li> <p>DAP: Provides a simplified format for clinical documentation. Examples of sections include Data, Assessment, and Plan.</p> </li> <li> <p>BEHAVIORAL_SOAP: Behavioral health focused documentation format. Examples of sections include Subjective, Objective, Assessment, and Plan.</p> </li> <li> <p>PHYSICAL_SOAP: Physical health focused documentation format. Examples of sections include Subjective, Objective, Assessment, and Plan.</p> </li> </ul>"
10191019
}
10201020
},
10211021
"documentation":"<p>The output configuration for clinical note generation.</p>"
@@ -1318,8 +1318,7 @@
13181318
},
13191319
"DeleteCallAnalyticsCategoryResponse":{
13201320
"type":"structure",
1321-
"members":{
1322-
}
1321+
"members":{}
13231322
},
13241323
"DeleteCallAnalyticsJobRequest":{
13251324
"type":"structure",
@@ -1333,8 +1332,7 @@
13331332
},
13341333
"DeleteCallAnalyticsJobResponse":{
13351334
"type":"structure",
1336-
"members":{
1337-
}
1335+
"members":{}
13381336
},
13391337
"DeleteLanguageModelRequest":{
13401338
"type":"structure",
@@ -2466,7 +2464,12 @@
24662464
"type":"string",
24672465
"enum":[
24682466
"HISTORY_AND_PHYSICAL",
2469-
"GIRPP"
2467+
"GIRPP",
2468+
"BIRP",
2469+
"SIRP",
2470+
"DAP",
2471+
"BEHAVIORAL_SOAP",
2472+
"PHYSICAL_SOAP"
24702473
]
24712474
},
24722475
"MedicalScribeOutput":{
@@ -3367,8 +3370,7 @@
33673370
},
33683371
"TagResourceResponse":{
33693372
"type":"structure",
3370-
"members":{
3371-
}
3373+
"members":{}
33723374
},
33733375
"TagValue":{
33743376
"type":"string",
@@ -3675,8 +3677,7 @@
36753677
},
36763678
"UntagResourceResponse":{
36773679
"type":"structure",
3678-
"members":{
3679-
}
3680+
"members":{}
36803681
},
36813682
"UpdateCallAnalyticsCategoryRequest":{
36823683
"type":"structure",

0 commit comments

Comments
 (0)