davinci_pas_test_kit 0.13.2 → 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: eab60793f7ecc9d8f6e629c5c383a1c862944805eea21772dafcbcc45ecd1915
4
- data.tar.gz: c657b115fa076a0ed2ca74181725f55591f6814714f0a917d5be557978708790
3
+ metadata.gz: 46c74ed8d4b3a62f3c0e76e7294060d12d7fea32b79fc731f6cb84cb49d3bd79
4
+ data.tar.gz: 91408da23bc12fce76d25e9603a6fe6d8ce6057106b78a27914ed927eb4fcec0
5
5
  SHA512:
6
- metadata.gz: c35c4998d5dae26f61454695424235bd948ebae145a09f39557b97c31e487dea46b71b7afe0e6fdb65902ae80eebfcbc682606618516fea8ff929aaccd80a53b
7
- data.tar.gz: 23f797fc60bcb69395a631d2b05e6d942b9c1179528aa331319c43a5a3e6e81084c96cd1b54a0e92fc562f9f66e843f956d2a805296126b44ac177807cb005f9
6
+ metadata.gz: 32231175c136323ab6e79790dc2bf86ac7a2232c595a78d33edfa41940a39c853ac63b8c7c75e8a38e87acf7bce318d438d2bc18ce84dfa01747425d37ba1618
7
+ data.tar.gz: 32244e81845fc154ad0559cb521686c8228e7c3533a1d1b272876b861d5a2a6b62292f0d7b880fae4c85654dfb53fc6569014610cacf1b19d08c8123c6214161
@@ -80,6 +80,19 @@ module DaVinciPASTestKit
80
80
  }
81
81
  ]
82
82
 
83
+ requirement_sets(
84
+ {
85
+ identifier: 'hl7.fhir.us.davinci-pas_2.0.1',
86
+ title: 'Da Vinci Prior Authorization Support (PAS) v2.0.1',
87
+ actor: 'Client'
88
+ },
89
+ {
90
+ identifier: 'hl7.fhir.uv.subscriptions_1.1.0',
91
+ title: 'Subscriptions R5 Backport IG',
92
+ actor: 'Client'
93
+ }
94
+ )
95
+
83
96
  fhir_resource_validator do
84
97
  igs 'hl7.fhir.us.davinci-pas#2.0.1'
85
98
 
@@ -68,7 +68,6 @@ module DaVinciPASTestKit
68
68
  * Claim.supportingInfo:DischargeDates.timing[x]
69
69
  * Claim.supportingInfo:PatientEvent.timing[x]
70
70
  )
71
- verifies_requirements 'hl7.fhir.us.davinci-pas_2.0.1@36'
72
71
 
73
72
  id :pas_client_inquire_request_v201_claim_inquiry_must_support_test
74
73
 
@@ -71,6 +71,19 @@ module DaVinciPASTestKit
71
71
  }
72
72
  ]
73
73
 
74
+ requirement_sets(
75
+ {
76
+ identifier: 'hl7.fhir.us.davinci-pas_2.0.1',
77
+ title: 'Da Vinci Prior Authorization Support (PAS) v2.0.1',
78
+ actor: 'Server'
79
+ },
80
+ {
81
+ identifier: 'hl7.fhir.uv.subscriptions_1.1.0',
82
+ title: 'Subscriptions R5 Backport IG',
83
+ actor: 'Server'
84
+ }
85
+ )
86
+
74
87
  fhir_resource_validator do
75
88
  igs 'hl7.fhir.us.davinci-pas#2.0.1'
76
89
 
@@ -138,9 +138,7 @@ module DaVinciPASTestKit
138
138
  end
139
139
 
140
140
  def verifies_requirements
141
- case test_id # rubocop:disable Style/HashLikeCase
142
- when 'pas_client_inquire_request_v201_claim_inquiry_must_support_test'
143
- ['hl7.fhir.us.davinci-pas_2.0.1@36']
141
+ case test_id
144
142
  when 'pas_server_submit_response_v201_claimresponse_must_support_test'
145
143
  ['hl7.fhir.us.davinci-pas_2.0.1@37', 'hl7.fhir.us.davinci-pas_2.0.1@110']
146
144
  when 'pas_server_inquire_response_v201_claiminquiryresponse_must_support_test'
@@ -68,6 +68,19 @@ module DaVinciPASTestKit
68
68
  }
69
69
  ]
70
70
 
71
+ requirement_sets(
72
+ {
73
+ identifier: 'hl7.fhir.us.davinci-pas_2.0.1',
74
+ title: 'Da Vinci Prior Authorization Support (PAS) v2.0.1',
75
+ actor: 'Server'
76
+ },
77
+ {
78
+ identifier: 'hl7.fhir.uv.subscriptions_1.1.0',
79
+ title: 'Subscriptions R5 Backport IG',
80
+ actor: 'Server'
81
+ }
82
+ )
83
+
71
84
  fhir_resource_validator do
72
85
  igs '<%= ig_identifier %>'
73
86