Skip to content

Commit d5114e6

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

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
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 Streaming 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+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"pagination": {
3-
}
2+
"pagination": {}
43
}

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

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
},
362362
"NoteTemplate":{
363363
"shape":"MedicalScribeNoteTemplate",
364-
"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. 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. Sections include Goal, Intervention, Response, Progress, and Plan.</p> </li> </ul>"
364+
"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>"
365365
}
366366
},
367367
"documentation":"<p>The output configuration for aggregated transcript and clinical note generation.</p>"
@@ -421,11 +421,11 @@
421421
"members":{
422422
"StartTime":{
423423
"shape":"Double",
424-
"documentation":"<p>The start time, in milliseconds, of the utterance that was identified as PII.</p>"
424+
"documentation":"<p>The start time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)</p>"
425425
},
426426
"EndTime":{
427427
"shape":"Double",
428-
"documentation":"<p>The end time, in milliseconds, of the utterance that was identified as PII.</p>"
428+
"documentation":"<p>The end time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)</p>"
429429
},
430430
"Category":{
431431
"shape":"String",
@@ -507,11 +507,11 @@
507507
"members":{
508508
"StartTime":{
509509
"shape":"Double",
510-
"documentation":"<p>The start time, in milliseconds, of the transcribed item.</p>"
510+
"documentation":"<p>The start time of the transcribed item in seconds, with millisecond precision (e.g., 1.056)</p>"
511511
},
512512
"EndTime":{
513513
"shape":"Double",
514-
"documentation":"<p>The end time, in milliseconds, of the transcribed item.</p>"
514+
"documentation":"<p>The end time of the transcribed item in seconds, with millisecond precision (e.g., 1.056)</p>"
515515
},
516516
"Type":{
517517
"shape":"ItemType",
@@ -706,11 +706,11 @@
706706
"members":{
707707
"StartTime":{
708708
"shape":"Double",
709-
"documentation":"<p>The start time, in milliseconds, of the utterance that was identified as PHI.</p>"
709+
"documentation":"<p>The start time, in seconds, of the utterance that was identified as PHI.</p>"
710710
},
711711
"EndTime":{
712712
"shape":"Double",
713-
"documentation":"<p>The end time, in milliseconds, of the utterance that was identified as PHI.</p>"
713+
"documentation":"<p>The end time, in seconds, of the utterance that was identified as PHI.</p>"
714714
},
715715
"Category":{
716716
"shape":"String",
@@ -736,11 +736,11 @@
736736
"members":{
737737
"StartTime":{
738738
"shape":"Double",
739-
"documentation":"<p>The start time, in milliseconds, of the transcribed item.</p>"
739+
"documentation":"<p>The start time, in seconds, of the transcribed item.</p>"
740740
},
741741
"EndTime":{
742742
"shape":"Double",
743-
"documentation":"<p>The end time, in milliseconds, of the transcribed item.</p>"
743+
"documentation":"<p>The end time, in seconds, of the transcribed item.</p>"
744744
},
745745
"Type":{
746746
"shape":"ItemType",
@@ -774,11 +774,11 @@
774774
},
775775
"StartTime":{
776776
"shape":"Double",
777-
"documentation":"<p>The start time, in milliseconds, of the <code>Result</code>.</p>"
777+
"documentation":"<p>The start time, in seconds, of the <code>Result</code>.</p>"
778778
},
779779
"EndTime":{
780780
"shape":"Double",
781-
"documentation":"<p>The end time, in milliseconds, of the <code>Result</code>.</p>"
781+
"documentation":"<p>The end time, in seconds, of the <code>Result</code>.</p>"
782782
},
783783
"IsPartial":{
784784
"shape":"Boolean",
@@ -932,7 +932,12 @@
932932
"type":"string",
933933
"enum":[
934934
"HISTORY_AND_PHYSICAL",
935-
"GIRPP"
935+
"GIRPP",
936+
"DAP",
937+
"SIRP",
938+
"BIRP",
939+
"BEHAVIORAL_SOAP",
940+
"PHYSICAL_SOAP"
936941
]
937942
},
938943
"MedicalScribeParticipantRole":{
@@ -1297,11 +1302,11 @@
12971302
},
12981303
"StartTime":{
12991304
"shape":"Double",
1300-
"documentation":"<p>The start time, in milliseconds, of the <code>Result</code>.</p>"
1305+
"documentation":"<p>The start time of the <code>Result</code> in seconds, with millisecond precision (e.g., 1.056).</p>"
13011306
},
13021307
"EndTime":{
13031308
"shape":"Double",
1304-
"documentation":"<p>The end time, in milliseconds, of the <code>Result</code>.</p>"
1309+
"documentation":"<p>The end time of the <code>Result</code> in seconds, with millisecond precision (e.g., 1.056).</p>"
13051310
},
13061311
"IsPartial":{
13071312
"shape":"Boolean",

0 commit comments

Comments
 (0)