Skip to content

Commit

Permalink
Clarify profile description wording
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Dec 4, 2024
1 parent 7f89718 commit 193f6ae
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/davinci_dtr_test_kit/profiles/coverage_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/davinci_dtr_test_kit/profiles/device_request_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/davinci_dtr_test_kit/profiles/encounter_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/davinci_dtr_test_kit/profiles/medication_request_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/davinci_dtr_test_kit/profiles/nutrition_order_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/davinci_dtr_test_kit/profiles/service_request_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/davinci_dtr_test_kit/profiles/task_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 193f6ae

Please sign in to comment.