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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54e999998cf5c523aa7b700dc974b8bb2deb98e55d59ef1b8c8d4a4b27c23918
4
- data.tar.gz: b251d431118f95e545303b5548194d649f75a75e35a1ed7b4a8fdb00a6ab7a15
3
+ metadata.gz: '049bc58bfcac002bb1bb2c44e6fd6e26cb8b4d210080026761ce46610e33122b'
4
+ data.tar.gz: d5aedc22e679ce426b1a0e23dd2d04bd79609ff3acd3d704f3f20b5484510cc8
5
5
  SHA512:
6
- metadata.gz: 8ca03775cd1d043f586ba755f41a0f25ace39b9c926cfd003cfc0e4779820b765b5cffc8a7e1de856a68c7b337d4f1fa0383aea72e3404218014b3d17f2141da
7
- data.tar.gz: 5b39771933be8edd8afcf84906b774880a71e78340a466fd5f8c0146cf7dde41f82f915401fe1a7daf3b09bfa402b9a6930be5d1460f07584e80c406fd111b43
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.120.0
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.120.0'
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
@@ -54,7 +54,7 @@ module Aws::TranscribeService
54
54
  autoload :EndpointProvider, 'aws-sdk-transcribeservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-transcribeservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.120.0'
57
+ GEM_VERSION = '1.121.0'
58
58
 
59
59
  end
60
60
 
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.120.0
4
+ version: 1.121.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services