us_core_test_kit 0.9.2 → 0.9.3

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: b932717dea1b608f8b882d319b8b0bb9ae55602f88ae33f237c11a145f545835
4
- data.tar.gz: 64ddbccbc2e8cea67a65013931fc0b1022425ca18fe5b86bece509c154a724d5
3
+ metadata.gz: 640b258b3230fd4c3061922d8e70fb0c795b6723c2327baa4f4f31acb961912c
4
+ data.tar.gz: e3746b1b30f6a3fe869b955565875d33ccb82b964cb321da84bf8d23eca15fd2
5
5
  SHA512:
6
- metadata.gz: 12f75e241b6c1d939bd707fe072abca55b162333fce4c58d16999ebf1795cf0272aeb6be2e89ce15806c5a033e28961fd13a5331b70119811862a2bc4967d751
7
- data.tar.gz: 5e864dac05137ff3ddb47eb517700113292b9988fcafa36eb94cd4088bde194e7733eb74ad339b5b796c3517e7e452cd4e97ad117c875e05aa667afe54180dae
6
+ metadata.gz: 52d2b138dbc0827306e741de88eda414596d1f2dd388184b911b672251f5d52a0cf0ee826321096c410512db490a0c59bd5c1972e3bbe1b429f84998141898db
7
+ data.tar.gz: 9f762ca3869219ea45f76703a7f65cfa02436e9c222c8bbaf5aad16df541030ded6296c8abe04306e40392e36f0ad16a27e0065b4d645c98adc8186ef4a54026
@@ -12,11 +12,11 @@ module USCoreTestKit
12
12
  id :us_core_smart_app_launch
13
13
  title 'SMART App Launch'
14
14
 
15
- SMART_V1_RESOURCE_LEVEL_SCOPES = 'launch/patient openid fhirUser offline_access patient/Medication.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Patient.read patient/Practitioner.read patient/Procedure.read patient/Provenance.read patient/PractitionerRole.read patient/ServiceRequest.read patient/RelatedPerson.read patient/Specimen.read patient/MedicationDispense.read patient/Coverage.read patient/Location.read patient/media.read'.freeze
15
+ SMART_V1_RESOURCE_LEVEL_SCOPES = 'launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Coverage.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Media.read patient/Medication.read patient/MedicationDispense.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read patient/QuestionnaireResponse.read patient/RelatedPerson.read patient/ServiceRequest.read patient/Specimen.read'.freeze
16
16
 
17
- SMART_V2_RESOURCE_LEVEL_SCOPES = 'launch/patient openid fhirUser offline_access patient/Medication.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Patient.rs patient/Practitioner.rs patient/Procedure.rs patient/Provenance.rs patient/PractitionerRole.rs patient/ServiceRequest.rs patient/RelatedPerson.rs patient/Specimen.rs patient/MedicationDispense.rs patient/Coverage.rs patient/Location.rs patient/Media.rs'.freeze
17
+ SMART_V2_RESOURCE_LEVEL_SCOPES = 'launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Endpoint.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs'.freeze
18
18
 
19
- SMART_V2_2_RESOURCE_LEVEL_SCOPES = 'launch/patient openid fhirUser offline_access patient/Medication.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Patient.rs patient/Practitioner.rs patient/Procedure.rs patient/Provenance.rs patient/PractitionerRole.rs patient/ServiceRequest.rs patient/RelatedPerson.rs patient/Specimen.rs patient/MedicationDispense.rs patient/Coverage.rs patient/Location.rs patient/Media.rs'.freeze
19
+ SMART_V2_2_RESOURCE_LEVEL_SCOPES = 'launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Endpoint.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs'.freeze
20
20
 
21
21
  group from: :us_core_smart_standalone_launch_stu1,
22
22
  required_suite_options: USCoreOptions::SMART_1_REQUIREMENT,
@@ -13,7 +13,7 @@ require_relative './granular_scope_tests/condition/condition_granular_scope_read
13
13
  module USCoreTestKit
14
14
  module USCoreV610
15
15
  class ConditionGranularScope1Group < Inferno::TestGroup
16
- title 'Condition Granular Scope Tests Tests'
16
+ title 'Condition Granular Scope Tests'
17
17
  short_description 'Verify support for the server capabilities required by the US Core Condition Encounter Diagnosis Profile.'
18
18
  description %(
19
19
  The tests in this group repeat all of the searches from the US Core
@@ -13,7 +13,7 @@ require_relative './granular_scope_tests/condition/condition_granular_scope_read
13
13
  module USCoreTestKit
14
14
  module USCoreV610
15
15
  class ConditionGranularScope2Group < Inferno::TestGroup
16
- title 'Condition Granular Scope Tests Tests'
16
+ title 'Condition Granular Scope Tests'
17
17
  short_description 'Verify support for the server capabilities required by the US Core Condition Encounter Diagnosis Profile.'
18
18
  description %(
19
19
  The tests in this group repeat all of the searches from the US Core
@@ -8,7 +8,7 @@ require_relative './granular_scope_tests/observation/observation_granular_scope_
8
8
  module USCoreTestKit
9
9
  module USCoreV610
10
10
  class ObservationGranularScope1Group < Inferno::TestGroup
11
- title 'Observation Granular Scope Tests Tests'
11
+ title 'Observation Granular Scope Tests'
12
12
  short_description 'Verify support for the server capabilities required by the US Core Laboratory Result Observation Profile.'
13
13
  description %(
14
14
  The tests in this group repeat all of the searches from the US Core
@@ -8,7 +8,7 @@ require_relative './granular_scope_tests/observation/observation_granular_scope_
8
8
  module USCoreTestKit
9
9
  module USCoreV610
10
10
  class ObservationGranularScope2Group < Inferno::TestGroup
11
- title 'Observation Granular Scope Tests Tests'
11
+ title 'Observation Granular Scope Tests'
12
12
  short_description 'Verify support for the server capabilities required by the US Core Laboratory Result Observation Profile.'
13
13
  description %(
14
14
  The tests in this group repeat all of the searches from the US Core
@@ -14,7 +14,7 @@ require_relative './granular_scope_tests/condition/condition_granular_scope_read
14
14
  module USCoreTestKit
15
15
  module USCoreV700
16
16
  class ConditionGranularScope1Group < Inferno::TestGroup
17
- title 'Condition Granular Scope Tests Tests'
17
+ title 'Condition Granular Scope Tests'
18
18
  short_description 'Verify support for the server capabilities required by the US Core Condition Encounter Diagnosis Profile.'
19
19
  description %(
20
20
  The tests in this group repeat all of the searches from the US Core
@@ -14,7 +14,7 @@ require_relative './granular_scope_tests/condition/condition_granular_scope_read
14
14
  module USCoreTestKit
15
15
  module USCoreV700
16
16
  class ConditionGranularScope2Group < Inferno::TestGroup
17
- title 'Condition Granular Scope Tests Tests'
17
+ title 'Condition Granular Scope Tests'
18
18
  short_description 'Verify support for the server capabilities required by the US Core Condition Encounter Diagnosis Profile.'
19
19
  description %(
20
20
  The tests in this group repeat all of the searches from the US Core
@@ -9,7 +9,7 @@ require_relative './granular_scope_tests/observation/observation_granular_scope_
9
9
  module USCoreTestKit
10
10
  module USCoreV700
11
11
  class ObservationGranularScope1Group < Inferno::TestGroup
12
- title 'Observation Granular Scope Tests Tests'
12
+ title 'Observation Granular Scope Tests'
13
13
  short_description 'Verify support for the server capabilities required by the US Core Laboratory Result Observation Profile.'
14
14
  description %(
15
15
  The tests in this group repeat all of the searches from the US Core
@@ -9,7 +9,7 @@ require_relative './granular_scope_tests/observation/observation_granular_scope_
9
9
  module USCoreTestKit
10
10
  module USCoreV700
11
11
  class ObservationGranularScope2Group < Inferno::TestGroup
12
- title 'Observation Granular Scope Tests Tests'
12
+ title 'Observation Granular Scope Tests'
13
13
  short_description 'Verify support for the server capabilities required by the US Core Laboratory Result Observation Profile.'
14
14
  description %(
15
15
  The tests in this group repeat all of the searches from the US Core
@@ -58,7 +58,7 @@ module USCoreTestKit
58
58
  end
59
59
 
60
60
  def title
61
- "#{resource_type} Granular Scope Tests"
61
+ "#{resource_type} Granular Scope"
62
62
  end
63
63
 
64
64
  def short_description
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module USCoreTestKit
4
- VERSION = '0.9.2'
4
+ VERSION = '0.9.3'
5
5
  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: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inferno_core