Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Clinical Notes Guideline Tests does not include patient id in url #551

Open
AGobron opened this issue Apr 21, 2021 · 4 comments
Open

Clinical Notes Guideline Tests does not include patient id in url #551

AGobron opened this issue Apr 21, 2021 · 4 comments

Comments

@AGobron
Copy link

AGobron commented Apr 21, 2021

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

Steps to reproduce

  1. Go to https://inferno.healthit.gov/community
  2. Click US Core v3.1.1
  3. Enter https://inferno.healthit.gov/reference-server/r4 as the server and click begin
  4. Click Run for Clinical Notes Guideline Tests
  5. Enter SAMPLE_TOKEN as auth token and 85,355 for patient ids. Click Execute
  6. 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'
  7. Click the Inputs tab and confirm that patients 85 and 355 are included in the Patient Ids input
  8. Optionally run DocumentReference Tests and compare how the patient parameter in the url should be structured

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"

@yunwwang
Copy link
Contributor

Hello @AGobron : I followed the link you provided. ( https://inferno.healthit.gov/community/f8N9c40PxRb/) The result shows all tests passed and the HTTP Requests logs queries with patient= (see attached screen shot).

image

@AGobron
Copy link
Author

AGobron commented Apr 22, 2021

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".

@yunwwang
Copy link
Contributor

Sorry, I looked the wrong sequence. Thank you for reporting the problem to us. We will fix that asap.

@AGobron
Copy link
Author

AGobron commented Apr 23, 2021

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants