carin_for_blue_button_test_kit 0.13.1 → 0.13.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e8dec3b6b1df9791383f6a38db7db541301f96a875585b88ca9a95f4571d759
4
- data.tar.gz: 43f415f985ff760a889ca8a2469247b9b3a9700c49dcd80ae42be0c43468d324
3
+ metadata.gz: 4ddcfc1b502d40c9e506ac6219457d4f810ac18ce1cc520e448c4b96f609ed2d
4
+ data.tar.gz: 9cb13ece58d5934e9b62482594c5c2d1ef55c49ec3cad5f034db45f64c9b5156
5
5
  SHA512:
6
- metadata.gz: 21ff5a123dcf9c21f79e5d2643b31935542a07221d4d6075045ddf15ff72d1f5dbf560509f57f6f195ed382e93c8d097cc9af075c42c460c1521d59182a1103f
7
- data.tar.gz: 4da9daa0eecf601550d70788e09416a73f572995a36102f71e6afe689f2ac3aeda0f4cd09f68978a67a681ea5ac10434f64dad9c0197981bae1d59966ce9e75d
6
+ metadata.gz: a171f8af69738d3c1d85fb0ad4186ef50257f3e6fe43c01f3d4fc118bfab940e6638d480842a4160e1881334eb11435e67e6fa12524acfc2ac45fd7b7ca7f478
7
+ data.tar.gz: 1cb33dfb109fac99d85d2096f08d99a03dba45f43e2e62386ab62a4c5d5601222d29089e175becf7eb9ab6fddab9cfa94dfd05d69f45e4036a57cade90661099
@@ -112,7 +112,7 @@ module CarinForBlueButtonTestKit
112
112
  [US Core Client CapabilityStatement](https://hl7.org/fhir/us/core/STU3.1.1/CapabilityStatement-us-core-client.html).
113
113
  )
114
114
 
115
- test from: :initial_wait_test
115
+ test from: :c4bb_v200_initial_wait_test
116
116
  end
117
117
 
118
118
  group do
@@ -3,7 +3,7 @@ module CarinForBlueButtonTestKit
3
3
  class C4BBClientInitialWaitTest < Inferno::Test
4
4
  include URLs
5
5
 
6
- id :initial_wait_test
6
+ id :c4bb_v200_initial_wait_test
7
7
  title 'Client makes claims data and required search parameter requests'
8
8
  description %(
9
9
  This test will receive claims data requests and search requests until the user confirms they are done.
@@ -32,7 +32,7 @@ During execution, Inferno will wait for the client under test to issue requests
32
32
  - Retrieved instances of each [CARIN IG for Blue Button profile](https://hl7.org/fhir/us/carin-bb/STU2/artifacts.html#structures-resource-profiles)
33
33
  - Performed searches using the search parameters and search parameter combinations marked as **SHALL** within the [C4BB CapabilityStatement](https://hl7.org/fhir/us/carin-bb/STU2/CapabilityStatement-c4bb.html)
34
34
  and the [US Core Client CapabilityStatement](https://hl7.org/fhir/us/core/STU3.1.1/CapabilityStatement-us-core-client.html).
35
- - Processed and retained all profile instances and data elements marked as required or must support via tester attestation.
35
+ - Processed and retained all profile instances and data elements marked as required or must support.
36
36
 
37
37
  ## Running the Tests
38
38
 
@@ -58,8 +58,8 @@ return the requested CARIN resources to the client, and verify the interaction.
58
58
  ### Sample Execution - Postman
59
59
 
60
60
  To try out these tests without a CARIN for Blue Button client implementation, you may
61
- run them using [this Postman collection](https://github.com/inferno-framework/carin-for-blue-button-test-kit/blob/config/C4BB%20Client%20Search%20Tests.postman_collection.json). This Postman collection includes all of the required CARIN for Blue Button profile resource requests and required search
62
- requests needed to pass all of the tests.
61
+ run them using [this Postman collection](https://github.com/inferno-framework/carin-for-blue-button-test-kit/blob/main/config/C4BB%20Client%20Search%20Tests.postman_collection.json). This Postman collection includes all of the required CARIN for Blue Button profile resource requests and required search
62
+ requests needed to pass all of the tests. Note that some requests within the collection (those suffixed with "(unsupported)") are expected to return a 400 status and OperationOutcome indicating failure due to current limitations on search parameter support.
63
63
 
64
64
  To run the client tests against the Postman collection:
65
65
  1. Start an Inferno session of the CARIN for Blue Button Client test suite.
@@ -88,4 +88,6 @@ that the test kit covers and does not cover in the [Requirements Coverage](https
88
88
  CSV document.
89
89
 
90
90
  Specific current limitations to highlight include:
91
- - Testers must manually configure their client system to connect to a specific target patient and ingest specific curated sample CARIN data. Future versions of the test may allow more flexibility in the patient identity and the associated data.
91
+ - Inferno's simulated CARIN server does not support all required search parameters on the ExplanationOfBenefit resource, including service-date, service-start-date, billable-period-start, type, and _include=ExplanationOfBenefit:insurer. Inferno recognizes searches made using those parameters and will give the client credit for having performed them, but will always return an OperationOutcome indicating failure.
92
+ - Testers must manually configure their client system to connect to a specific target patient and ingest specific curated sample CARIN data. Future versions of the tests may allow more flexibility in the patient identity and the associated data.
93
+ - Testers must attest to their system's ability to process and retain all received information. Currently, this is implemented as a single test. Future versions of the tests may split this test out into different attestations per profile or other more fine-grained organization.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CarinForBlueButtonTestKit
4
- VERSION = '0.13.1'
4
+ VERSION = '0.13.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carin_for_blue_button_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-09 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core