-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add resources to DTR Bundle #188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With local validator issues, I tried using https://validator.fhir.org/. This turned up one issue on the CDex Task. It is timing out on the QuestionnaireResponse, but knowing what the errors were before, I'm more confident that is right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with SMART App Suite, and confirmed this does not break anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran these against the light DTR tests and they look good now.
Summary
Adds resources to the existing
dtr_bundle_patient_pat015.json
file in order to test the DTR Light EHR Suite (this PR). The ids for these resources are used in the modifiedinferno_dtr_server_suite.json
present for the DTR Light EHR Suite.New behavior
Code changes
Testing guidance
davinci-dtr-test-kit
, and run the DTR Light EHR Profiles Tests in the DTR Light EHR Test Suite using the Inferno Reference Server preset.