uds_plus_test_kit 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 891c9ba749e3b6939300314696ca315585a1d7a0142a6ed8bd36a13f6604a275
4
- data.tar.gz: 76ad5cb9ba7cbcf3e7f32d4c5971a3585b6612c517f4f0ad8c7aeddcf441aa49
3
+ metadata.gz: 489bdac3359252bf1373e013f355610ec8eab11222ab015621bb6b9df4a3bc80
4
+ data.tar.gz: 3c1475c83546b3376301b71daa0fb8f3661d207a0660ade16c9fcd4acb9eff2f
5
5
  SHA512:
6
- metadata.gz: c55b0176836f1a674be73c3c3274aae3d67572f3652776dc787b11fd04dce4b406535277955065c260a55490f8ff2ea9adf6ca6a7e9b7fa39b3613f69562f969
7
- data.tar.gz: c82a7bf34b65b49e6258ea1f4a17fc3d766bb07ec60b835ae7db3f69cb6259b5904e22f9b248bc54ebd70736158ea4a0c8508db6d0f260994b77d775e6a54f4d
6
+ metadata.gz: 2f834ee6a5d50aa4aea2f17c6b3975f76fe4dd45c22e078326df0ca56f90268cc863f820d23d301428e9db0a5b3dc7d1b46f91c239db124292fe010ba71cc533
7
+ data.tar.gz: 8e855a4443d9e0f6a45d373b6d4fdf5717d6c63802cf80b8bf2923eeae0c0b4ed1e3946cc285279703b0d95ef8bd818e2e7336353a50c8e5875efda098d95684
@@ -68,12 +68,12 @@ module UDSPlusTestKit
68
68
  test from: :uds_plus_read_lab_test
69
69
  test from: :uds_plus_validate_lab_test
70
70
  test from: :uds_plus_read_special_observation_test
71
+ test from: :uds_plus_validate_special_observation_test
71
72
  test from: :uds_plus_read_medication_request_test
72
73
  test from: :uds_plus_validate_medication_request_test
73
74
  test from: :uds_plus_read_medication_statement_test
74
75
  test from: :uds_plus_validate_medication_statement_test
75
76
  test from: :uds_plus_read_service_request_test
76
77
  test from: :uds_plus_validate_service_request_test
77
- test from: :uds_plus_validate_special_observation_test
78
78
  end
79
79
  end
@@ -9,7 +9,7 @@ module UDSPlusTestKit
9
9
  title 'UDS+ Test Kit'
10
10
  description %(
11
11
  The UDS+ Test Kit tests systems for their conformance to the [UDS+
12
- Implementation Guide](http://fhir.drajer.com/site/index.html#uds-plus-home-page).
12
+ Implementation Guide v0.4.1](http://udsplus.drajer.com).
13
13
  The included tests function as a rudimentary data receiver. This receiver will
14
14
  take a provided Import Manifest, either as an HTTP location or as a raw json,
15
15
  and validate its contents. This includes validating the structure of the manifest,
@@ -78,8 +78,8 @@ module UDSPlusTestKit
78
78
  url: 'https://github.com/inferno-framework/uds-plus-test-kit/'
79
79
  },
80
80
  {
81
- label: 'UDS+ Implementation Guide',
82
- url: 'http://fhir.drajer.com/site/index.html'
81
+ label: 'UDS+ Implementation Guide v0.4.1',
82
+ url: 'http://udsplus.drajer.com'
83
83
  }
84
84
  ]
85
85
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UDSPlusTestKit
4
- VERSION = '1.0.1'
5
- UDS_PLUS_VERSION = '0.4.1' #'1.0.0'
4
+ VERSION = '1.0.3'
5
+ UDS_PLUS_VERSION = '0.4.1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uds_plus_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leap Orbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-18 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core