service_base_url_test_kit 0.11.1 → 0.12.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: 748b6e8e1419df212293e1e3c50cca2f5667b5452b8028af463795cd7ec9e3a0
4
- data.tar.gz: c3f9455cc98c71b0cd2594942dfaff8be0f473964810c996f1bb8d8435e83414
3
+ metadata.gz: 2328f9d4512d1858c691e5783f059c092873036eb378944d4650ecc702c2ec69
4
+ data.tar.gz: 9f1ea0cddbbbadc35b2df7c9ba8ce1109c932a4744b8ab4a49b664d57224e34d
5
5
  SHA512:
6
- metadata.gz: 84bac767ad36fa3ec2ef0364187dfb05f69702ff03ac6ab7cb1319e4a6d0ba5dfd5b1e7cd50dc00c84266ae2ccd44ca12ade440c8775308f8167a6e6d8a3a3c3
7
- data.tar.gz: e268c09aeaf98dc7003aceed782ae98a438407637e35c0ff0b670abf1459c829884bca8a370afdc69a52abb9af3957faab4f145c0c421e6427159a13746f186e
6
+ metadata.gz: 31a46a1404ab44b7924be31cfecdf74b26b8400806cfa51df300859b6901bfda10d849da733f157020d3a87fdf4b446733f4854ec3ce97ca7a2f6fefc959ee45
7
+ data.tar.gz: d43745be9cc7783adb4626134a2713b13850ccec38e4e34356ec2dc177487a71f95fd20f53047d788a6a825f7db3461455213030e487a4b9fbb250feefa1056d
@@ -0,0 +1,13 @@
1
+ {
2
+ "title": "Example Service Base URL",
3
+ "id": null,
4
+ "test_suite_id": "service_base_url",
5
+ "inputs": [
6
+ {
7
+ "name": "service_base_url_publication_url",
8
+ "value": "<%= Inferno::Application['base_url'] %>/custom/service_base_url/examples/testBundleValid.json",
9
+ "title": "Service Base URL Publication URL",
10
+ "type": "text"
11
+ }
12
+ ]
13
+ }
@@ -0,0 +1,81 @@
1
+ require_relative 'version'
2
+
3
+ module ServiceBaseURLTestKit
4
+ class Metadata < Inferno::TestKit
5
+ id :service_base_url_test_kit
6
+ title 'Service Base URL Test Kit'
7
+ suite_ids ['service_base_url']
8
+ tags ['Endpoint Publication']
9
+ last_updated ::ServiceBaseURLTestKit::LAST_UPDATED
10
+ version ::ServiceBaseURLTestKit::VERSION
11
+ maturity 'Medium'
12
+ authors ['Inferno Team']
13
+ repo 'https://github.com/inferno-framework/service-base-url-test-kit'
14
+ description <<~DESCRIPTION
15
+ The Service Base URL Test Kit provides a set of tests that verify
16
+ conformance of Service Base URL publications to data format requirements
17
+ as described in
18
+ [Conditions and Maintenance of Certification - Application programming interfaces](https://www.ecfr.gov/current/title-45/subtitle-A/subchapter-D/part-170/subpart-D/section-170.404#p-170.404(b)(2))
19
+ and the
20
+ [ONC HTI-1 Final Rule](https://www.healthit.gov/topic/laws-regulation-and-policy/health-data-technology-and-interoperability-certification-program).
21
+ Please review the
22
+ [Application Programming Interfaces Certification Companion Guide](https://www.healthit.gov/condition-ccg/application-programming-interfaces)
23
+ for additional guidance. <!-- break -->This Test Kit is provided as a tool
24
+ to help developers identify potential issues or problems with the
25
+ structure of their Service Base URL publication. Test failures do not
26
+ necessarily indicate non-conformance to the Conditions and Maintenance of
27
+ Certification. Use of these tests is not required for participants of the
28
+ ONC Health IT Certification Program. Please provide feedback on these
29
+ tests by reporting an issue in
30
+ [GitHub](https://github.com/inferno-framework/service-base-url-test-kit/issues),
31
+ or by reaching out to the team on the
32
+ [Inferno FHIR Zulip channel](https://chat.fhir.org/#narrow/stream/179309-inferno).
33
+
34
+ This Test Kit specifically targets requirements provided within the Conditions
35
+ and Maintenance of Certification. Testing for the related
36
+ [SMART User-access Brands and Endpoints](http://hl7.org/fhir/smart-app-launch/STU2.2/brands.html)
37
+ specification is provided separately within the
38
+ [SMART App Launch Test Kit](https://inferno.healthit.gov/test-kits/smart-app-launch).
39
+
40
+ Relevant requirements from the Conditions and Maintenance of
41
+ Certification - Application programming interfaces:
42
+
43
+ **Service Base URL publication:**
44
+
45
+ For all Health IT Modules certified to § 170.315(g)(10), a Certified API
46
+ Developer must publish, at no charge, the service base URLs and related
47
+ organization details that can be used by patients to access their
48
+ electronic health information, by December 31, 2024. This includes all
49
+ customers regardless of whether the Health IT Modules certified
50
+ to § 170.315(g)(10) are centrally managed by the Certified API Developer
51
+ or locally deployed by an API Information Source. These service base URLs
52
+ and organization details must conform to the following:
53
+
54
+ - Service base URLs must be publicly published in Endpoint resource format
55
+ according to the standard adopted in § 170.215(a) (FHIR v4.0.1).
56
+ - Organization details for each service base URL must be publicly
57
+ published in Organization resource format according to the standard
58
+ adopted in § 170.215(a) (FHIR v4.0.1). Each Organization resource must
59
+ contain:
60
+ + A reference, in the Organization endpoint element, to the Endpoint resources containing service base URLs managed by this organization.
61
+ + The organization’s name, location, and facility identifier.
62
+ - Endpoint and Organization resources must be:
63
+ + Collected into a Bundle resource formatted according to the standard adopted in § 170.215(a) (FHIR v4.0.1) for publication;
64
+ + and Reviewed quarterly and, as necessary, updated.
65
+
66
+ ## Providing Feedback and Reporting Issues
67
+
68
+ We welcome feedback on the tests, including but not limited to the following areas:
69
+
70
+ - Validation logic, such as potential bugs, lax checks, and unexpected failures.
71
+ - Requirements coverage, such as requirements that have been missed, tests that
72
+ necessitate features that the IG does not require, or other issues with the
73
+ interpretation of the IG’s requirements.
74
+ - User experience, such as confusing or missing information in the test UI.
75
+
76
+ Please report any issues with this set of tests in the
77
+ [issues section](https://github.com/inferno-framework/service-base-url-test-kit/issues)
78
+ of the source code repository.
79
+ DESCRIPTION
80
+ end
81
+ end
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ServiceBaseURLTestKit
4
- VERSION = '0.11.1'
4
+ VERSION = '0.12.1'
5
+ LAST_UPDATED = '2025-03-06'
5
6
  end
@@ -1,4 +1,4 @@
1
- require_relative 'service_base_url_test_kit/version'
1
+ require_relative 'service_base_url_test_kit/metadata'
2
2
  require_relative 'service_base_url_test_kit/service_base_url_test_group'
3
3
  require 'erb'
4
4
 
@@ -60,7 +60,6 @@ module ServiceBaseURLTestKit
60
60
 
61
61
 
62
62
  )
63
- version VERSION
64
63
 
65
64
  input_instructions <<~INSTRUCTIONS
66
65
  For systems that make their Service Base URL Bundle available at a public endpoint, please input
@@ -81,6 +80,10 @@ module ServiceBaseURLTestKit
81
80
  label: 'Open Source',
82
81
  url: 'https://github.com/inferno-framework/service-base-url-test-kit'
83
82
  },
83
+ {
84
+ label: 'Download',
85
+ url: 'https://github.com/inferno-framework/service-base-url-test-kit/releases'
86
+ },
84
87
  {
85
88
  label: 'Service base URL requirements',
86
89
  url: 'https://www.ecfr.gov/current/title-45/subtitle-A/subchapter-D/part-170/subpart-D/section-170.404#p-170.404(b)(2)'
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: service_base_url_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inferno Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.5.0
19
+ version: 0.6.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.5.0
26
+ version: 0.6.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: database_cleaner-sequel
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -88,9 +88,12 @@ extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
90
  - LICENSE
91
+ - config/presets/service_base_url_local_host_endpoint_list_preset.json.erb
91
92
  - lib/service_base_url_test_kit.rb
92
93
  - lib/service_base_url_test_kit/examples/CapabilityStatement.json
93
94
  - lib/service_base_url_test_kit/examples/testBundleValid.json.erb
95
+ - lib/service_base_url_test_kit/igs/put_ig_package_dot_tgz_here
96
+ - lib/service_base_url_test_kit/metadata.rb
94
97
  - lib/service_base_url_test_kit/service_base_url_retrieve_group.rb
95
98
  - lib/service_base_url_test_kit/service_base_url_test_group.rb
96
99
  - lib/service_base_url_test_kit/service_base_url_validate_group.rb
@@ -101,6 +104,7 @@ licenses:
101
104
  metadata:
102
105
  homepage_uri: https://github.com/inferno-framework/service-base-url-test-kit
103
106
  source_code_uri: https://github.com/inferno-framework/service-base-url-test-kit
107
+ inferno_test_kit: 'true'
104
108
  post_install_message:
105
109
  rdoc_options: []
106
110
  require_paths:
@@ -109,14 +113,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
113
  requirements:
110
114
  - - ">="
111
115
  - !ruby/object:Gem::Version
112
- version: 3.1.2
116
+ version: 3.3.6
113
117
  required_rubygems_version: !ruby/object:Gem::Requirement
114
118
  requirements:
115
119
  - - ">="
116
120
  - !ruby/object:Gem::Version
117
121
  version: '0'
118
122
  requirements: []
119
- rubygems_version: 3.5.10
123
+ rubygems_version: 3.5.22
120
124
  signing_key:
121
125
  specification_version: 4
122
126
  summary: Inferno Service Base URL Test Kit