davinci_dtr_test_kit 0.15.0 → 0.15.1

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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/lib/davinci_dtr_test_kit/client_groups/custom_static/dtr_full_ehr_custom_static_workflow_group.rb +3 -2
  3. data/lib/davinci_dtr_test_kit/client_groups/dinner_adaptive/dtr_adaptive_next_question_request_test.rb +1 -0
  4. data/lib/davinci_dtr_test_kit/client_groups/dinner_adaptive/dtr_adaptive_next_question_request_validation_test.rb +1 -0
  5. data/lib/davinci_dtr_test_kit/client_groups/dinner_adaptive/dtr_adaptive_response_validation_test.rb +3 -1
  6. data/lib/davinci_dtr_test_kit/client_groups/dinner_adaptive/dtr_full_ehr_adaptive_dinner_workflow_group.rb +2 -0
  7. data/lib/davinci_dtr_test_kit/client_groups/dinner_adaptive/dtr_full_ehr_adaptive_request_test.rb +2 -0
  8. data/lib/davinci_dtr_test_kit/client_groups/dinner_adaptive/dtr_smart_app_adaptive_dinner_workflow_group.rb +1 -1
  9. data/lib/davinci_dtr_test_kit/client_groups/dinner_static/dtr_full_ehr_static_dinner_workflow_group.rb +2 -1
  10. data/lib/davinci_dtr_test_kit/client_groups/full_ehr/dtr_full_ehr_prepopulation_attestation_test.rb +2 -0
  11. data/lib/davinci_dtr_test_kit/client_groups/full_ehr/dtr_full_ehr_prepopulation_override_attestation_test.rb +1 -0
  12. data/lib/davinci_dtr_test_kit/client_groups/full_ehr/dtr_full_ehr_questionnaire_package_request_test.rb +1 -0
  13. data/lib/davinci_dtr_test_kit/client_groups/full_ehr/dtr_full_ehr_questionnaire_response_correctness_test.rb +1 -0
  14. data/lib/davinci_dtr_test_kit/client_groups/full_ehr/dtr_full_ehr_store_attestation_test.rb +1 -0
  15. data/lib/davinci_dtr_test_kit/client_groups/light_ehr/dtr_light_ehr_supported_endpoints_group.rb +22 -0
  16. data/lib/davinci_dtr_test_kit/client_groups/light_ehr/dtr_light_ehr_supported_payers_accept_header_test.rb +26 -0
  17. data/lib/davinci_dtr_test_kit/client_groups/light_ehr/dtr_light_ehr_supported_payers_config_test.rb +34 -0
  18. data/lib/davinci_dtr_test_kit/client_groups/light_ehr/dtr_light_ehr_supported_payers_endpoint_test.rb +44 -0
  19. data/lib/davinci_dtr_test_kit/client_groups/light_ehr/dtr_light_ehr_supported_payers_use_test.rb +32 -0
  20. data/lib/davinci_dtr_test_kit/client_groups/light_ehr/dtr_light_ehr_supported_payers_user_response_test.rb +70 -0
  21. data/lib/davinci_dtr_test_kit/client_groups/light_ehr/fhir_context_references_test.rb +2 -3
  22. data/lib/davinci_dtr_test_kit/client_groups/shared/dtr_prepopulation_attestation_test.rb +2 -0
  23. data/lib/davinci_dtr_test_kit/client_groups/shared/dtr_prepopulation_override_attestation_test.rb +3 -2
  24. data/lib/davinci_dtr_test_kit/client_groups/shared/dtr_questionnaire_package_request_validation_test.rb +2 -0
  25. data/lib/davinci_dtr_test_kit/client_groups/shared/dtr_questionnaire_response_prepopulation_test.rb +3 -0
  26. data/lib/davinci_dtr_test_kit/client_groups/shared/dtr_rendering_attestation_test.rb +3 -1
  27. data/lib/davinci_dtr_test_kit/client_groups/smart_app/dtr_smart_app_prepopulation_attestation_test.rb +2 -0
  28. data/lib/davinci_dtr_test_kit/client_groups/smart_app/dtr_smart_app_questionnaire_response_correctness_test.rb +2 -0
  29. data/lib/davinci_dtr_test_kit/dtr_light_ehr_suite.rb +18 -4
  30. data/lib/davinci_dtr_test_kit/endpoints/mock_payer/light_ehr_supported_payer_endpoint.rb +44 -0
  31. data/lib/davinci_dtr_test_kit/metadata.rb +1 -1
  32. data/lib/davinci_dtr_test_kit/payer_server_groups/adaptive_form_libraries_test.rb +3 -0
  33. data/lib/davinci_dtr_test_kit/payer_server_groups/adaptive_form_questionnaire_expressions_test.rb +1 -0
  34. data/lib/davinci_dtr_test_kit/payer_server_groups/adaptive_form_questionnaire_extensions_test.rb +3 -0
  35. data/lib/davinci_dtr_test_kit/payer_server_groups/adaptive_next_questionnaire_expressions_test.rb +1 -0
  36. data/lib/davinci_dtr_test_kit/payer_server_groups/adaptive_next_questionnaire_extensions_test.rb +4 -1
  37. data/lib/davinci_dtr_test_kit/payer_server_groups/payer_server_adaptive_request_test.rb +2 -0
  38. data/lib/davinci_dtr_test_kit/payer_server_groups/payer_server_adaptive_response_bundles_validation_test.rb +2 -1
  39. data/lib/davinci_dtr_test_kit/payer_server_groups/payer_server_adaptive_response_search_validation_test.rb +8 -3
  40. data/lib/davinci_dtr_test_kit/payer_server_groups/payer_server_adaptive_response_validation_test.rb +2 -0
  41. data/lib/davinci_dtr_test_kit/payer_server_groups/payer_server_next_response_complete_test.rb +1 -0
  42. data/lib/davinci_dtr_test_kit/payer_server_groups/static_form_libraries_test.rb +3 -0
  43. data/lib/davinci_dtr_test_kit/payer_server_groups/static_form_questionnaire_expressions_test.rb +1 -0
  44. data/lib/davinci_dtr_test_kit/payer_server_groups/static_form_questionnaire_extensions_test.rb +3 -0
  45. data/lib/davinci_dtr_test_kit/payer_server_groups/static_form_request_test.rb +2 -0
  46. data/lib/davinci_dtr_test_kit/payer_server_groups/static_form_response_validation_test.rb +2 -0
  47. data/lib/davinci_dtr_test_kit/requirements/generated/davinci-dtr-test-kit_requirements_coverage.csv +47 -47
  48. data/lib/davinci_dtr_test_kit/tags.rb +1 -0
  49. data/lib/davinci_dtr_test_kit/urls.rb +5 -0
  50. data/lib/davinci_dtr_test_kit/version.rb +2 -2
  51. metadata +9 -2
@@ -9,6 +9,7 @@ module DaVinciDTRTestKit
9
9
  Inferno checks that the payer server response to $next-question operation has appropriate expressions and that
10
10
  expressions are written in cql.
11
11
  )
12
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@64'
12
13
 
13
14
  run do
14
15
  skip_if retrieval_method == 'Static', 'Performing only static flow tests - only one flow is required.'
@@ -9,9 +9,12 @@ module DaVinciDTRTestKit
9
9
  Inferno checks that the payer server response has appropriate extensions and references to libraries within
10
10
  those extensions.
11
11
  )
12
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@57', 'hl7.fhir.us.davinci-dtr_2.0.1@62',
13
+ 'hl7.fhir.us.davinci-dtr_2.0.1@83', 'hl7.fhir.us.davinci-dtr_2.0.1@98'
12
14
 
13
15
  run do
14
- skip_if retrieval_method == 'Static', 'Performing only static flow tests - only one flow is required.'
16
+ skip_if retrieval_method == 'Static',
17
+ 'Performing only static flow tests - only one flow is required.'
15
18
  skip_if scratch[:next_question_questionnaire_responses].nil?, 'No questionnaires returned.'
16
19
  questionnaires = extract_contained_questionnaires(scratch[:next_question_questionnaire_responses])
17
20
  verify_questionnaire_extensions(questionnaires)
@@ -8,6 +8,8 @@ module DaVinciDTRTestKit
8
8
  Inferno will wait for a DTR questionnaire package request from the client. Upon receipt, Inferno will generate and
9
9
  send a response.
10
10
  )
11
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@239', 'hl7.fhir.us.davinci-dtr_2.0.1@292'
12
+
11
13
  id :payer_server_questionnaire_request
12
14
  config options: { accepts_multiple_requests: true }
13
15
 
@@ -6,7 +6,7 @@ module DaVinciDTRTestKit
6
6
  title 'Validate that the adaptive response contains valid Questionnaire Bundle resources'
7
7
  description %(
8
8
  This test ensures that the payer's response includes a resource that conforms to the the
9
- [DTR Quesitonnaire Bundle](http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/DTR-QPackageBundle)
9
+ [DTR Questionnaire Bundle](http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/DTR-QPackageBundle)
10
10
  structure.
11
11
 
12
12
  It verifies the presence of mandatory elements and that elements with required bindings contain appropriate
@@ -17,6 +17,7 @@ module DaVinciDTRTestKit
17
17
  This test may process multiple resources, labeling messages with the corresponding tested resources
18
18
  in the order that they were received.
19
19
  )
20
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@303'
20
21
 
21
22
  run do
22
23
  skip_if retrieval_method == 'Static', 'Performing only static flow tests - only one flow is required.'
@@ -17,15 +17,20 @@ module DaVinciDTRTestKit
17
17
  This test may process multiple resources, labeling messages with the corresponding tested resources
18
18
  in the order that they were received.
19
19
  )
20
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@37'
20
21
 
21
22
  run do
22
- skip_if retrieval_method == 'Static', 'Performing only static flow tests - only one flow is required.'
23
+ skip_if retrieval_method == 'Static',
24
+ 'Performing only static flow tests - only one flow is required.'
23
25
  test_passed = true
24
26
  profile_url = 'http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-questionnaire-adapt-search|2.0.1'
25
- assert scratch[:adaptive_questionnaire_bundles].present?, 'No questionnaire bundles to validate.'
27
+ assert scratch[:adaptive_questionnaire_bundles].present?,
28
+ 'No questionnaire bundles to validate.'
26
29
 
27
30
  questionnaires = scratch[:adaptive_questionnaire_bundles].filter_map do |bundle|
