Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading