From 193f6aeba996e7818159b505eeae4033afb1aa59 Mon Sep 17 00:00:00 2001 From: Elsa Date: Wed, 4 Dec 2024 13:12:52 -0500 Subject: [PATCH] Clarify profile description wording --- .../profiles/communication_request_group.rb | 6 +++--- lib/davinci_dtr_test_kit/profiles/coverage_group.rb | 6 +++--- lib/davinci_dtr_test_kit/profiles/device_request_group.rb | 6 +++--- lib/davinci_dtr_test_kit/profiles/encounter_group.rb | 6 +++--- .../profiles/medication_request_group.rb | 6 +++--- lib/davinci_dtr_test_kit/profiles/nutrition_order_group.rb | 6 +++--- lib/davinci_dtr_test_kit/profiles/service_request_group.rb | 6 +++--- lib/davinci_dtr_test_kit/profiles/task_group.rb | 6 +++--- .../profiles/vision_prescription_group.rb | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/lib/davinci_dtr_test_kit/profiles/communication_request_group.rb b/lib/davinci_dtr_test_kit/profiles/communication_request_group.rb index 4a3c362..f23f9c8 100644 --- a/lib/davinci_dtr_test_kit/profiles/communication_request_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/communication_request_group.rb @@ -16,12 +16,12 @@ class CommunicationRequestGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each CommunicationRequest resource id provided in + the CommunicationRequest ids input. The server SHOULD be capable of returning a CommunicationRequest resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [CRD CommunicationRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-communicationrequest). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/coverage_group.rb b/lib/davinci_dtr_test_kit/profiles/coverage_group.rb index de4d830..6ca0996 100644 --- a/lib/davinci_dtr_test_kit/profiles/coverage_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/coverage_group.rb @@ -16,12 +16,12 @@ class CoverageGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHALL be capable of returning a + First, Inferno will attempt to read each Coverage resource id provided in + the Coverage ids input. The server SHALL be capable of returning a Coverage resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [CRD Coverage Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-coverage). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/device_request_group.rb b/lib/davinci_dtr_test_kit/profiles/device_request_group.rb index f551cdf..5ebf426 100644 --- a/lib/davinci_dtr_test_kit/profiles/device_request_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/device_request_group.rb @@ -16,12 +16,12 @@ class DeviceRequestGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each DeviceRequest resource id provided in + the DeviceRequest ids input. The server SHOULD be capable of returning a DeviceRequest resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [CRD DeviceRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-devicerequest). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/encounter_group.rb b/lib/davinci_dtr_test_kit/profiles/encounter_group.rb index e563b92..3217e80 100644 --- a/lib/davinci_dtr_test_kit/profiles/encounter_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/encounter_group.rb @@ -16,12 +16,12 @@ class EncounterGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each Encounter resource id provided in + the Encounter ids input. The server SHOULD be capable of returning a Encounter resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [CRD Encounter Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-encounter). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/medication_request_group.rb b/lib/davinci_dtr_test_kit/profiles/medication_request_group.rb index 7a24504..d8a00f0 100644 --- a/lib/davinci_dtr_test_kit/profiles/medication_request_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/medication_request_group.rb @@ -16,12 +16,12 @@ class MedicationRequestGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each MedicationRequest resource id provided in + the MedicationRequest ids input. The server SHOULD be capable of returning a MedicationRequest resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [CRD MedicationRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-medicationrequest). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/nutrition_order_group.rb b/lib/davinci_dtr_test_kit/profiles/nutrition_order_group.rb index 3a2554d..9a35693 100644 --- a/lib/davinci_dtr_test_kit/profiles/nutrition_order_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/nutrition_order_group.rb @@ -16,12 +16,12 @@ class NutritionOrderGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each NutritionOrder resource id provided in + the NutritionOrder ids input. The server SHOULD be capable of returning a NutritionOrder resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL to the [CRD NutritionOrder Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-nutritionorder). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/service_request_group.rb b/lib/davinci_dtr_test_kit/profiles/service_request_group.rb index 7d8e50c..8e15c95 100644 --- a/lib/davinci_dtr_test_kit/profiles/service_request_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/service_request_group.rb @@ -16,12 +16,12 @@ class ServiceRequestGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each ServiceRequest resource id provided in + the ServiceRequest ids input. The server SHOULD be capable of returning a ServiceRequest resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [CRD ServiceRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/task_group.rb b/lib/davinci_dtr_test_kit/profiles/task_group.rb index bb32b91..b5060bb 100644 --- a/lib/davinci_dtr_test_kit/profiles/task_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/task_group.rb @@ -18,12 +18,12 @@ class TaskGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each Task resource id provided in + the Task ids input. The server SHOULD be capable of returning a Task resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [PAS Task Profile](http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-task). Each element is checked against terminology binding and cardinality requirements. diff --git a/lib/davinci_dtr_test_kit/profiles/vision_prescription_group.rb b/lib/davinci_dtr_test_kit/profiles/vision_prescription_group.rb index 883748c..fda968f 100644 --- a/lib/davinci_dtr_test_kit/profiles/vision_prescription_group.rb +++ b/lib/davinci_dtr_test_kit/profiles/vision_prescription_group.rb @@ -16,12 +16,12 @@ class VisionPrescriptionGroup < Inferno::TestGroup # Testing Methodology ## Read - This test sequence will first perform the required read associated - with this resource. The server SHOULD be capable of returning a + First, Inferno will attempt to read each VisionPrescription resource id provided in + the VisionPrescription ids input. The server SHOULD be capable of returning a VisionPrescription resource using the read interaction. ## Profile Validation - Each resource returned from the first read is expected to conform to + Each resource returned from the read step SHALL conform to the [CRD VisionPrescription Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-visionprescription). Each element is checked against terminology binding and cardinality requirements.