You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Subject of the issue
When running a Clinical Notes Guideline Test, the patient ID that is specified as an input does not get included in the url, causing all tests to fail.
Your environment
Edition of inferno (Community or Program): Community
Version of inferno: 2.11.0
Which browser and version(s) is the bug present on?: Chrome version 89.0.4389.128
Enter SAMPLE_TOKEN as auth token and 85,355 for patient ids. Click Execute
Tests will fail. Click 'results...' for the first test. Notice that the patient parameter in the url is just 'patient' and not 'patient=85' or 'patient=355'
Click the Inputs tab and confirm that patients 85 and 355 are included in the Patient Ids input
Optionally run DocumentReference Tests and compare how the patient parameter in the url should be structured
Hi @yunwwang, thanks for looking into this. it looks like your screenshot is of "DocumentReference Tests", which I included in the link for reference. If you scroll down the page you will see the failed "Clinical Notes Guideline Tests".
Subject of the issue
When running a Clinical Notes Guideline Test, the patient ID that is specified as an input does not get included in the url, causing all tests to fail.
Your environment
Steps to reproduce
See https://inferno.healthit.gov/community/f8N9c40PxRb/ for my specific testing results.
Expected behavior
A patient ID should be included in the url. The url for the first test should look something like "https://inferno.healthit.gov/reference-server/r4/DocumentReference?patient=85&type=http://loinc.org%7C11488-4"
Actual behavior
The "=<patientid>" portion of the url is missing. So the url looks like this: "https://inferno.healthit.gov/reference-server/r4/DocumentReference?patient&type=http://loinc.org%7C11488-4"
The text was updated successfully, but these errors were encountered: