aws-sdk-transcribeservice 1.120.0 → 1.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +4 -4
- data/lib/aws-sdk-transcribeservice/types.rb +18 -0
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '049bc58bfcac002bb1bb2c44e6fd6e26cb8b4d210080026761ce46610e33122b'
|
4
|
+
data.tar.gz: d5aedc22e679ce426b1a0e23dd2d04bd79609ff3acd3d704f3f20b5484510cc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31d772ce7e42d389540ad8d1935fad3c1e0a9671dfef38ff3ba8a6f5e61bbf031cadff8e8bee1121f4324d4d5b55e41b331e08e42addd6ca6a05b2bc29e6f88a
|
7
|
+
data.tar.gz: 59cccbcdba19a44f21b7259e7a6eef9e39913112c604ccb8c07a20558aba6d674dfd6858bcb97d6e568531b0acfc4ad515dd6d30471ede4172865037b951b409
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.121.0 (2025-06-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
|
8
|
+
|
4
9
|
1.120.0 (2025-06-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.121.0
|
@@ -1688,7 +1688,7 @@ module Aws::TranscribeService
|
|
1688
1688
|
# resp.medical_scribe_job.settings.vocabulary_name #=> String
|
1689
1689
|
# resp.medical_scribe_job.settings.vocabulary_filter_name #=> String
|
1690
1690
|
# resp.medical_scribe_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
1691
|
-
# resp.medical_scribe_job.settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP"
|
1691
|
+
# resp.medical_scribe_job.settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP", "BIRP", "SIRP", "DAP", "BEHAVIORAL_SOAP", "PHYSICAL_SOAP"
|
1692
1692
|
# resp.medical_scribe_job.data_access_role_arn #=> String
|
1693
1693
|
# resp.medical_scribe_job.channel_definitions #=> Array
|
1694
1694
|
# resp.medical_scribe_job.channel_definitions[0].channel_id #=> Integer
|
@@ -3163,7 +3163,7 @@ module Aws::TranscribeService
|
|
3163
3163
|
# vocabulary_filter_name: "VocabularyFilterName",
|
3164
3164
|
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
3165
3165
|
# clinical_note_generation_settings: {
|
3166
|
-
# note_template: "HISTORY_AND_PHYSICAL", # accepts HISTORY_AND_PHYSICAL, GIRPP
|
3166
|
+
# note_template: "HISTORY_AND_PHYSICAL", # accepts HISTORY_AND_PHYSICAL, GIRPP, BIRP, SIRP, DAP, BEHAVIORAL_SOAP, PHYSICAL_SOAP
|
3167
3167
|
# },
|
3168
3168
|
# },
|
3169
3169
|
# channel_definitions: [
|
@@ -3199,7 +3199,7 @@ module Aws::TranscribeService
|
|
3199
3199
|
# resp.medical_scribe_job.settings.vocabulary_name #=> String
|
3200
3200
|
# resp.medical_scribe_job.settings.vocabulary_filter_name #=> String
|
3201
3201
|
# resp.medical_scribe_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
3202
|
-
# resp.medical_scribe_job.settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP"
|
3202
|
+
# resp.medical_scribe_job.settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP", "BIRP", "SIRP", "DAP", "BEHAVIORAL_SOAP", "PHYSICAL_SOAP"
|
3203
3203
|
# resp.medical_scribe_job.data_access_role_arn #=> String
|
3204
3204
|
# resp.medical_scribe_job.channel_definitions #=> Array
|
3205
3205
|
# resp.medical_scribe_job.channel_definitions[0].channel_id #=> Integer
|
@@ -4565,7 +4565,7 @@ module Aws::TranscribeService
|
|
4565
4565
|
tracer: tracer
|
4566
4566
|
)
|
4567
4567
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
4568
|
-
context[:gem_version] = '1.
|
4568
|
+
context[:gem_version] = '1.121.0'
|
4569
4569
|
Seahorse::Client::Request.new(handlers, context)
|
4570
4570
|
end
|
4571
4571
|
|
@@ -633,6 +633,24 @@ module Aws::TranscribeService
|
|
633
633
|
# * GIRPP: Provides summaries based on the patients progress toward
|
634
634
|
# goals. Examples of sections include Goal, Intervention, Response,
|
635
635
|
# Progress, and Plan.
|
636
|
+
#
|
637
|
+
# * BIRP: Focuses on the patient's behavioral patterns and responses.
|
638
|
+
# Examples of sections include Behavior, Intervention, Response, and
|
639
|
+
# Plan.
|
640
|
+
#
|
641
|
+
# * SIRP: Emphasizes the situational context of therapy. Examples of
|
642
|
+
# sections include Situation, Intervention, Response, and Plan.
|
643
|
+
#
|
644
|
+
# * DAP: Provides a simplified format for clinical documentation.
|
645
|
+
# Examples of sections include Data, Assessment, and Plan.
|
646
|
+
#
|
647
|
+
# * BEHAVIORAL\_SOAP: Behavioral health focused documentation format.
|
648
|
+
# Examples of sections include Subjective, Objective, Assessment,
|
649
|
+
# and Plan.
|
650
|
+
#
|
651
|
+
# * PHYSICAL\_SOAP: Physical health focused documentation format.
|
652
|
+
# Examples of sections include Subjective, Objective, Assessment,
|
653
|
+
# and Plan.
|
636
654
|
# @return [String]
|
637
655
|
#
|
638
656
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ClinicalNoteGenerationSettings AWS API Documentation
|
data/sig/client.rbs
CHANGED
@@ -637,7 +637,7 @@ module Aws
|
|
637
637
|
vocabulary_filter_name: ::String?,
|
638
638
|
vocabulary_filter_method: ("remove" | "mask" | "tag")?,
|
639
639
|
clinical_note_generation_settings: {
|
640
|
-
note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP")?
|
640
|
+
note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP" | "BIRP" | "SIRP" | "DAP" | "BEHAVIORAL_SOAP" | "PHYSICAL_SOAP")?
|
641
641
|
}?
|
642
642
|
},
|
643
643
|
?channel_definitions: Array[
|
data/sig/types.rbs
CHANGED
@@ -95,7 +95,7 @@ module Aws::TranscribeService
|
|
95
95
|
end
|
96
96
|
|
97
97
|
class ClinicalNoteGenerationSettings
|
98
|
-
attr_accessor note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP")
|
98
|
+
attr_accessor note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP" | "BIRP" | "SIRP" | "DAP" | "BEHAVIORAL_SOAP" | "PHYSICAL_SOAP")
|
99
99
|
SENSITIVE: []
|
100
100
|
end
|
101
101
|
|