28
- bundle.entry&.filter_map { |entry| entry.resource if entry.resource&.resourceType == 'Questionnaire' }
31
+ bundle.entry&.filter_map do |entry|
32
+ entry.resource if entry.resource&.resourceType == 'Questionnaire'
33
+ end
29
34
  end&.flatten&.compact
30
35
 
31
36
  assert questionnaires&.any?, 'No adaptive questionnaires to validate.'
@@ -24,6 +24,8 @@ module DaVinciDTRTestKit
24
24
  This test may process multiple resources, labeling messages with the corresponding tested resources
25
25
  in the order that they were received.
26
26
  )
27
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@169', 'hl7.fhir.us.davinci-dtr_2.0.1@294',
28
+ 'hl7.fhir.us.davinci-dtr_2.0.1@303', 'hl7.fhir.us.davinci-dtr_2.0.1@306'
27
29
 
28
30
  run do
29
31
  skip_if retrieval_method == 'Static', 'Performing only static flow tests - only one flow is required.'
@@ -5,6 +5,7 @@ module DaVinciDTRTestKit
5
5
  description %(
6
6
  This test validates that in the sequence of adaptive responses, one includes a "completed" status.
7
7
  )
8
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@219'
8
9
 
9
10
  run do
10
11
  skip_if retrieval_method == 'Static', 'Performing only static flow tests - only one flow is required.'
@@ -9,6 +9,9 @@ module DaVinciDTRTestKit
9
9
  Inferno check that the payer response contains no duplicate library names
10
10
  and that libraries contain cql and elm data.
11
11
  )
12
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@84', 'hl7.fhir.us.davinci-dtr_2.0.1@95',
13
+ 'hl7.fhir.us.davinci-dtr_2.0.1@96', 'hl7.fhir.us.davinci-dtr_2.0.1@99',
14
+ 'hl7.fhir.us.davinci-dtr_2.0.1@101', 'hl7.fhir.us.davinci-dtr_2.0.1@102'
12
15
 
13
16
  run do
14
17
  skip_if retrieval_method == 'Adaptive', 'Performing only adaptive flow tests - only one flow is required.'
@@ -9,6 +9,7 @@ module DaVinciDTRTestKit
9
9
  Inferno checks that the payer server response has appropriate expressions and that expressions are
10
10
  written in cql.
11
11
  )
12
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@64'
12
13
 
13
14
  run do
14
15
  skip_if retrieval_method == 'Adaptive', 'Performing only adaptive flow tests - only one flow is required.'
@@ -9,6 +9,9 @@ module DaVinciDTRTestKit
9
9
  Inferno checks that the payer server response has appropriate extensions and references to libraries within
10
10
  those extensions.
11
11
  )
12
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@57', 'hl7.fhir.us.davinci-dtr_2.0.1@62',
13
+ 'hl7.fhir.us.davinci-dtr_2.0.1@83', 'hl7.fhir.us.davinci-dtr_2.0.1@98',
14
+ 'hl7.fhir.us.davinci-dtr_2.0.1@309', 'hl7.fhir.us.davinci-dtr_2.0.1@317'
12
15
 
13
16
  run do
14
17
  skip_if retrieval_method == 'Adaptive', 'Performing only adaptive flow tests - only one flow is required.'
@@ -7,6 +7,8 @@ module DaVinciDTRTestKit
7
7
  description %(
8
8
  Inferno will validate questionnaires returned by the payer server.
9
9
  )
10
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@239', 'hl7.fhir.us.davinci-dtr_2.0.1@292'
11
+
10
12
  id :dtr_v201_payer_static_request_test
11
13
  config options: { accepts_multiple_requests: false }
12
14
  input :initial_static_questionnaire_request, :access_token, :retrieval_method, :url
@@ -22,6 +22,8 @@ module DaVinciDTRTestKit
22
22
  to the bound ValueSet. Quantity, Coding, and code element bindings will fail if their code/system are not found in
23
23
  the valueset.
24
24
  )
25
+ verifies_requirements 'hl7.fhir.us.davinci-dtr_2.0.1@169', 'hl7.fhir.us.davinci-dtr_2.0.1@294',
26
+ 'hl7.fhir.us.davinci-dtr_2.0.1@303', 'hl7.fhir.us.davinci-dtr_2.0.1@306'
25
27
  input :url
26
28
 
27
29
  run do
@@ -1,7 +1,7 @@
1
1
  Req Set,ID,URL,Requirement,Conformance,Actor,Sub-Requirement(s),Conditionality,Da Vinci DTR Full EHR Test Suite Short ID(s),Da Vinci DTR Full EHR Test Suite Full ID(s),Da Vinci DTR SMART App Test Suite Short ID(s),Da Vinci DTR SMART App Test Suite Full ID(s),Da Vinci DTR Light EHR Test Suite Short ID(s),Da Vinci DTR Light EHR Test Suite Full ID(s),Da Vinci DTR Payer Server Test Suite Short ID(s),Da Vinci DTR Payer Server Test Suite Full ID(s)
2
2
  hl7.fhir.us.davinci-dtr_2.0.1,2,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#must-support,Da Vinci DTR [Light EHR] implementations **SHALL** conform to the US Core IG [Must Support](http://hl7.org/fhir/us/core/STU3.1.1/general-guidance.html#must-support) [Responder] Guidance where US Core IG resources are used.,SHALL,Light EHR,,false,NA,NA,NA,NA,2.1,dtr_light_ehr-Group02-us_core_v311_fhir_api,NA,NA
3
3
  hl7.fhir.us.davinci-dtr_2.0.1,3,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#must-support,Da Vinci DTR [SMART Client] implementations **SHALL** conform to the US Core IG [Must Support](http://hl7.org/fhir/us/core/STU3.1.1/general-guidance.html#must-support) [Requestor] Guidance where US Core IG resources are used.,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
4
- hl7.fhir.us.davinci-dtr_2.0.1,4,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#must-support,DTR apps and EHRs that take on DTR app responsibility **SHALL** be able to render Questionnaires,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
4
+ hl7.fhir.us.davinci-dtr_2.0.1,4,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#must-support,DTR apps and EHRs that take on DTR app responsibility **SHALL** be able to render Questionnaires,SHALL,"Full EHR, SMART Client",,false,2.1.2.01,dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_custom_static_rendering-dtr_rendering_attest,1.1.2.01,dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_custom_static_workflow-dtr_smart_app_custom_static_rendering-dtr_rendering_attest,NA,NA,NA,NA
5
5
  hl7.fhir.us.davinci-dtr_2.0.1,5,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#must-support,DTR apps and EHRs that take on DTR app responsibility **SHALL** be able to render ... QuestionnaireResponses.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
6
6
  hl7.fhir.us.davinci-dtr_2.0.1,6,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#must-support,[A]pps and EHRs acting as form fillers **SHALL** be able to display: ... QuestionnaireResponse.questionnaire.questionnaireDisplay,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
7
7
  hl7.fhir.us.davinci-dtr_2.0.1,7,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#must-support,[A]pps and EHRs acting as form fillers **SHALL** be able to display: ... [QuestionnaireResponse.questionnaire.resolve().title],SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
@@ -32,10 +32,10 @@ hl7.fhir.us.davinci-dtr_2.0.1,31,https://hl7.org/fhir/us/davinci-dtr/STU2/specif
32
32
  hl7.fhir.us.davinci-dtr_2.0.1,32,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#configuring-appehr-to-payer-connectivity,The expectations around licensing requirements should be established as part of the configuration process between the parties.,SHOULD,"Full EHR, Light EHR, SMART Client, Payer Service",,true,,,,,,,,
33
33
  hl7.fhir.us.davinci-dtr_2.0.1,33,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-use,Payers **MAY** support either [the [standard questionnaire](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-std-questionnaire.html) or [adaptive questionnaire](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-questionnaire-adapt.html)] approach,MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
