Skip to content

Commit 2f4efb2

Browse files
committed
Make IG URLs version-specific
1 parent 475ae9a commit 2f4efb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- [Inferno documentation](https://inferno-framework.github.io/inferno-core/)
33
- [Ruby API documentation](https://inferno-framework.github.io/inferno-core/docs)
44
- [JSON API documentation](https://inferno-framework.github.io/inferno-core/api-docs)
5-
- [UDS+ Implementation Guide](https://fhir.org/guides/hrsa/uds-plus/)
5+
- [UDS+ Implementation Guide](https://fhir.org/guides/hrsa/uds-plus/STU2)
66

77
## Connectathon Links
88
- [Connectathon Manager](http://conman.clinfhir.com/connectathon.html?event=con33)

lib/uds_plus_test_kit/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Metadata < Inferno::TestKit
55
id :uds_plus
66
title 'UDS+ Test Kit'
77
description <<~DESCRIPTION
8-
The UDS+ Test Kit validates the conformance of a server to the [UDS+ IG v2.0.0](https://fhir.org/guides/hrsa/uds-plus/index.html). The included tests function as a rudimentary data receiver. This receiver will take a provided Import Manifest, either as an HTTP location or as a raw json, and validate its contents. This includes validating the structure of the manifest, as well as the structure of the data the manifest points to.
8+
The UDS+ Test Kit validates the conformance of a server to the [UDS+ IG v2.0.0](https://fhir.org/guides/hrsa/uds-plus/STU2). The included tests function as a rudimentary data receiver. This receiver will take a provided Import Manifest, either as an HTTP location or as a raw json, and validate its contents. This includes validating the structure of the manifest, as well as the structure of the data the manifest points to.
99
<!-- break -->
1010
This test kit is built using the [Inferno Framework](https://inferno-framework.github.io/docs/). The Inferno Framework is designed for reuse and aims to make it easier to build test kits for any FHIR-based data exchange.
1111

lib/uds_plus_test_kit/uds_plus_test_suite.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class UDSPlusTestSuite < Inferno::TestSuite
88
title 'UDS+ Test Kit'
99
description %(
1010
The UDS+ Test Kit tests systems for their conformance to the [UDS+
11-
Implementation Guide v2.0.0](https://fhir.org/guides/hrsa/uds-plus/index.html).
11+
Implementation Guide v2.0.0](https://fhir.org/guides/hrsa/uds-plus/STU2).
1212
The included tests function as a rudimentary data receiver. This receiver will
1313
take a provided Import Manifest, either as an HTTP location or as a raw json,
1414
and validate its contents. This includes validating the structure of the manifest,
@@ -141,7 +141,7 @@ class UDSPlusTestSuite < Inferno::TestSuite
141141
{
142142
type: 'ig',
143143
label: 'UDS+ Implementation Guide v2.0.0',
144-
url: 'https://fhir.org/guides/hrsa/uds-plus/index.html'
144+
url: 'https://fhir.org/guides/hrsa/uds-plus/STU2'
145145
}
146146
]
147147

0 commit comments

Comments
 (0)