us_core_test_kit 1.1.3 → 1.1.4

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: 0f3c08dbdb6f8a4dece5113b4a3c49a10cc1e498f5b1d9e0e5be0931a33431f0
4
- data.tar.gz: d2d3176e04d3ddeb29b3b33edba301a7a00c9cde773bf29bddc663cb63661240
3
+ metadata.gz: 7a92bcf47a734b2aa0129fb9e03ee6fe4d5ba71faef26f375f4ff7516e0bad92
4
+ data.tar.gz: ed9e94af27e7da24b59b5aa69a40ff57f7df48a3cf54e0cd3a72b0b197f2508c
5
5
  SHA512:
6
- metadata.gz: '0943f1e2f6048f7cddfbfab17e3942cec264b0f9b1cfbcb05bbfc36afe313e79580fd62c3521b2eeca4fe100dba770d37b5d23f45571206bcd31c69a9599d7fe'
7
- data.tar.gz: 4a0fd6c8657aa98bbef7560cc69f8241c3384da5b7fcc0a5ed9b449338cd3092eb614a3478b9624a71881be88b6efb44ebe44085103427cfeeb959f8dec33b70
6
+ metadata.gz: 4861823d224dced6367d4184be8e0212f9bfc56a2e6c16b220cdf666768b6fe3cff7ba24fa15db380e39d333cb089d75817dc5a0ba730591cf516de511a795bd
7
+ data.tar.gz: 644ca260cf1e54dc0a51770196f6c593db2049c9f0ad58b28ecce3016e658bf18cd506d9bf9cb02c1181665ae30d48baa0838caf96f094bdd5c5017ff8789c56
@@ -27,7 +27,7 @@ steps:
27
27
  inputs:
28
28
  smart_auth_info:
29
29
  access_token: SAMPLE_TOKEN
30
- timeout: 1200 # API tests are very long-running
30
+ timeout: 1800 # API tests are very long-running
31
31
  action_description: Run Group 2 US Core FHIR API
32
32
 
33
33
  - state_description: Finished Group 2 US Core FHIR API
@@ -27,7 +27,7 @@ steps:
27
27
  inputs:
28
28
  smart_auth_info:
29
29
  access_token: SAMPLE_TOKEN
30
- timeout: 1200 # API tests are very long-running
30
+ timeout: 1800 # API tests are very long-running
31
31
  action_description: Run Group 2 US Core FHIR API
32
32
 
33
33
  - state_description: Finished Group 2 US Core FHIR API
@@ -27,7 +27,7 @@ steps:
27
27
  inputs:
28
28
  smart_auth_info:
29
29
  access_token: SAMPLE_TOKEN
30
- timeout: 1200 # API tests are very long-running
30
+ timeout: 1800 # API tests are very long-running
31
31
  action_description: Run Group 2 US Core FHIR API
32
32
 
33
33
  - state_description: Finished Group 2 US Core FHIR API
@@ -27,7 +27,7 @@ steps:
27
27
  inputs:
28
28
  smart_auth_info:
29
29
  access_token: SAMPLE_TOKEN
30
- timeout: 1200 # API tests are very long-running
30
+ timeout: 1800 # API tests are very long-running
31
31
  action_description: Run Group 2 US Core FHIR API
32
32
 
33
33
  - state_description: Finished Group 2 US Core FHIR API
@@ -27,7 +27,7 @@ steps:
27
27
  inputs:
28
28
  smart_auth_info:
29
29
  access_token: SAMPLE_TOKEN
30
- timeout: 1200 # API tests are very long-running
30
+ timeout: 1800 # API tests are very long-running
31
31
  action_description: Run Group 4 US Core FHIR API
32
32
 
33
33
  - state_description: Finished Group 4 US Core FHIR API
@@ -27,7 +27,7 @@ steps:
27
27
  inputs:
28
28
  smart_auth_info:
29
29
  access_token: SAMPLE_TOKEN
30
- timeout: 1200 # API tests are very long-running
30
+ timeout: 1800 # API tests are very long-running
31
31
  action_description: Run Group 4 US Core FHIR API
32
32
 
33
33
  - state_description: Finished Group 4 US Core FHIR API
@@ -60,7 +60,7 @@ steps:
60
60
  last_completed: 1.4
61
61
  start_run:
62
62
  runnable: 2
63
- timeout: 1200 # API tests are very long-running
63
+ timeout: 1800 # API tests are very long-running
64
64
  action_description: Run Group 2 US Core FHIR API
65
65
 
66
66
  - state_description: Finished Group 2 US Core FHIR API
@@ -82,7 +82,15 @@ module USCoreTestKit
82
82
  %r{A definition for CodeSystem 'http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem' could not be found, so the code cannot be validated} # only logged the first DocumentReference validation
83
83
  ].freeze
84
84
 
85
- VERSION_SPECIFIC_MESSAGE_FILTERS = [].freeze
85
+ VERSION_SPECIFIC_MESSAGE_FILTERS = [
86
+ %r{A definition for CodeSystem 'http://terminology\.hl7\.org/CodeSystem/v3-AdministrativeGender' version '2021-12-01' could not be found, so the code cannot be validated},
87
+ %r{A definition for CodeSystem 'http://terminology\.hl7\.org/CodeSystem/v3-NullFlavor' version '2021-12-01' could not be found, so the code cannot be validated},
88
+ %r{The value provided \('M'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
89
+ %r{The value provided \('F'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
90
+ %r{The value provided \('ASKU'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
91
+ %r{The value provided \('OTH'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
92
+ %r{The value provided \('UNK'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)}
93
+ ].freeze
86
94
 
87
95
  VALIDATION_MESSAGE_FILTERS = GENERAL_MESSAGE_FILTERS + VERSION_SPECIFIC_MESSAGE_FILTERS
88
96
 
@@ -25,6 +25,16 @@ module USCoreTestKit
25
25
  %r{Observation: Slice 'Observation\.effective\[x\]:effectiveDateTime':.*http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|6.1.0},
26
26
  %r{Observation\.effective\.ofType\(Period\)\.(start|end): This element is not allowed by the profile http://hl7.org/fhir/StructureDefinition/dateTime}
27
27
  ]
28
+ when 'v501'
29
+ [
30
+ %r{A definition for CodeSystem 'http://terminology\.hl7\.org/CodeSystem/v3-AdministrativeGender' version '2021-12-01' could not be found, so the code cannot be validated},
31
+ %r{A definition for CodeSystem 'http://terminology\.hl7\.org/CodeSystem/v3-NullFlavor' version '2021-12-01' could not be found, so the code cannot be validated},
32
+ %r{The value provided \('M'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
33
+ %r{The value provided \('F'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
34
+ %r{The value provided \('ASKU'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
35
+ %r{The value provided \('OTH'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)},
36
+ %r{The value provided \('UNK'\) was not found in the value set 'Birth Sex' (http://hl7\.org/fhir/us/core/ValueSet/birthsex\|5.0.1)}
37
+ ]
28
38
  else
29
39
  []
30
40
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module USCoreTestKit
4
- VERSION = '1.1.3'
5
- LAST_UPDATED = '2026-05-26'
4
+ VERSION = '1.1.4'
5
+ LAST_UPDATED = '2026-07-09'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: us_core_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-26 00:00:00.000000000 Z
11
+ date: 2026-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.3'
19
+ version: '1.4'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.3.1
22
+ version: 1.4.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: '1.3'
29
+ version: '1.4'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.3.1
32
+ version: 1.4.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: smart_app_launch_test_kit
35
35
  requirement: !ruby/object:Gem::Requirement