34
34
  hl7.fhir.us.davinci-dtr_2.0.1,34,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-use,Payers ... **MAY** opt to provide some Questionnaires using [the [standard questionnaire](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-std-questionnaire.html) … and others using the [[adaptive questionnaire](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-questionnaire-adapt.html)] ... based on the requirements of the form,MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
35
- hl7.fhir.us.davinci-dtr_2.0.1,35,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-use,DTR apps and Full EHRs **SHALL** support ... [[standard](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-std-questionnaire.html) ... Questionnaires.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
36
- hl7.fhir.us.davinci-dtr_2.0.1,36,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-use,DTR apps and Full EHRs **SHALL** support ... [adaptive](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-questionnaire-adapt.html)] ... Questionnaires.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
37
- hl7.fhir.us.davinci-dtr_2.0.1,37,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#adaptive-form-considerations,"When a payer uses an Adaptive Form, they **SHALL** return [in response to a [`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html) request] a questionnaire instance compliant with the [DTR AdaptiveQuestionnaire-Search] (https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-questionnaire-adapt-search.html) profile.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
38
- hl7.fhir.us.davinci-dtr_2.0.1,38,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#adaptive-form-considerations,"If the [[`questionnaire-adaptive`](http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive)] extension is simply a boolean value of ‘true’, then the [[`$next-question`](http://hl7.org/fhir/uv/sdc/STU3/OperationDefinition-Questionnaire-next-question.html)] operation endpoint [for the client to use] is the payer base URL. (i.e., [base]/$next-question).",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
35
+ hl7.fhir.us.davinci-dtr_2.0.1,35,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-use,DTR apps and Full EHRs **SHALL** support ... [[standard](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-std-questionnaire.html) ... Questionnaires.,SHALL,"Full EHR, SMART Client",,false,"2.1, 3.1","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow","","",NA,NA,NA,NA
36
+ hl7.fhir.us.davinci-dtr_2.0.1,36,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-use,DTR apps and Full EHRs **SHALL** support ... [adaptive](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-questionnaire-adapt.html)] ... Questionnaires.,SHALL,"Full EHR, SMART Client",,false,2.2,dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow,"","",NA,NA,NA,NA
37
+ hl7.fhir.us.davinci-dtr_2.0.1,37,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#adaptive-form-considerations,"When a payer uses an Adaptive Form, they **SHALL** return [in response to a [`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html) request] a questionnaire instance compliant with the [DTR AdaptiveQuestionnaire-Search] (https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-questionnaire-adapt-search.html) profile.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,2.08,dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_adaptive_response_search_validation_test
38
+ hl7.fhir.us.davinci-dtr_2.0.1,38,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#adaptive-form-considerations,"If the [[`questionnaire-adaptive`](http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive)] extension is simply a boolean value of ‘true’, then the [[`$next-question`](http://hl7.org/fhir/uv/sdc/STU3/OperationDefinition-Questionnaire-next-question.html)] operation endpoint [for the client to use] is the payer base URL. (i.e., [base]/$next-question).",SHALL,"Full EHR, SMART Client",,true,"2.2.1.1.05, 2.2.2.1.03, 2.2.3.1.03","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_adaptive_response_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_followup_questions-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_completion-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation","1.2.1.1.04, 1.2.2.1.03, 1.2.3.1.03","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_adaptive_retrieval-dtr_smart_app_adaptive_initial_retrieval-dtr_adaptive_response_validation, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_adaptive_followup_questions-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_adaptive_completion-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation",NA,NA,NA,NA
39
39
  hl7.fhir.us.davinci-dtr_2.0.1,39,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#adaptive-form-considerations,"If the [[`questionnaire-adaptive`](http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive)] extension is a url, then that is the base for the next question [[operation](http://hl7.org/fhir/uv/sdc/STU3/OperationDefinition-Questionnaire-next-question.html) endpoint for the client to use] (i.e., [url]/$next-question).",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
40
40
  hl7.fhir.us.davinci-dtr_2.0.1,40,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#adaptive-form-considerations,"If present, any questionnaire-adaptive url **SHALL** be a sub-url under the base for the payer",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
41
41
  hl7.fhir.us.davinci-dtr_2.0.1,41,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#adaptive-form-considerations,"If present, any questionnaire-adaptive url **SHALL** be ... able to be accessed within the same SMART Backend Services connection as was established to make the [`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html) call.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
@@ -58,14 +58,14 @@ hl7.fhir.us.davinci-dtr_2.0.1,53,https://hl7.org/fhir/us/davinci-dtr/STU2/specif
58
58
  hl7.fhir.us.davinci-dtr_2.0.1,54,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determinations-from-adaptive-forms,"Payers **SHALL** return coverage-information as early in the burden reduction process as possible (i.e., use CRD in preference to DTR as much as possible).",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
59
59
  hl7.fhir.us.davinci-dtr_2.0.1,55,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determinations-from-adaptive-forms,"If an adaptive questionnaire response includes an unsolicited determination that authorization requirements have been ‘satisfied’, the EHR **SHALL** allow the clinician to flag the provided determination number as “not valid”. For example, If they feel the determination was based on incorrect information.",SHALL,"Full EHR, Light EHR",,true,,,NA,NA,,,NA,NA
60
60
  hl7.fhir.us.davinci-dtr_2.0.1,56,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determinations-from-adaptive-forms,"If a payer receives a new invocation of an adaptive form for the same order, they **SHALL** treat the result of the new completion as replacing any previous completion from a prior coverage determination process.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
61
- hl7.fhir.us.davinci-dtr_2.0.1,57,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,Questionnaires **SHALL** include logic that supports population from the EHR where possible.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
61
+ hl7.fhir.us.davinci-dtr_2.0.1,57,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,Questionnaires **SHALL** include logic that supports population from the EHR where possible.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.05, 2.05, 2.11","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_next_question_extensions_test"
62
62
  hl7.fhir.us.davinci-dtr_2.0.1,58,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,"Such [population] logic **SHOULD** rely exclusively on data elements and search parameters defined either in US Core or HRex (including simple calculations there-on - e.g., age from birthdate).",SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
63
63
  hl7.fhir.us.davinci-dtr_2.0.1,59,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,Translation between standard codes **SHOULD** be supported where possible.,SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
64
64
  hl7.fhir.us.davinci-dtr_2.0.1,60,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,"Ideally, the design of questions in payer forms **SHOULD** consider what data is likely to be available for pre-population purposes, with an objective of minimizing provider data entry effort.",SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
65
65
  hl7.fhir.us.davinci-dtr_2.0.1,61,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,payer CQL **MAY** have to examine different resources or use value sets to find patient information.,MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
66
- hl7.fhir.us.davinci-dtr_2.0.1,62,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,"CQL **SHALL** be used when pre-populating elements using data gathered from the EHR. This will mean using the launchContext, [variable](https://hl7.org/fhir/extensions/StructureDefinition-variable.html) and the [initialExpression](http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-initialExpression.html), [contextExpression](http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-contextExpression.html) or [calculatedExpression](http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-calculatedExpression.html) extensions together with logic in [Libraries](http://hl7.org/fhir/R4/library.html) referenced by the [cqf-library](https://hl7.org/fhir/extensions/StructureDefinition-cqf-library.html) extension to help populate the QuestionnaireResponse.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
66
+ hl7.fhir.us.davinci-dtr_2.0.1,62,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#population,"CQL **SHALL** be used when pre-populating elements using data gathered from the EHR. This will mean using the launchContext, [variable](https://hl7.org/fhir/extensions/StructureDefinition-variable.html) and the [initialExpression](http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-initialExpression.html), [contextExpression](http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-contextExpression.html) or [calculatedExpression](http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaire-calculatedExpression.html) extensions together with logic in [Libraries](http://hl7.org/fhir/R4/library.html) referenced by the [cqf-library](https://hl7.org/fhir/extensions/StructureDefinition-cqf-library.html) extension to help populate the QuestionnaireResponse.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.05, 2.05, 2.11","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_next_question_extensions_test"
67
67
  hl7.fhir.us.davinci-dtr_2.0.1,63,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-design,"Questionnaires, whether standard or adaptive, **SHOULD** also use logic that ensures that only ‘relevant’ questions and answer choices are displayed, based on what answers have already been provided/populated using elements such as enableWhen or enableWhenExpression.",SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
68
- hl7.fhir.us.davinci-dtr_2.0.1,64,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-design,"When using elements with a data type of ‘Expression’ within Questionnaires to control flow or rendering, all logic **SHALL** be written in CQL.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
68
+ hl7.fhir.us.davinci-dtr_2.0.1,64,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-design,"When using elements with a data type of ‘Expression’ within Questionnaires to control flow or rendering, all logic **SHALL** be written in CQL.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,"1.06, 2.06, 2.12","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_expressions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_expressions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_next_question_expressions_test"
69
69
  hl7.fhir.us.davinci-dtr_2.0.1,65,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-design,Elements flagged as mustSupport [in the [Standard Questionnaire profile](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-std-questionnaire.html)] **SHALL** be supported by DTR Apps and Full EHRs.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
70
70
  hl7.fhir.us.davinci-dtr_2.0.1,66,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-design,Elements flagged as mustSupport [in the [[Adaptive Questionnaire profile](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-questionnaire-adapt.html)] **SHALL** be supported by DTR Apps and Full EHRs.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
71
71
  hl7.fhir.us.davinci-dtr_2.0.1,67,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-design,[Questionnaire client] systems **SHOULD** also support all non mustSupport data extensions included in the differential of the DTR Questionnaire profiles as per SDC documentation for those elements and extensions,SHOULD,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
@@ -84,8 +84,8 @@ hl7.fhir.us.davinci-dtr_2.0.1,79,https://hl7.org/fhir/us/davinci-dtr/STU2/specif
84
84
  hl7.fhir.us.davinci-dtr_2.0.1,80,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#value-set-and-code-system-guidance,"[The following] guidance ... **SHOULD** be used when constructing questions with coded answers: ... No value set, embed the code choices using answerOption … [if] The same set of codes is used for multiple answers and the set of codes is relatively small (< 40).",SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
85
85
  hl7.fhir.us.davinci-dtr_2.0.1,81,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#value-set-and-code-system-guidance,"[The following] guidance ... **SHOULD** be used when constructing questions with coded answers: ... Pass a value set in the questionnaire package, but the client recipient will need to run the expansion or ask a terminology server to do the expansion … [if] The value set expansion is on the larger size (> ~40 codes)",SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
86
86
  hl7.fhir.us.davinci-dtr_2.0.1,82,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#use-of-cql,"CQL [in questionnaires] **MAY** query for patient observations, conditions, or other discrete information within the EHR to use as part of the population process or logic.",MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
87
- hl7.fhir.us.davinci-dtr_2.0.1,83,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#use-of-cql,All libraries needed by a questionnaire **SHALL** be referenced by the cqf-library extension,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
88
- hl7.fhir.us.davinci-dtr_2.0.1,84,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#use-of-cql,All libraries needed by a questionnaire **SHALL** be ... included as part of the [`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html) operation.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
87
+ hl7.fhir.us.davinci-dtr_2.0.1,83,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#use-of-cql,All libraries needed by a questionnaire **SHALL** be referenced by the cqf-library extension,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.05, 2.05, 2.11","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_next_question_extensions_test"
88
+ hl7.fhir.us.davinci-dtr_2.0.1,84,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#use-of-cql,All libraries needed by a questionnaire **SHALL** be ... included as part of the [`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html) operation.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.04, 2.04","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_libraries_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_libraries_test"
89
89
  hl7.fhir.us.davinci-dtr_2.0.1,85,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#guidance-on-structure-of-cql-logic,CQL logic **SHOULD** be partitioned to be specific to groups/questions/etc. when doing so will allow it to be more efficient,SHOULD,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
90
90
  hl7.fhir.us.davinci-dtr_2.0.1,86,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#guidance-on-structure-of-cql-logic,"consideration should also be given to whether performing significant data gathering at the outset (even if the data is unneeded) will produce a more positive experience than intermittent data retrieval ‘on demand’, when such retrieval **MAY** introduce user-interface delays.",SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
91
91
  hl7.fhir.us.davinci-dtr_2.0.1,87,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#guidance-on-structure-of-cql-logic,Implementers could use Adaptive Forms to minimize the need for any CQL that provides conditional information retrieval.,MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
@@ -96,27 +96,27 @@ hl7.fhir.us.davinci-dtr_2.0.1,91,https://hl7.org/fhir/us/davinci-dtr/STU2/specif
96
96
  hl7.fhir.us.davinci-dtr_2.0.1,92,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,The CQL **SHALL** be version [CQL 1.5](http://cql.hl7.org/N1/).,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
97
97
  hl7.fhir.us.davinci-dtr_2.0.1,93,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,CQL**SHALL** have a context of “Patient”.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
98
98
  hl7.fhir.us.davinci-dtr_2.0.1,94,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"Within the Questionnaire, CQL **SHALL** follow SDC rules for determining context. Specifically, CQL definitions and variables defined on ancestor elements or preceding expression extensions within the same Questionnaire item are in scope for referencing in descendant/following expressions.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
99
- hl7.fhir.us.davinci-dtr_2.0.1,95,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"Within Libraries, ... raw CQL ... (in JSON syntax – i.e., application/elm+json) **SHALL** be provided as [a] separate content repetition ... within the library.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
100
- hl7.fhir.us.davinci-dtr_2.0.1,96,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"Within Libraries, ... compiled ELM (in JSON syntax – i.e., application/elm+json) **SHALL** be provided as [a] separate content repetition ... within the library.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
99
+ hl7.fhir.us.davinci-dtr_2.0.1,95,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"Within Libraries, ... raw CQL ... (in JSON syntax – i.e., application/elm+json) **SHALL** be provided as [a] separate content repetition ... within the library.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.04, 2.04","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_libraries_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_libraries_test"
100
+ hl7.fhir.us.davinci-dtr_2.0.1,96,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"Within Libraries, ... compiled ELM (in JSON syntax – i.e., application/elm+json) **SHALL** be provided as [a] separate content repetition ... within the library.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.04, 2.04","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_libraries_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_libraries_test"
101
101
  hl7.fhir.us.davinci-dtr_2.0.1,97,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"Within Expression elements, the base expression CQL **SHALL** be accompanied by a [US Public Health Alternative Expression Extension](http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-alternative-expression-extension) containing the compiled JSON ELM for the expression.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
102
- hl7.fhir.us.davinci-dtr_2.0.1,98,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"If the Questionnaire depends on multiple Libraries (has multiple cqf-library elements), then any valueExpression referring to defined variables **SHALL** specify the library name as well as the statement name as follows: “LibraryName”.statementName.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
103
- hl7.fhir.us.davinci-dtr_2.0.1,99,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,Library names **SHALL** be unique within a Questionnaire package,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
102
+ hl7.fhir.us.davinci-dtr_2.0.1,98,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,"If the Questionnaire depends on multiple Libraries (has multiple cqf-library elements), then any valueExpression referring to defined variables **SHALL** specify the library name as well as the statement name as follows: “LibraryName”.statementName.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,"1.05, 2.05, 2.11","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_next_question_extensions_test"
103
+ hl7.fhir.us.davinci-dtr_2.0.1,99,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,Library names **SHALL** be unique within a Questionnaire package,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.04, 2.04","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_libraries_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_libraries_test"
104
104
  hl7.fhir.us.davinci-dtr_2.0.1,100,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,Library names ... **SHOULD** be unique across all Libraries made available by the payer.,SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
105
- hl7.fhir.us.davinci-dtr_2.0.1,101,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,FHIR Libraries **SHALL** send CQL ... using the `content.data` element.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
106
- hl7.fhir.us.davinci-dtr_2.0.1,102,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,FHIR Libraries **SHALL** send ... ELM using the `content.data` element.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
105
+ hl7.fhir.us.davinci-dtr_2.0.1,101,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,FHIR Libraries **SHALL** send CQL ... using the `content.data` element.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.04, 2.04","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_libraries_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_libraries_test"
106
+ hl7.fhir.us.davinci-dtr_2.0.1,102,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#cql-constraints,FHIR Libraries **SHALL** send ... ELM using the `content.data` element.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.04, 2.04","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_libraries_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_libraries_test"
107
107
  hl7.fhir.us.davinci-dtr_2.0.1,103,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,The developer of SMART on FHIR DTR apps **SHALL** define an endpoint maintaining a list of payers currently supported by that app.,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
108
- hl7.fhir.us.davinci-dtr_2.0.1,104,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,EHRs using external DTR apps **SHALL** support accessing the [app's supported payers] endpoint.,SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
109
- hl7.fhir.us.davinci-dtr_2.0.1,105,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,The EHR will be configured with knowledge of which endpoint to hit for a given app as part of the process of configuring support for that app within the EHR.,SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
108
+ hl7.fhir.us.davinci-dtr_2.0.1,104,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,EHRs using external DTR apps **SHALL** support accessing the [app's supported payers] endpoint.,SHALL,Light EHR,,false,NA,NA,NA,NA,3.02,dtr_light_ehr-dtr_light_ehr_supported_endpoints-dtr_light_ehr_sp_endpoint,NA,NA
109
+ hl7.fhir.us.davinci-dtr_2.0.1,105,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,The EHR will be configured with knowledge of which endpoint to hit for a given app as part of the process of configuring support for that app within the EHR.,SHALL,Light EHR,,false,NA,NA,NA,NA,3.01,dtr_light_ehr-dtr_light_ehr_supported_endpoints-dtr_light_ehr_sp_config,NA,NA
110
110
  hl7.fhir.us.davinci-dtr_2.0.1,106,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,Different endpoints **SHALL** be defined for different versions of the application in situations where support for payers varies by application version.,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
111
- hl7.fhir.us.davinci-dtr_2.0.1,107,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,Accessing the [supported payers] endpoint will be by a simple GET,SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
112
- hl7.fhir.us.davinci-dtr_2.0.1,108,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,[Requests] Accessing the [supported payers] endpoint will … [include] an Accept header of application/json,SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
111
+ hl7.fhir.us.davinci-dtr_2.0.1,107,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,Accessing the [supported payers] endpoint will be by a simple GET,SHALL,Light EHR,,false,NA,NA,NA,NA,3.02,dtr_light_ehr-dtr_light_ehr_supported_endpoints-dtr_light_ehr_sp_endpoint,NA,NA
112
+ hl7.fhir.us.davinci-dtr_2.0.1,108,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,[Requests] Accessing the [supported payers] endpoint will … [include] an Accept header of application/json,SHALL,Light EHR,,false,NA,NA,NA,NA,3.03,dtr_light_ehr-dtr_light_ehr_supported_endpoints-dtr_light_ehr_sp_accept_header,NA,NA
113
113
  hl7.fhir.us.davinci-dtr_2.0.1,109,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,Accessing the [supported payers] endpoint … **SHALL** be performed over TLS.,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
114
114
  hl7.fhir.us.davinci-dtr_2.0.1,110,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,The returned JSON object will contain a “payers” property referring to an array of objects.,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
115
115
  hl7.fhir.us.davinci-dtr_2.0.1,111,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,"Each [""payers""] object will have an id … property … with string values.",SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
116
116
  hl7.fhir.us.davinci-dtr_2.0.1,112,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,"Each [""payers""] object will have … [a] name property ... with string values.",SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
117
117
  hl7.fhir.us.davinci-dtr_2.0.1,113,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,It is possible that additional properties [in the object returned from the supported payers endpoint] **MAY** be supported in the future.,MAY,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
118
118
  hl7.fhir.us.davinci-dtr_2.0.1,114,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,EHRs will typically retrieve the list of supported payers for the app once per day,SHOULD,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
119
- hl7.fhir.us.davinci-dtr_2.0.1,115,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,EHRs will use this information [from the supported payers endpoint] to determine whether to expose the ability to launch DTR for orders associated with coverages for that payer.,SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
119
+ hl7.fhir.us.davinci-dtr_2.0.1,115,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#determination-of-payers-supported-by-a-dtr-app,EHRs will use this information [from the supported payers endpoint] to determine whether to expose the ability to launch DTR for orders associated with coverages for that payer.,SHALL,Light EHR,,false,NA,NA,NA,NA,3.05,dtr_light_ehr-dtr_light_ehr_supported_endpoints-dtr_light_ehr_sp_use,NA,NA
120
120
  hl7.fhir.us.davinci-dtr_2.0.1,117,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,"When the DTR process is being launched, the Electronic Health Record (EHR) system ... **SHALL** follow the procedures established by the SMART App Launch Framework - specifically the [SMART App Launch Framework’s EHR launch sequence](https://www.hl7.org/fhir/smart-app-launch/app-launch.html#launch-app-ehr-launch).",SHALL,Light EHR,,false,NA,NA,NA,NA,1.2,dtr_light_ehr-Group01-dtr_smart_ehr_launch,NA,NA
121
121
  hl7.fhir.us.davinci-dtr_2.0.1,118,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,"When the DTR process is being launched, the ... DTR process **SHALL** follow the procedures established by the SMART App Launch Framework - specifically the [SMART App Launch Framework’s EHR launch sequence](https://www.hl7.org/fhir/smart-app-launch/app-launch.html#launch-app-ehr-launch).",SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
122
122
  hl7.fhir.us.davinci-dtr_2.0.1,119,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,"Like any SMART app, DTR is passed a context when launched.",SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
@@ -127,8 +127,8 @@ hl7.fhir.us.davinci-dtr_2.0.1,123,https://hl7.org/fhir/us/davinci-dtr/STU2/speci
127
127
  hl7.fhir.us.davinci-dtr_2.0.1,124,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,The openId ... launch context **SHALL** be … provided.,SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
128
128
  hl7.fhir.us.davinci-dtr_2.0.1,125,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,The ... User... launch context **SHALL** be … provided.,SHALL,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
129
129
  hl7.fhir.us.davinci-dtr_2.0.1,126,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,The launchContext **SHOULD** include fhirContext references … [for] One active Coverage resource indicating the coverage(s) associated with the documentation to be captured (unless Coverage is already conveyed in the coverage-information extensions of the Request or Encounter passed below),SHOULD,Light EHR,,false,NA,NA,NA,NA,1.2.11,dtr_light_ehr-Group01-dtr_smart_ehr_launch-fhir_context_coverage,NA,NA
130
- hl7.fhir.us.davinci-dtr_2.0.1,127,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,The launchContext **SHOULD** include fhirContext references … [for] A CRD-type Request or Encounter resource ([CRD profiles](https://build.fhir.org/ig/HL7/davinci-crd/artifacts.html#structures-resource-profiles))... when launching based on recommendations from CRD or for stand-alone launch without CRD.,SHOULD,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
131
- hl7.fhir.us.davinci-dtr_2.0.1,128,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,The launchContext **SHOULD** include fhirContext references … [for] An existing incomplete QuestionnaireResponse previously created with DTR … when re-launching DTR to continue a previous session,SHOULD,Light EHR,,false,NA,NA,NA,NA,,,NA,NA
130
+ hl7.fhir.us.davinci-dtr_2.0.1,127,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,The launchContext **SHOULD** include fhirContext references … [for] A CRD-type Request or Encounter resource ([CRD profiles](https://build.fhir.org/ig/HL7/davinci-crd/artifacts.html#structures-resource-profiles))... when launching based on recommendations from CRD or for stand-alone launch without CRD.,SHOULD,Light EHR,,false,NA,NA,NA,NA,1.2.12,dtr_light_ehr-Group01-dtr_smart_ehr_launch-fhir_context_references,NA,NA
131
+ hl7.fhir.us.davinci-dtr_2.0.1,128,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,The launchContext **SHOULD** include fhirContext references … [for] An existing incomplete QuestionnaireResponse previously created with DTR … when re-launching DTR to continue a previous session,SHOULD,Light EHR,,false,NA,NA,NA,NA,1.2.12,dtr_light_ehr-Group01-dtr_smart_ehr_launch-fhir_context_references,NA,NA
132
132
  hl7.fhir.us.davinci-dtr_2.0.1,129,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,"The launchContext **SHOULD** include fhirContext references … [for] A Questionnaire [Task](https://hl7.org/fhir/us/davinci-cdex/StructureDefinition-cdex-task-attachment-request.html) ... when launching based on a request from [CDex](https://hl7.org/fhir/us/davinci-cdex/index.html), possibly prompted by instructions in PAS.",SHOULD,Light EHR,,false,NA,NA,NA,NA,1.2.12,dtr_light_ehr-Group01-dtr_smart_ehr_launch-fhir_context_references,NA,NA
133
133
  hl7.fhir.us.davinci-dtr_2.0.1,130,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,"If these [Coverage and request, QuestionnaireResponse, or Task instances] are not passed in as part of context, then the app **MAY** ... raise an error",MAY,SMART Client,,true,NA,NA,,,NA,NA,NA,NA
134
134
  hl7.fhir.us.davinci-dtr_2.0.1,131,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#launching-a-dtr-smart-app,"If these [Coverage and request, QuestionnaireResponse, or Task instances] are not passed in as part of context, then the app **MAY** ... guide the user to select the needed records.",MAY,SMART Client,,true,NA,NA,,,NA,NA,NA,NA
@@ -169,20 +169,20 @@ hl7.fhir.us.davinci-dtr_2.0.1,161,https://hl7.org/fhir/us/davinci-dtr/STU2/speci
169
169
  hl7.fhir.us.davinci-dtr_2.0.1,162,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-launch-context-information,[DTR SMART Clients should] Look in the Request or Encounter resources (if any) passed from context or referenced by a QuestionnaireResponse (if any) to see if there is an existing [coverage-information}(https://build.fhir.org/ig/HL7/davinci-crd/StructureDefinition-ext-coverage-information.html) extension,SHOULD,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
170
170
  hl7.fhir.us.davinci-dtr_2.0.1,163,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-launch-context-information,"If [coverage information is] found, [DTR SMART Clients should] look at the Coverages as well as the coverage-assertion-id in such extensions.",SHOULD,SMART Client,,true,NA,NA,,,NA,NA,NA,NA
171
171
  hl7.fhir.us.davinci-dtr_2.0.1,164,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-launch-context-information,"[DTR SMART Clients should] Determine which payers are associated with the coverages found, and then retrieve Questionnaire packages from each payer using the context information found.",SHOULD,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
172
- hl7.fhir.us.davinci-dtr_2.0.1,165,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,The [[`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html)] operation will be invoked with a ‘POST’,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
172
+ hl7.fhir.us.davinci-dtr_2.0.1,165,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,The [[`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html)] operation will be invoked with a ‘POST’,SHALL,"Full EHR, SMART Client",,false,"2.1.1.02, 2.2.1.1.02, 3.1.1.02","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_custom_static_retrieval-dtr_full_ehr_qp_request, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_full_ehr_adaptive_request, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_static_retrieval-dtr_full_ehr_qp_request","","",NA,NA,NA,NA
173
173
  hl7.fhir.us.davinci-dtr_2.0.1,166,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,The [[`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html)] operation will … [target] the base endpoint associated with the coverages provided based on payer configuration.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
174
174
  hl7.fhir.us.davinci-dtr_2.0.1,167,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,"If multiple Coverages are provided that are associated with payers having different endpoints, then the operation will be invoked once per payer endpoint. e.g., POST [base]/$questionnaire-package",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
175
- hl7.fhir.us.davinci-dtr_2.0.1,168,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,The operation will be invoked passing a [DTR Questionnaire Package Input Parameters](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-qpackage-input-parameters.html),SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
176
- hl7.fhir.us.davinci-dtr_2.0.1,169,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,The result [of the [`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html) operation] will be a response with one or more Questionnaire package Bundles,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
175
+ hl7.fhir.us.davinci-dtr_2.0.1,168,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,The operation will be invoked passing a [DTR Questionnaire Package Input Parameters](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-qpackage-input-parameters.html),SHALL,"Full EHR, SMART Client",,false,"2.1.1.03, 2.2.1.1.03, 3.1.1.03","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_custom_static_retrieval-dtr_qp_request_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_qp_request_validation, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_static_retrieval-dtr_qp_request_validation","1.1.1.02, 1.2.1.1.02, 2.1.1.02, 2.2.1.02","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_custom_static_workflow-dtr_smart_app_custom_static_retrieval-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_adaptive_retrieval-dtr_smart_app_adaptive_initial_retrieval-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qp-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_static_retrieval-dtr_qp_request_validation",NA,NA,NA,NA
176
+ hl7.fhir.us.davinci-dtr_2.0.1,169,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,The result [of the [`$questionnaire-package`](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html) operation] will be a response with one or more Questionnaire package Bundles,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.03, 2.03","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_response_test, dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_adaptive_response_validation_test"
177
177
  hl7.fhir.us.davinci-dtr_2.0.1,170,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,"If any of the retrieved Questionnaires have an effectivePeriod that ends prior to the current date, then the DTR client **SHALL** change the status of any retrieved work-in-progress QuestionnaireResponses for the expired Questionnaires to ‘stopped’",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
178
178
  hl7.fhir.us.davinci-dtr_2.0.1,171,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,"If any of the retrieved Questionnaires have an effectivePeriod that ends prior to the current date, then the DTR client **SHALL** ... notify the user that the previously recorded content has expired.",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
179
179
  hl7.fhir.us.davinci-dtr_2.0.1,172,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieving-questionnaire-packages,"If an expired Questionnaire is retrieved when it wasn’t explicitly requested by referring to a canonical version, but instead by passing in the relevant order(s) and/or context id, the DTR client **SHOULD** report an error to the payer.",SHOULD,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
180
- hl7.fhir.us.davinci-dtr_2.0.1,173,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#pre-populating-questionnaireresponses,"Prior to exposing the draft QuestionnaireResponse to the user for completion and/or review, the DTR client **SHALL** execute all CQL necessary to resolve the initialExpression, candidateExpression and calculatedExpression extensions found in the Questionnaire for any enabled elements.",SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
181
- hl7.fhir.us.davinci-dtr_2.0.1,174,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#pre-populating-questionnaireresponses,All items that are pre-populated … from data retrieved from the EHR ... **SHALL** have their origin.source set to ‘auto’.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
180
+ hl7.fhir.us.davinci-dtr_2.0.1,173,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#pre-populating-questionnaireresponses,"Prior to exposing the draft QuestionnaireResponse to the user for completion and/or review, the DTR client **SHALL** execute all CQL necessary to resolve the initialExpression, candidateExpression and calculatedExpression extensions found in the Questionnaire for any enabled elements.",SHALL,"Full EHR, SMART Client",,false,"","","1.2.4.03, 2.1.3.03, 2.2.3.03","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation",NA,NA,NA,NA
181
+ hl7.fhir.us.davinci-dtr_2.0.1,174,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#pre-populating-questionnaireresponses,All items that are pre-populated … from data retrieved from the EHR ... **SHALL** have their origin.source set to ‘auto’.,SHALL,"Full EHR, SMART Client",,false,"","","1.2.4.03, 2.1.3.03, 2.2.3.03","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation",NA,NA,NA,NA
182
182
  hl7.fhir.us.davinci-dtr_2.0.1,175,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#pre-populating-questionnaireresponses,All items that are pre-populated ... by the payer in the initial QuestionnaireResponse provided in the questionnaire package ... **SHALL** have their origin.source set to ‘auto’.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
183
- hl7.fhir.us.davinci-dtr_2.0.1,176,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#execution-sequence,"The client will proceed through the Questionnaire, and for any question that is associated with the result of a CQL expression, that specific CQL statement will be executed.",SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
183
+ hl7.fhir.us.davinci-dtr_2.0.1,176,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#execution-sequence,"The client will proceed through the Questionnaire, and for any question that is associated with the result of a CQL expression, that specific CQL statement will be executed.",SHALL,"Full EHR, SMART Client",,false,"","","1.2.4.03, 2.1.3.03, 2.2.3.03","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation",NA,NA,NA,NA
184
184
  hl7.fhir.us.davinci-dtr_2.0.1,177,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#execution-sequence,The DTR client **SHALL** use result caching so that [CQL execution] results that are already available will be reused without requesting them again.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
185
- hl7.fhir.us.davinci-dtr_2.0.1,178,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#execution-sequence,DTR clients **SHALL** iterate as necessary [executing CQL to prepopulate a enabled elements] until a steady state is reached.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
185
+ hl7.fhir.us.davinci-dtr_2.0.1,178,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#execution-sequence,DTR clients **SHALL** iterate as necessary [executing CQL to prepopulate a enabled elements] until a steady state is reached.,SHALL,"Full EHR, SMART Client",,false,"","","1.2.4.03, 2.1.3.03, 2.2.3.03","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation",NA,NA,NA,NA
186
186
  hl7.fhir.us.davinci-dtr_2.0.1,179,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#execution-sequence,"If dependencies are such that a steady state cannot be reached (e.g., an item that is enabled causes a value to be set which causes a different item to be enabled, that then disables the first item…), then the Questionnaire **SHALL** be treated as erroneous and attempts at automatic population **SHALL** end, with the user being informed of that.",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
187
187
  hl7.fhir.us.davinci-dtr_2.0.1,180,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieval-of-patient-fhir-resources-to-supply-to-cql-execution-engine,The DTR client **SHALL** retrieve the FHIR resources specified in the dataRequirement section of a Library.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
188
188
  hl7.fhir.us.davinci-dtr_2.0.1,181,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#retrieval-of-patient-fhir-resources-to-supply-to-cql-execution-engine,SMART apps will … [retrieve resources in the dataRequiements section of Library] using the access token provided [by the Light EHR] on launch.,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
@@ -207,14 +207,14 @@ hl7.fhir.us.davinci-dtr_2.0.1,199,https://hl7.org/fhir/us/davinci-dtr/STU2/speci
207
207
  hl7.fhir.us.davinci-dtr_2.0.1,200,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#behavior-when-encountering-execution-errors,"If any errors are encountered during [CQL] execution … The user should have the option to complete the Questionnaire if possible, despite the error.",SHOULD,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
208
208
  hl7.fhir.us.davinci-dtr_2.0.1,201,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#behavior-when-encountering-execution-errors,The app **SHALL** log failures and ensure the maintainer of the CQL/Questionnaire package is notified using the [DTR Log Questionnaire Errors](https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-log-questionnaire-errors.html) operation.,SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
209
209
  hl7.fhir.us.davinci-dtr_2.0.1,202,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#behavior-when-encountering-execution-errors,A query for data that returns no results **SHALL NOT** be considered a failure.,SHALL NOT,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
210
- hl7.fhir.us.davinci-dtr_2.0.1,203,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#user-interaction-with-questionnaires,"Therefore, the system acting as a form filler is responsible for displaying all ‘enabled’ questions, groups, and display items to the end user for completion and/or review",SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
210
+ hl7.fhir.us.davinci-dtr_2.0.1,203,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#user-interaction-with-questionnaires,"Therefore, the system acting as a form filler is responsible for displaying all ‘enabled’ questions, groups, and display items to the end user for completion and/or review",SHALL,"Full EHR, SMART Client",,false,2.2,dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow,"","",NA,NA,NA,NA
211
211
  hl7.fhir.us.davinci-dtr_2.0.1,204,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#user-interaction-with-questionnaires,"In some cases, the population process **MAY** populate all answers to the Questionnaire. The DTR client **SHALL** provide the ability, but NOT a requirement, for providers to review pre-populated answers prior to saving the resulting response for subsequent use within the EHR.",SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
212
212
  hl7.fhir.us.davinci-dtr_2.0.1,205,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-rendering,[Client] Conformance with DTR requires conformance with the relevant portions of the SDC implementation guide [related to Questionnaire rendering].,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
213
213
  hl7.fhir.us.davinci-dtr_2.0.1,206,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-rendering,All DTR applications **SHALL** support rendering according to the mustSupport elements in the DTR Questionnaire profile,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
214
- hl7.fhir.us.davinci-dtr_2.0.1,207,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-rendering,All DTR applications **SHALL** support … executing all CQL found within Questionnaire extensions.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
215
- hl7.fhir.us.davinci-dtr_2.0.1,208,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-rendering,CQL and FHIR Questionnaires **SHALL** be required even when DTR is implemented within a DTR Native App as opposed to a DTR SMART App.,SHALL,Full EHR,,false,,,NA,NA,NA,NA,NA,NA
216
- hl7.fhir.us.davinci-dtr_2.0.1,209,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#separating-user-provided-information-from-cql-retrieved-information,"When a user fills in a value or changes an answer in a QuestionnaireResponse, the DTR client **SHALL** populate the InformationOrigin extension, setting the ‘author’ property to the current user",SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
217
- hl7.fhir.us.davinci-dtr_2.0.1,210,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#separating-user-provided-information-from-cql-retrieved-information,"When a user fills in a value or changes an answer in a QuestionnaireResponse, the DTR client **SHALL** populate the InformationOrigin extension, … setting ‘source’ to ‘override’ if the source was already ‘override’ or ‘auto’, or ‘manual’ otherwise.",SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
214
+ hl7.fhir.us.davinci-dtr_2.0.1,207,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-rendering,All DTR applications **SHALL** support … executing all CQL found within Questionnaire extensions.,SHALL,"Full EHR, SMART Client",,false,"2.1.2.02, 2.2.1.2.01, 3.1.2.01","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_custom_static_rendering-dtr_prepopulation_attest, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_initial_questionnaire_rendering-dtr_full_ehr_prepopulation_attest, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_static_rendering-dtr_full_ehr_prepopulation_attest","1.1.2.02, 1.2.1.2.01, 1.2.4.03, 2.1.3.03, 2.2.2.01, 2.2.3.03","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_custom_static_workflow-dtr_smart_app_custom_static_rendering-dtr_prepopulation_attest, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_adaptive_retrieval-dtr_smart_app_initial_questionnaire_rendering-dtr_smart_app_prepopulation_attest, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qr-dtr_qr_prepopulation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_static_rendering-dtr_smart_app_prepopulation_attest, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_saving_qr-dtr_qr_prepopulation",NA,NA,NA,NA
215
+ hl7.fhir.us.davinci-dtr_2.0.1,208,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaire-rendering,CQL and FHIR Questionnaires **SHALL** be required even when DTR is implemented within a DTR Native App as opposed to a DTR SMART App.,SHALL,Full EHR,,false,"2.1, 2.2, 3.1","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow",NA,NA,NA,NA,NA,NA
216
+ hl7.fhir.us.davinci-dtr_2.0.1,209,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#separating-user-provided-information-from-cql-retrieved-information,"When a user fills in a value or changes an answer in a QuestionnaireResponse, the DTR client **SHALL** populate the InformationOrigin extension, setting the ‘author’ property to the current user",SHALL,"Full EHR, SMART Client",,false,"2.1.3.03, 3.1.3.03","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_saving_qr-dtr_full_ehr_qr_correctness, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_saving_qr-dtr_full_ehr_qr_correctness",1.1.3.03,dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_custom_static_workflow-dtr_smart_app_saving_qr-dtr_smart_app_qr_correctness,NA,NA,NA,NA
217
+ hl7.fhir.us.davinci-dtr_2.0.1,210,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#separating-user-provided-information-from-cql-retrieved-information,"When a user fills in a value or changes an answer in a QuestionnaireResponse, the DTR client **SHALL** populate the InformationOrigin extension, … setting ‘source’ to ‘override’ if the source was already ‘override’ or ‘auto’, or ‘manual’ otherwise.",SHALL,"Full EHR, SMART Client",,false,"2.1.3.03, 2.2.1.1.05, 2.2.2.1.03, 2.2.3.1.03, 3.1.3.03","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_saving_qr-dtr_full_ehr_qr_correctness, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_adaptive_response_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_followup_questions-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_completion-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_saving_qr-dtr_full_ehr_qr_correctness","1.1.3.03, 1.2.1.1.04, 1.2.2.1.03, 1.2.3.1.03","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_custom_static_workflow-dtr_smart_app_saving_qr-dtr_smart_app_qr_correctness, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_adaptive_retrieval-dtr_smart_app_adaptive_initial_retrieval-dtr_adaptive_response_validation, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_adaptive_followup_questions-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_adaptive_completion-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation",NA,NA,NA,NA
218
218
  hl7.fhir.us.davinci-dtr_2.0.1,211,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#separating-user-provided-information-from-cql-retrieved-information,DTR clients **SHALL** either provide a PractitionerRole in the SMART App launch of DTR or support transmitting the role by means of the [Active Role](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-activeRole.html) extension within the Practitioner resource.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
219
219
  hl7.fhir.us.davinci-dtr_2.0.1,212,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,The DTR client **SHALL** validate the QuestionnaireResponse on an ongoing basis as the user is reviewing and entering data.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
220
220
  hl7.fhir.us.davinci-dtr_2.0.1,213,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,The client **SHALL** visually flag any elements that require adjustment to meet validation rules.,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
@@ -223,7 +223,7 @@ hl7.fhir.us.davinci-dtr_2.0.1,215,https://hl7.org/fhir/us/davinci-dtr/STU2/speci
223
223
  hl7.fhir.us.davinci-dtr_2.0.1,216,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,The DTR app **SHALL NOT** mark a Standard QuestionnaireResponse as ‘complete’ automatically.,SHALL NOT,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
224
224
  hl7.fhir.us.davinci-dtr_2.0.1,217,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,The DTR client **SHALL NOT** allow the user to indicate they are ready for the next question/set of questions until the answers to the current QuestionnaireResponse pass validation rules.,SHALL NOT,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
225
225
  hl7.fhir.us.davinci-dtr_2.0.1,218,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,"If [`$next-question`](http://hl7.org/fhir/uv/sdc/STU3/OperationDefinition-Questionnaire-next-question.html) is invoked with a QuestionnaireResponse the payer determines is invalid based on the rules in the contained Questionnaire, it **SHOULD** return an HTTP 400 error with an OperationOutcome indicating the circumstances where the QuestionnaireResponse is invalid.",SHOULD,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
226
- hl7.fhir.us.davinci-dtr_2.0.1,219,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,"The final call to $next-question will result in an echo back of the QuestionnaireResponse with no further questions provided in the contained Questionnaire, and with the QuestionnaireResponse set to ‘complete’.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
226
+ hl7.fhir.us.davinci-dtr_2.0.1,219,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,"The final call to $next-question will result in an echo back of the QuestionnaireResponse with no further questions provided in the contained Questionnaire, and with the QuestionnaireResponse set to ‘complete’.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,2.13,dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_adaptive_completion_test
227
227
  hl7.fhir.us.davinci-dtr_2.0.1,220,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#questionnaireresponse-validation,the [completed Adaptive] QuestionnaireResponse **MAY** have a coverage-information extension added reflecting the payer’s coverage assessment based on the information gathered in the QuestionnaireResponse.,MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
228
228
  hl7.fhir.us.davinci-dtr_2.0.1,221,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#additional-considerations,"If a questionnaire or question is marked as ‘signatureRequired’, then the DTR client will need to add a ‘signature’ extension element to the appropriate location in the QuestionnaireResponse. The signature would attest to the QuestionnaireResponse as a whole, or to the specific item the signature appears on – excluding any signature extensions themselves.",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
229
229
  hl7.fhir.us.davinci-dtr_2.0.1,222,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#additional-considerations,"[When the answer to a question modified by a user ... [is] input to an expression driving other logic within the questionnaire ... DTR clients **SHALL** monitor for changes to dependent questionnaire answers and re-execute logic, adjusting calculatedValues, enabling elements, adjusting validation rules, etc. based on changes made by the user.",SHALL,"Full EHR, SMART Client",,true,,,,,NA,NA,NA,NA
@@ -243,7 +243,7 @@ hl7.fhir.us.davinci-dtr_2.0.1,235,https://hl7.org/fhir/us/davinci-dtr/STU2/speci
243
243
  hl7.fhir.us.davinci-dtr_2.0.1,236,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#passing-dtr-questionnaire-responses-to-downstream-processes,"If there is a desire to send different content to different recipients, then distinct QuestionnaireResponses **SHALL** be used.",SHALL,"Full EHR, SMART Client",,true,Not Tested,Not Tested,Not Tested,Not Tested,NA,NA,NA,NA
244
244
  hl7.fhir.us.davinci-dtr_2.0.1,237,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#passing-dtr-questionnaire-responses-to-downstream-processes,"the process by which attachments to prior auth requests, claims or orders are assembled ... could be done automatically",MAY,"Full EHR, SMART Client",,true,Not Tested,Not Tested,Not Tested,Not Tested,NA,NA,NA,NA
245
245
  hl7.fhir.us.davinci-dtr_2.0.1,238,https://hl7.org/fhir/us/davinci-dtr/STU2/specification.html#passing-dtr-questionnaire-responses-to-downstream-processes,"the process by which attachments to prior auth requests, claims or orders are assembled ... could be done ... with human review.",MAY,"Full EHR, SMART Client",,true,Not Tested,Not Tested,Not Tested,Not Tested,NA,NA,NA,NA
246
- hl7.fhir.us.davinci-dtr_2.0.1,239,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-payer-service.html#behavior,[Payer services] **SHALL** support the [`$questionnaire-package`](http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/questionnaire-package) operation.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
246
+ hl7.fhir.us.davinci-dtr_2.0.1,239,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-payer-service.html#behavior,[Payer services] **SHALL** support the [`$questionnaire-package`](http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/questionnaire-package) operation.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.01, 2.01","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_request_test, dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_questionnaire_request"
247
247
  hl7.fhir.us.davinci-dtr_2.0.1,240,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-payer-service.html#behavior,[Payer services] **SHALL** support the [`$expand`]http://hl7.org/fhir/OperationDefinition/ValueSet-expand) operation.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
248
248
  hl7.fhir.us.davinci-dtr_2.0.1,241,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-payer-service.html#behavior,[Payer services] **SHOULD** support the [`$next-question`](http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-next-question) operation.,SHOULD,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
249
249
  hl7.fhir.us.davinci-dtr_2.0.1,242,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-smart-client.html#behavior,[SMART Clients] **SHALL** support the [`$questionnaire-package`](http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/questionnaire-package) operation.,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
@@ -266,9 +266,9 @@ hl7.fhir.us.davinci-dtr_2.0.1,258,https://hl7.org/fhir/us/davinci-dtr/STU2/Capab
266
266
  hl7.fhir.us.davinci-dtr_2.0.1,259,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-smart-client.html,[SMART Clients] **SHALL** support the create interaction for Task resources,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
267
267
  hl7.fhir.us.davinci-dtr_2.0.1,260,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-smart-client.html,[SMART Clients] **SHALL** support the update interaction for Task resources,SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
268
268
  hl7.fhir.us.davinci-dtr_2.0.1,261,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-dtr-smart-client.html,[SMART Clients] **SHALL** comply with requirements in http://hl7.org/fhir/us/core/CapabilityStatement/us-core-client [[version 3.1.1](https://hl7.org/fhir/us/core/STU3.1.1/CapabilityStatement-us-core-client.html)],SHALL,SMART Client,,false,NA,NA,,,NA,NA,NA,NA
269
- hl7.fhir.us.davinci-dtr_2.0.1,262,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-full-dtr-ehr.html#behavior,[Full EHRs] **SHALL** support the [`$questionnaire-package`](http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/questionnaire-package) operation.,SHALL,Full EHR,,false,,,NA,NA,NA,NA,NA,NA
269
+ hl7.fhir.us.davinci-dtr_2.0.1,262,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-full-dtr-ehr.html#behavior,[Full EHRs] **SHALL** support the [`$questionnaire-package`](http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/questionnaire-package) operation.,SHALL,Full EHR,,false,"2.1.1.02, 2.2.1.1.02, 3.1.1.02","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_custom_static_retrieval-dtr_full_ehr_qp_request, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_full_ehr_adaptive_request, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_static_retrieval-dtr_full_ehr_qp_request",NA,NA,NA,NA,NA,NA
270
270
  hl7.fhir.us.davinci-dtr_2.0.1,263,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-full-dtr-ehr.html#behavior,[Full EHRs] **SHALL** support the [`$expand`]http://hl7.org/fhir/OperationDefinition/ValueSet-expand) operation.,SHALL,Full EHR,,false,,,NA,NA,NA,NA,NA,NA
271
- hl7.fhir.us.davinci-dtr_2.0.1,264,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-full-dtr-ehr.html#behavior,[Full EHRs] **SHALL** support the [`$next-question`](http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-next-question) operation.,SHALL,Full EHR,,false,,,NA,NA,NA,NA,NA,NA
271
+ hl7.fhir.us.davinci-dtr_2.0.1,264,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-full-dtr-ehr.html#behavior,[Full EHRs] **SHALL** support the [`$next-question`](http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-next-question) operation.,SHALL,Full EHR,,false,"2.2.1.1.02, 2.2.1.1.04, 2.2.1.1.05, 2.2.2.1.01, 2.2.2.1.02, 2.2.2.1.03, 2.2.3.1.01, 2.2.3.1.02, 2.2.3.1.03","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_full_ehr_adaptive_request, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_adaptive_next_question_request_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_adaptive_response_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_followup_questions-dtr_adaptive_next_question_retrieval-dtr_adaptive_next_question_request, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_followup_questions-dtr_adaptive_next_question_retrieval-dtr_adaptive_next_question_request_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_followup_questions-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_completion-dtr_adaptive_next_question_retrieval-dtr_adaptive_next_question_request, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_completion-dtr_adaptive_next_question_retrieval-dtr_adaptive_next_question_request_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_adaptive_completion-dtr_adaptive_next_question_retrieval-dtr_adaptive_response_validation",NA,NA,NA,NA,NA,NA
272
272
  hl7.fhir.us.davinci-dtr_2.0.1,265,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-light-dtr-ehr.html,[Light EHRs] **SHALL** support the read interaction for … [QuestionnaireResponse] resources,SHALL,Light EHR,,false,NA,NA,NA,NA,2.2.1.03,dtr_light_ehr-Group02-Group02-questionnaire_response_group-questionnaire_response_read,NA,NA
273
273
  hl7.fhir.us.davinci-dtr_2.0.1,266,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-light-dtr-ehr.html,[Light EHRs] **SHALL** support the create interaction for … [QuestionnaireResponse] resources,SHALL,Light EHR,,false,NA,NA,NA,NA,2.2.1.05,dtr_light_ehr-Group02-Group02-questionnaire_response_group-questionnaire_response_create,NA,NA
274
274
  hl7.fhir.us.davinci-dtr_2.0.1,267,https://hl7.org/fhir/us/davinci-dtr/STU2/CapabilityStatement-light-dtr-ehr.html,[Light EHRs] **SHALL** support the update interaction for … [QuestionnaireResponse] resources,SHALL,Light EHR,,false,NA,NA,NA,NA,2.2.1.06,dtr_light_ehr-Group02-Group02-questionnaire_response_group-questionnaire_response_update,NA,NA
@@ -296,11 +296,11 @@ hl7.fhir.us.davinci-dtr_2.0.1,288,https://hl7.org/fhir/us/davinci-dtr/STU2/Opera
296
296
  hl7.fhir.us.davinci-dtr_2.0.1,289,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-log-questionnaire-errors.html,The input OperationOutcome resource [to the `$log-questionnaire-errors` operation] **SHOULD** include … the provider endpoint during which the error occurred,SHOULD,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
297
297
  hl7.fhir.us.davinci-dtr_2.0.1,290,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-log-questionnaire-errors.html,The input OperationOutcome resource [to the `$log-questionnaire-errors` operation] ... **SHALL NOT** contain information about the response or information retrieved from FHIR APIs that could potentially include PHI,SHALL NOT,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
298
298
  hl7.fhir.us.davinci-dtr_2.0.1,291,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-log-questionnaire-errors.html,The [input] Questionnaire reference [to the `$log-questionnaire-errors` operation] **SHOULD** be version-specific,SHOULD,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
299
- hl7.fhir.us.davinci-dtr_2.0.1,292,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,Payers **SHALL** expose the questionnaire package operation at url: [base]/Questionnaire/$questionnaire-package,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
300
- hl7.fhir.us.davinci-dtr_2.0.1,293,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,DTR Applications **SHALL** submit to the questionnaire package operation inputs conforming to the [DTR Questionnaire Package Input Parameters](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-qpackage-input-parameters.html) Profile,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
299
+ hl7.fhir.us.davinci-dtr_2.0.1,292,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,Payers **SHALL** expose the questionnaire package operation at url: [base]/Questionnaire/$questionnaire-package,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.01, 2.01","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_request_test, dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_questionnaire_request"
300
+ hl7.fhir.us.davinci-dtr_2.0.1,293,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,DTR Applications **SHALL** submit to the questionnaire package operation inputs conforming to the [DTR Questionnaire Package Input Parameters](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-qpackage-input-parameters.html) Profile,SHALL,"Full EHR, SMART Client",,false,"2.1.1.03, 2.2.1.1.03, 3.1.1.03","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_custom_static_retrieval-dtr_qp_request_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_qp_request_validation, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_static_retrieval-dtr_qp_request_validation","1.1.1.02, 1.2.1.1.02, 2.1.1.02, 2.2.1.02","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_custom_static_workflow-dtr_smart_app_custom_static_retrieval-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_adaptive_retrieval-dtr_smart_app_adaptive_initial_retrieval-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qp-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_static_retrieval-dtr_qp_request_validation",NA,NA,NA,NA
301
301
  hl7.fhir.us.davinci-dtr_2.0.1,294,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"Payers **SHALL** return in response to the questionnaire package operation outputs conforming to the [DTR Questionnaire Package Output Parameters
302
- ](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-qpackage-output-parameters.html) Profile",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
303
- hl7.fhir.us.davinci-dtr_2.0.1,295,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,The [DTR questionnaire package] operation **SHALL** take as input the Coverage resource(s) identifying the member and the type(s) of Coverage for which additional information is needed,SHALL,"Full EHR, SMART Client",,false,,,,,NA,NA,NA,NA
302
+ ](https://hl7.org/fhir/us/davinci-dtr/STU2/StructureDefinition-dtr-qpackage-output-parameters.html) Profile",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.03, 2.03","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_response_test, dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_adaptive_response_validation_test"
303
+ hl7.fhir.us.davinci-dtr_2.0.1,295,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,The [DTR questionnaire package] operation **SHALL** take as input the Coverage resource(s) identifying the member and the type(s) of Coverage for which additional information is needed,SHALL,"Full EHR, SMART Client",,false,"2.1.1.03, 2.2.1.1.03, 3.1.1.03","dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_custom_static_workflow-dtr_full_ehr_custom_static_retrieval-dtr_qp_request_validation, dtr_full_ehr-dtr_full_ehr_basic_workflows-dtr_full_ehr_adaptive_dinner_workflow-dtr_full_ehr_adaptive_retrieval-dtr_full_ehr_adaptive_initial_retrieval-dtr_qp_request_validation, dtr_full_ehr-dtr_full_ehr_questionnaire_functionality-dtr_full_ehr_static_dinner_workflow-dtr_full_ehr_static_retrieval-dtr_qp_request_validation","1.1.1.02, 1.2.1.1.02, 2.1.1.02, 2.2.1.02","dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_custom_static_workflow-dtr_smart_app_custom_static_retrieval-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_basic_workflows-dtr_smart_app_adaptive_dinner_workflow-dtr_smart_app_adaptive_retrieval-dtr_smart_app_adaptive_initial_retrieval-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_resp_workflow-dtr_resp_qp-dtr_qp_request_validation, dtr_smart_app-dtr_smart_app_questionnaire_functionality-dtr_smart_app_static_dinner_workflow-dtr_smart_app_static_retrieval-dtr_qp_request_validation",NA,NA,NA,NA
304
304
  hl7.fhir.us.davinci-dtr_2.0.1,296,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"The [DTR questionnaire package] operation **SHALL** take as input … at least one of:
305
305
 
306
306
  - Zero or more canonicals specifying the URL and, (optionally) the version of the Questionnaire(s) to retrieve;
@@ -312,13 +312,13 @@ hl7.fhir.us.davinci-dtr_2.0.1,299,https://hl7.org/fhir/us/davinci-dtr/STU2/Opera
312
312
  hl7.fhir.us.davinci-dtr_2.0.1,300,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If multiple versions of a questionnaire are returned, each SHALL be associated with distinct orders or coverages in the associated QuestionnaireResponses",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
313
313
  hl7.fhir.us.davinci-dtr_2.0.1,301,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If [in response to a questionnaire package request] any of the explicitly requested questionnaires [in the questionnaire parameter] cannot be found, a warning **SHALL** be provided in the ‘outcome’ element of the outer Bundle.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
314
314
  hl7.fhir.us.davinci-dtr_2.0.1,302,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"if there is an issue understanding any of the orders or coverages [submitted to the questionnaire pacakge operation] and determining appropriate Questionnaires, a warning will be provided [in the 'outcome' output parameter].",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
315
- hl7.fhir.us.davinci-dtr_2.0.1,303,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,Each Questionnaire [returned by a questionnaire package call] will be packaged into a distinct Bundle.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
315
+ hl7.fhir.us.davinci-dtr_2.0.1,303,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,Each Questionnaire [returned by a questionnaire package call] will be packaged into a distinct Bundle.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.03, 2.03, 2.07","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_response_test, dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_adaptive_response_validation_test, dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_adaptive_response_bundles_validation_test"
316
316
  hl7.fhir.us.davinci-dtr_2.0.1,304,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If there is only one Questionnaire and there are no warnings [returned from a questionnaire package call], then the QuestionnaireBundle can be returned as the sole payload of the operation response.",MAY,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
317
317
  hl7.fhir.us.davinci-dtr_2.0.1,305,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If … there is a need to convey an OperationOutcome alongside Questionnaires [returned from a questionnaire package call], the response will be a Parameters resource.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
318
- hl7.fhir.us.davinci-dtr_2.0.1,306,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If there are multiple Questionnaires … [returned from a questionnaire package call], the response will be a Parameters resource.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
318
+ hl7.fhir.us.davinci-dtr_2.0.1,306,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If there are multiple Questionnaires … [returned from a questionnaire package call], the response will be a Parameters resource.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,"1.03, 2.03","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_response_test, dtr_payer_server-payer_server_adaptive_questionnaire-payer_server_adaptive_response_validation_test"
319
319
  hl7.fhir.us.davinci-dtr_2.0.1,307,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If the [questionnaire package] operation fails, the response payload **SHOULD** be an OperationOutcome.",SHOULD,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
320
320
  hl7.fhir.us.davinci-dtr_2.0.1,308,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,[Each questionnaire] Bundle [returned by the questionnaire package operation] **SHALL** include the Questionnaire as the first entry,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
321
- hl7.fhir.us.davinci-dtr_2.0.1,309,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,[Each questionnaire] Bundle [returned by the questionnaire package operation] **SHALL** include … all external Libraries referenced by the Questionnaire using the cqf-library extension,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
321
+ hl7.fhir.us.davinci-dtr_2.0.1,309,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,[Each questionnaire] Bundle [returned by the questionnaire package operation] **SHALL** include … all external Libraries referenced by the Questionnaire using the cqf-library extension,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.05, 2.05","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_extensions_test"
322
322
  hl7.fhir.us.davinci-dtr_2.0.1,310,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,[Each questionnaire] Bundle [returned by the questionnaire package operation] **SHALL** include … the recursive retrieval of all ‘related-artifact’ references of type ‘depends-on’ [within included Libraries].,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
323
323
  hl7.fhir.us.davinci-dtr_2.0.1,311,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,[Each questionnaire] Bundle [returned by the questionnaire package operation] **SHALL** all external ValueSet instances referenced by the Questionnaire.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
324
324
  hl7.fhir.us.davinci-dtr_2.0.1,312,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,All value sets [returned by the questionnaire package operation] **SHALL** be expanded as of the current date and using expansion parameters (such as SNOMED release) as deemed appropriate by the payer.,SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
@@ -326,7 +326,7 @@ hl7.fhir.us.davinci-dtr_2.0.1,313,https://hl7.org/fhir/us/davinci-dtr/STU2/Opera
326
326
  hl7.fhir.us.davinci-dtr_2.0.1,314,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"Note that the same Libraries and/or ValueSets may appear in more than one Questionnaire Bundle [returned by the questionnaire package operation], possibly with a different version.",MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
327
327
  hl7.fhir.us.davinci-dtr_2.0.1,315,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If any of the dependencies cannot be retrieved ..., a warning will be included in the ‘outcome’.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
328
328
  hl7.fhir.us.davinci-dtr_2.0.1,316,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"If any of the ... value sets [cannot be] expanded, a warning will be included in the ‘outcome’.",SHALL,Payer Service,,true,NA,NA,NA,NA,NA,NA,,
329
- hl7.fhir.us.davinci-dtr_2.0.1,317,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"Each Library … will only appear once in the Bundle [returned by the questionnaire package operation], even if it is referenced multiple places.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
329
+ hl7.fhir.us.davinci-dtr_2.0.1,317,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"Each Library … will only appear once in the Bundle [returned by the questionnaire package operation], even if it is referenced multiple places.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,"1.05, 2.05","dtr_payer_server-payer_server_static_package-dtr_v201_payer_static_form_extensions_test, dtr_payer_server-payer_server_adaptive_questionnaire-dtr_v201_payer_adaptive_form_extensions_test"
330
330
  hl7.fhir.us.davinci-dtr_2.0.1,318,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,Multiple versions [to be returned by the questionnaire package operation] of a Library **MAY** be treated as an error,MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
331
331
  hl7.fhir.us.davinci-dtr_2.0.1,319,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,Multiple versions of a Library [to be returned by the questionnaire package operation] … **MAY** be handled by returning the ‘most recent’ version of the referenced versions.,MAY,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
332
332
  hl7.fhir.us.davinci-dtr_2.0.1,320,https://hl7.org/fhir/us/davinci-dtr/STU2/OperationDefinition-questionnaire-package.html,"Each ... [version of a] ValueSet will only appear once in the Bundle [returned by the questionnaire package operation], even if it is referenced multiple places.",SHALL,Payer Service,,false,NA,NA,NA,NA,NA,NA,,
@@ -4,4 +4,5 @@ module DaVinciDTRTestKit
4
4
  QUESTIONNAIRE_PACKAGE_TAG = 'dtr_questionnaire_package'.freeze
5
5
  CLIENT_NEXT_TAG = 'dtr_questionnaire_next_question'.freeze
6
6
  EHR_AUTHORIZE_TAG = 'dtr_smart_app_ehr_authorize'.freeze
7
+ SUPPORTED_PAYER_TAG = 'light_ehr_supported_payer_endpoint'.freeze
7
8
  end
@@ -14,6 +14,7 @@ module DaVinciDTRTestKit
14
14
  QUESTIONNAIRE_RESPONSE_PATH = "#{FHIR_BASE_PATH}/QuestionnaireResponse".freeze
15
15
  FHIR_RESOURCE_PATH = "#{FHIR_BASE_PATH}/:resource/:id".freeze
16
16
  FHIR_SEARCH_PATH = "#{FHIR_BASE_PATH}/:resource".freeze
17
+ SUPPORTED_PAYER_PATH = '/:tester_url_id/supported-payers'
17
18
  RESUME_PASS_PATH = '/resume_pass'
18
19
  RESUME_FAIL_PATH = '/resume_fail'
19
20
 
@@ -50,6 +51,10 @@ module DaVinciDTRTestKit
50
51
  @fhir_base_url ||= base_url + FHIR_BASE_PATH
51
52
  end
52
53
 
54
+ def supported_payer_url(unique_url_id)
55
+ @supported_payer_url ||= base_url + SUPPORTED_PAYER_PATH.gsub(':tester_url_id', unique_url_id)
56
+ end
57
+
53
58
  def resume_pass_url
54
59
  @resume_pass_url ||= base_url + RESUME_PASS_PATH
55
60
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaVinciDTRTestKit
4
- VERSION = '0.15.0'
5
- LAST_UPDATED = '2025-02-25'
4
+ VERSION = '0.15.1'
5
+ LAST_UPDATED = '2025-03-10'
6
6
  end