Skip to content

Commit

Permalink
Add to limitations section
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Dec 3, 2024
1 parent 6e644d2 commit 743c9be
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Once the connection between the DTR SMART App and the DTR Light EHR is establish

## Running the Tests

If you would like to try out the tests but don't have a DTR payer server implementation, you can run these tests against the [public instance of the Inferno Reference Server](https://inferno.healthit.gov/reference-server/r4/) by using the Inferno Reference Server preset in the test suite.
If you would like to try out the tests but don't have a DTR Light EHR implementation, you can run these tests against the [public instance of the Inferno Reference Server](https://inferno.healthit.gov/reference-server/r4/) by using the Inferno Reference Server preset in the test suite.

In order to get the Inferno QA Reference Server to do an EHR launch, navigate to https://inferno.healthit.gov/reference-server/app/app-launch and use https://inferno.healthit.gov/custom/smart/launch as the App Launch URL.

Expand All @@ -27,3 +27,8 @@ In order to get the Inferno QA Reference Server to do an EHR launch, navigate to
The DTR IG is a complex specification and these tests currently validate conformance to only
a subset of IG requirements. Future versions of the test suite will test further
features.

Additionally, the DTR IG has two notable discrepancies in the 2.0.1 version, particularly in the RESTful capabilities by Resource/Profile section. First,
v2.0.1's section on Coverage appears to be inconsistent with whether `context`
and `patient` search parameters are supported by the CRD Coverage Profile or the
DTR QuestionnaireResponse profile. The [CRD Coverage Profile](http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-coverage) does not define search parameters, so this test suite tests for `read` capability of the CRD Coverage profile ONLY. Instead, this test suite tests for `read`, `create`, `update`, and `search-type` capabilities of the [DTR QuestionnaireResponse](http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-questionnaireresponse) profile. Second, v2.0.1's section on Task capabilities does not appear to include a Supported Profile. For this test suite, the [CDex Task Profile](http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-attachment-request) is used for validation.

0 comments on commit 743c9be

Please sign in to comment.