Skip to content

Commit 9e517ec

Browse files
author
AWS
committed
Amazon Transcribe Streaming Service Update: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe.
1 parent c24bb2d commit 9e517ec

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
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": "This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe."
6+
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@
358358
"OutputBucketName":{
359359
"shape":"BucketName",
360360
"documentation":"<p>The name of the Amazon S3 bucket where you want the output of Amazon Web Services HealthScribe post-stream analytics stored. Don't include the <code>S3://</code> prefix of the specified bucket. </p> <p>HealthScribe outputs transcript and clinical note files under the prefix: <code>S3://$output-bucket-name/healthscribe-streaming/session-id/post-stream-analytics/clinical-notes</code> </p> <p>The role <code>ResourceAccessRoleArn</code> specified in the <code>MedicalScribeConfigurationEvent</code> must have permission to use the specified location. You can change Amazon S3 permissions using the <a href=\"https://console.aws.amazon.com/s3\"> Amazon Web Services Management Console </a>. See also <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user\">Permissions Required for IAM User Roles </a> . </p>"
361+
},
362+
"NoteTemplate":{
363+
"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>"
361365
}
362366
},
363367
"documentation":"<p>The output configuration for aggregated transcript and clinical note generation.</p>"
@@ -924,6 +928,13 @@
924928
"max":48000,
925929
"min":16000
926930
},
931+
"MedicalScribeNoteTemplate":{
932+
"type":"string",
933+
"enum":[
934+
"HISTORY_AND_PHYSICAL",
935+
"GIRPP"
936+
]
937+
},
927938
"MedicalScribeParticipantRole":{
928939
"type":"string",
929940
"enum":[

0 commit comments

Comments
 (0)