davinci_crd_test_kit 0.12.1 → 0.12.2

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: e7aa24c2a8102e8bed59aa0048f99c0ef46a75b0f6d1019c089929a73ee72415
4
- data.tar.gz: ccd3b902a0daff447d42331458c5951f383ce59515d00504f6abb02e63c00342
3
+ metadata.gz: 07fe11d1fa86cbca8a60918385620dcaaacd5aad59cb4b19dda8bd31252e15bc
4
+ data.tar.gz: 59ebe2e12e0e40cbbd0e440ccdf98a6f34a7d5857b826d8bb6a7b4d292280a08
5
5
  SHA512:
6
- metadata.gz: faa55e1274867c584dec2c5e3c6522b13590c41342eb1e55691e5f5f78ce1208b2d4df7674b0ef1e7ba23ab6bc22ce1226f283ca9c0cc1583d61e668ef80a56d
7
- data.tar.gz: 1b0d2526904aaf5138cf12d131e7fd769ca05652fb542d0139e9f93abce996edd929336c8f786639cea54bbda75b3c8ae67783ea5bf494a0e182ddde4eab092c
6
+ metadata.gz: b455866a08f2706f1ded5c8370122f351baf4c1b3bbe56f7d571b72fe264bf83e655f53b3ca48bb85c891d4022d87ce2e7b47795897ee8485374f945eb027b04
7
+ data.tar.gz: 235279ddbdcc40a57ead61d4f8c9c6578c411ac45c3907a61f9ce2af701a135ff52b19ce56b1d465d8716b8eef8f9808f20351aaad6219d51393227a80f043df
@@ -14,7 +14,7 @@ module DaVinciCRDTestKit
14
14
  level of detail provided is insufficient to determine coverage.
15
15
  )
16
16
  config options: { accepts_multiple_requests: true }
17
- verifies_requirements 'hl7.fhir.us.davinci-crd_2.0.1@164', 'hl7.fhir.us.davinci-crd_2.0.1@171',
17
+ verifies_requirements 'hl7.fhir.us.davinci-crd_2.0.1@171',
18
18
  'hl7.fhir.us.davinci-crd_2.0.1@183', 'hl7.fhir.us.davinci-crd_2.0.1@243',
19
19
  'hl7.fhir.us.davinci-crd_2.0.1@244', 'hl7.fhir.us.davinci-crd_2.0.1@245'
20
20
 
@@ -13,7 +13,7 @@ module DaVinciCRDTestKit
13
13
  system action for these hooks, even if the response indicates that further information is needed or that the
14
14
  level of detail provided is insufficient to determine coverage.
15
15
  )
16
- verifies_requirements 'hl7.fhir.us.davinci-crd_2.0.1@164', 'hl7.fhir.us.davinci-crd_2.0.1@205',
16
+ verifies_requirements 'hl7.fhir.us.davinci-crd_2.0.1@205',
17
17
  'hl7.fhir.us.davinci-crd_2.0.1@207', 'hl7.fhir.us.davinci-crd_2.0.1@243',
18
18
  'hl7.fhir.us.davinci-crd_2.0.1@244', 'hl7.fhir.us.davinci-crd_2.0.1@245'
19
19
 
@@ -123,6 +123,14 @@ module DaVinciCRDTestKit
123
123
  }
124
124
  ]
125
125
 
126
+ requirement_sets(
127
+ {
128
+ identifier: 'hl7.fhir.us.davinci-crd_2.0.1',
129
+ title: 'Da Vinci Coverage Requirements Discovery (CRD) v2.0.1',
130
+ actor: 'Client'
131
+ }
132
+ )
133
+
126
134
  fhir_resource_validator do
127
135
  igs('hl7.fhir.us.davinci-crd#2.0.1')
128
136
 
@@ -90,6 +90,14 @@ module DaVinciCRDTestKit
90
90
  }
91
91
  ]
92
92
 
93
+ requirement_sets(
94
+ {
95
+ identifier: 'hl7.fhir.us.davinci-crd_2.0.1',
96
+ title: 'Da Vinci Coverage Requirements Discovery (CRD) v2.0.1',
97
+ actor: 'Server'
98
+ }
99
+ )
100
+
93
101
  input :base_url,
94
102
  title: 'CRD server base URL'
95
103