cancer_registry_reporting_test_kit 0.9.1 → 0.10.1

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: 825503812745282e1f997b68eeb7977716368a9fcb6c92c65c6b9dcfdbc4a6bb
4
- data.tar.gz: 1c10ea6d90bd6c1f55294f1a00adb66703f9420eb4018b197b6a19f68965e245
3
+ metadata.gz: 8ad1fe41b89f80fbebe87ba8faee4c4f300febfb4f6d7a7a08bdb964824a2b28
4
+ data.tar.gz: 7eecb87eeeffbf32e0341ae96cf8732ef9a67b611408e8f971172623e29219b1
5
5
  SHA512:
6
- metadata.gz: 6ce6ea3f59ed3112a7c4ff27966ec66b9662af00ce8694bcd140bd0ce8eb4539382b8e20e666348cfe1dba9b91bdd0c32f58d98f3eabc85e7456488c8668e83a
7
- data.tar.gz: a16414877ecff67be1ce861848a1955c88d1e3b0850cde663a3df8706aee14a2c5dc617fbb83f25046282761a49ae9c3ef420d973c71b731643123edf1c0c097
6
+ metadata.gz: 4ed902587d7252fa1eb85e5fb18d0ff09068841de726a2c1f71530d03ee4daeb5d90f96789a30fd3875cc225baed69c8bf3d0c31d876f263a93e621984f2f3c2
7
+ data.tar.gz: 170f450700c06107ddd70faa25dbe7a8bc82855f19295201577668bf5c5c1d72fa590145b3dc9b96463143c727a03f6b2e7d606338fa552be6ccc720991567f1
@@ -26,6 +26,20 @@ module CancerRegistryReportingTestKit
26
26
  }
27
27
  ]
28
28
 
29
+ requirement_sets(
30
+ {
31
+ identifier: 'hl7.fhir.us.central-cancer-registry-reporting_1.0.0',
32
+ title: 'Central Cancer Registry Reporting Content IG STU 1',
33
+ actor: 'EHR'
34
+ },
35
+ {
36
+ identifier: 'hl7.fhir.us.mcode_3.0.0',
37
+ title: 'minimal Common Oncology Data Elements (mCODE) Implementation Guide STU 3',
38
+ actor: 'mCode Data Sender',
39
+ requirements: 'Referenced'
40
+ }
41
+ )
42
+
29
43
  GENERAL_MESSAGE_FILTERS = [
30
44
  %r{Sub-extension url 'introspect' is not defined by the Extension http://fhir-registry\.smarthealthit\.org/StructureDefinition/oauth-uris},
31
45
  %r{Sub-extension url 'revoke' is not defined by the Extension http://fhir-registry\.smarthealthit\.org/StructureDefinition/oauth-uris},
@@ -31,6 +31,14 @@ module CancerRegistryReportingTestKit
31
31
  }
32
32
  ]
33
33
 
34
+ requirement_sets(
35
+ {
36
+ identifier: 'hl7.fhir.us.central-cancer-registry-reporting_1.0.0',
37
+ title: 'Central Cancer Registry Reporting Content IG STU 1',
38
+ actor: 'HDEA'
39
+ }
40
+ )
41
+
34
42
  GENERAL_MESSAGE_FILTERS = [
35
43
  %r{Sub-extension url 'introspect' is not defined by the Extension http://fhir-registry\.smarthealthit\.org/StructureDefinition/oauth-uris},
36
44
  %r{Sub-extension url 'revoke' is not defined by the Extension http://fhir-registry\.smarthealthit\.org/StructureDefinition/oauth-uris},