diff --git a/CHANGELOG.md b/CHANGELOG.md index d967b197..1f2f9037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ in https://github.com/inferno-framework/us-core-test-kit/pull/246 # 0.11.2 -* FHIR-3946 Apply ASTP/ONC Enforcement Discretion issued on March 21, 2025 by @yunwwang in https://github.com/inferno-framework/us-core-test-kit/pull/241 +* FHIR-3946 Apply ONC Enforcement Discretion issued on March 21, 2025 by @yunwwang in https://github.com/inferno-framework/us-core-test-kit/pull/241 # 0.11.1 * FI-3813: Use core Must Support assertion by @dehall in https://github.com/inferno-framework/us-core-test-kit/pull/239 diff --git a/lib/us_core_test_kit/generator/must_support_metadata_extractor_us_core_6.rb b/lib/us_core_test_kit/generator/must_support_metadata_extractor_us_core_6.rb index 4e0b8272..2cef5fb3 100644 --- a/lib/us_core_test_kit/generator/must_support_metadata_extractor_us_core_6.rb +++ b/lib/us_core_test_kit/generator/must_support_metadata_extractor_us_core_6.rb @@ -107,7 +107,7 @@ def remove_diagnosticreport_media must_supports[:elements].delete_if { |element| element[:path].start_with?('media') } end - # genderIdentify is removed as directed by ASTP/ONC enforcement discretion issued on March 21, 2025: + # genderIdentify is removed as directed by ONC enforcement discretion issued on March 21, 2025: # https://www.healthit.gov/topic/certification-ehrs/enforcement-discretion def remove_patient_gender_identity return unless profile.type == 'Patient'