Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FI-2804 Add US Core 6 Screening and Assessment test group to g10 #542

Merged
merged 3 commits into from
Aug 7, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -1627,6 +1627,7 @@ procedure:
- 10.42.01
- 10.43.01
- 10.44.01
- 10.47.01
- id: DAT-PAT-2
SUT: |
The health IT developer demonstrates the ability of the Health IT
2 changes: 2 additions & 0 deletions lib/onc_certification_g10_test_kit/short_id_map.yml
Original file line number Diff line number Diff line change
@@ -1909,6 +1909,8 @@ g10_certification-g10_single_patient_us_core_6_api-us_core_v610_specimen-us_core
g10_certification-g10_single_patient_us_core_6_api-us_core_v400_clinical_notes_guidance: '10.45'
g10_certification-g10_single_patient_us_core_6_api-us_core_v400_clinical_notes_guidance-us_core_clinical_note_types: 10.45.01
g10_certification-g10_single_patient_us_core_6_api-us_core_v400_clinical_notes_guidance-us_core_clinical_note_attachments: 10.45.02
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_screening_assessment: '10.47'
g10_certification-g10_single_patient_us_core_6_api-us_core_v610_screening_assessment-us_core_screening_assessment_category: 10.47.01
g10_certification-g10_single_patient_us_core_6_api-us_core_311_data_absent_reason: '10.46'
g10_certification-g10_single_patient_us_core_6_api-us_core_311_data_absent_reason-us_core_311_data_absent_reason_extension: 10.46.01
g10_certification-g10_single_patient_us_core_6_api-us_core_311_data_absent_reason-us_core_311_data_absent_reason_code_system: 10.46.02
Original file line number Diff line number Diff line change
@@ -165,9 +165,6 @@ class SinglePatientUSCore6APIGroup < Inferno::TestGroup

next if test_group.optional?

# TODO: Remove this line after ONC CCG release (FI-2804)
next if test_group.id.to_s.include? 'us_core_v610_screening_assessment'

id = test_group.id

group_config = {}
Loading