Skip to content

Commit

Permalink
Include profile link in description, change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Dec 4, 2024
1 parent 0685b41 commit 8138ffa
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class CommunicationRequestGroup < Inferno::TestGroup
The CRD CommunicationRequest sequence verifies that the system under test is
able to provide correct responses for CommunicationRequest queries. These queries
must contain resources conforming to the CRD CommunicationRequest Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD CommunicationRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-communicationrequest)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down
4 changes: 2 additions & 2 deletions lib/davinci_dtr_test_kit/profiles/coverage_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class CoverageGroup < Inferno::TestGroup
The CRD Coverage sequence verifies that the system under test is
able to provide correct responses for Coverage queries. These queries
must contain resources conforming to the CRD Coverage Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD Coverage Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-coverage)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down
4 changes: 2 additions & 2 deletions lib/davinci_dtr_test_kit/profiles/device_request_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class DeviceRequestGroup < Inferno::TestGroup
The CRD DeviceRequest sequence verifies that the system under test is
able to provide correct responses for DeviceRequest queries. These queries
must contain resources conforming to the CRD DeviceRequest Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD DeviceRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-devicerequest)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down
4 changes: 2 additions & 2 deletions lib/davinci_dtr_test_kit/profiles/encounter_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class EncounterGroup < Inferno::TestGroup
The CRD Encounter sequence verifies that the system under test is
able to provide correct responses for Encounter queries. These queries
must contain resources conforming to the CRD Encounter Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD Encounter Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-encounter)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down
4 changes: 2 additions & 2 deletions lib/davinci_dtr_test_kit/profiles/medication_request_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class MedicationRequestGroup < Inferno::TestGroup
The CRD MedicationRequest sequence verifies that the system under test is
able to provide correct responses for MedicationRequest queries. These queries
must contain resources conforming to the CRD MedicationRequest Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD MedicationRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-medicationrequest)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down
4 changes: 2 additions & 2 deletions lib/davinci_dtr_test_kit/profiles/nutrition_order_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class NutritionOrderGroup < Inferno::TestGroup
The CRD NutritionOrder sequence verifies that the system under test is
able to provide correct responses for NutritionOrder queries. These queries
must contain resources conforming to the CRD NutritionOrder Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD NutritionOrder Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-nutritionorder)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down
4 changes: 2 additions & 2 deletions lib/davinci_dtr_test_kit/profiles/service_request_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ServiceRequestGroup < Inferno::TestGroup
The CRD ServiceRequest sequence verifies that the system under test is
able to provide correct responses for ServiceRequest queries. These queries
must contain resources conforming to the CRD ServiceRequest Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD ServiceRequest Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class VisionPrescriptionGroup < Inferno::TestGroup
The CRD VisionPrescription sequence verifies that the system under test is
able to provide correct responses for VisionPrescription queries. These queries
must contain resources conforming to the CRD VisionPrescription Profile as
specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
must return resources conforming to the [CRD VisionPrescription Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-visionprescription)
as specified in the DaVinci Coverage Requirements Discovery (CRD) v2.0.1
Implementation Guide.
# Testing Methodology
Expand Down

0 comments on commit 8138ffa

Please sign in to comment.