Skip to content

Commit

Permalink
Merge pull request #14 from inferno-framework/FI-2978-extension-conte…
Browse files Browse the repository at this point in the history
…xt-issue

documentation pointers to known validator errors due to spec issues
  • Loading branch information
karlnaden authored Aug 7, 2024
2 parents c938a5f + 57d125c commit 43d83e8
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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).
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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).
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43d83e8

Please sign in to comment.