diff --git a/lib/davinci_pas_test_kit/docs/client_suite_description_v201.md b/lib/davinci_pas_test_kit/docs/client_suite_description_v201.md index ceb0bd0..431a2e8 100644 --- a/lib/davinci_pas_test_kit/docs/client_suite_description_v201.md +++ b/lib/davinci_pas_test_kit/docs/client_suite_description_v201.md @@ -169,4 +169,11 @@ The PAS IG places additional requirements on clients that are not currently test - Most details requiring manual review of the client system, e.g., the requirement that clinicians can update details of the prior authorization request before submitting them -These and any other requirements found in the PAS IG may be tested in future versions of these tests. \ No newline at end of file +These and any other requirements found in the PAS IG may be tested in future versions of these tests. + +### Known Issues + +Testing has identified issues with the source IG that result in spurious failures. +Tests impacted by these issues have an indication in their documentations. The full +list of known issues can be found on the [repository's issues page with the 'source ig issue' +lable](https://github.com/inferno-framework/davinci-pas-test-kit/labels/source%20ig%20issue). \ No newline at end of file diff --git a/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md b/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md index 66fe6bf..dafeef1 100644 --- a/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md +++ b/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md @@ -147,4 +147,11 @@ The PAS IG places additional requirements on servers that are not currently test - Inquiry requests from non-submitting systems - Collection of metrics -These and any other requirements found in the PAS IG may be tested in future versions of these tests. \ No newline at end of file +These and any other requirements found in the PAS IG may be tested in future versions of these tests. + +### Known Issues + +Testing has identified issues with the source IG that result in spurious failures. +Tests impacted by these issues have an indication in their documentations. The full +list of known issues can be found on the [repository's issues page with the 'source ig issue' +lable](https://github.com/inferno-framework/davinci-pas-test-kit/labels/source%20ig%20issue). \ No newline at end of file diff --git a/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_denial_pas_response_bundle_validation_test.rb b/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_denial_pas_response_bundle_validation_test.rb index e4a9518..5abbadf 100644 --- a/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_denial_pas_response_bundle_validation_test.rb +++ b/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_denial_pas_response_bundle_validation_test.rb @@ -29,6 +29,14 @@ class ClientDenialPasResponseBundleValidationTest < Inferno::Test Note that because X12 value sets are not public, elements bound to value sets containing X12 codes are not validated. + + **Limitations** + + Due to recognized errors in the DTR IG around extension context definitions, + this test may not pass due to spurious errors of the form "The extension + [extension url] is not allowed at this point". See [this + issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11) + for additional details. ) def resource_type diff --git a/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_pended_pas_response_bundle_validation_test.rb b/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_pended_pas_response_bundle_validation_test.rb index a84d038..14891c5 100644 --- a/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_pended_pas_response_bundle_validation_test.rb +++ b/lib/davinci_pas_test_kit/generated/v2.0.1/client_tests/client_pended_pas_response_bundle_validation_test.rb @@ -29,6 +29,14 @@ class ClientPendedPasResponseBundleValidationTest < Inferno::Test Note that because X12 value sets are not public, elements bound to value sets containing X12 codes are not validated. + + **Limitations** + + Due to recognized errors in the DTR IG around extension context definitions, + this test may not pass due to spurious errors of the form "The extension + [extension url] is not allowed at this point". See [this + issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11) + for additional details. ) def resource_type diff --git a/lib/davinci_pas_test_kit/generated/v2.0.1/pas_inquiry_response_bundle/server_pas_inquiry_response_bundle_validation_test.rb b/lib/davinci_pas_test_kit/generated/v2.0.1/pas_inquiry_response_bundle/server_pas_inquiry_response_bundle_validation_test.rb index 6c66416..de72156 100644 --- a/lib/davinci_pas_test_kit/generated/v2.0.1/pas_inquiry_response_bundle/server_pas_inquiry_response_bundle_validation_test.rb +++ b/lib/davinci_pas_test_kit/generated/v2.0.1/pas_inquiry_response_bundle/server_pas_inquiry_response_bundle_validation_test.rb @@ -25,6 +25,14 @@ class ServerPasInquiryResponseBundleValidationTest < Inferno::Test Note that because X12 value sets are not public, elements bound to value sets containing X12 codes are not validated. + + **Limitations** + + Due to recognized errors in the DTR IG around extension context definitions, + this test may not pass due to spurious errors of the form "The extension + [extension url] is not allowed at this point". See [this + issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11) + for additional details. ) output :dar_code_found, :dar_extension_found diff --git a/lib/davinci_pas_test_kit/generated/v2.0.1/pas_response_bundle/server_pas_response_bundle_validation_test.rb b/lib/davinci_pas_test_kit/generated/v2.0.1/pas_response_bundle/server_pas_response_bundle_validation_test.rb index 59bab9b..7619b91 100644 --- a/lib/davinci_pas_test_kit/generated/v2.0.1/pas_response_bundle/server_pas_response_bundle_validation_test.rb +++ b/lib/davinci_pas_test_kit/generated/v2.0.1/pas_response_bundle/server_pas_response_bundle_validation_test.rb @@ -25,6 +25,14 @@ class ServerPasResponseBundleValidationTest < Inferno::Test Note that because X12 value sets are not public, elements bound to value sets containing X12 codes are not validated. + + **Limitations** + + Due to recognized errors in the DTR IG around extension context definitions, + this test may not pass due to spurious errors of the form "The extension + [extension url] is not allowed at this point". See [this + issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11) + for additional details. ) output :dar_code_found, :dar_extension_found