HL7-DaVinci / CRD

Coverage Requirements Discovery (CRD) Reference Implementation (RI)
Apache License 2.0
31 stars 21 forks source link

CRD Card: Order Form throwing 404 #293

Open pmajhi01 opened 7 months ago

pmajhi01 commented 7 months ago

I have been working on setting up Da Vinci Prior Auth project in my local. I followed the guidelines provided in read me file. I’m not sure where exactly going wrong. Appreciate the help.

All 5 servers are working fine when I click on Order Form on one of those CDS responses. Getting Follow Error: 404 Error

URL being generated: http://localhost:8180/realms/ClientFhirServer/protocol/openid-connect/auth?response_type=code&client_id=app-login&scope=launch+user%2FObservation.read+user%2FPatient.read+patient%2FObservation.read+patient%2FPatient.read+patient%2FCoverage.read+patient%2FCondition.read+user%2FPractitioner.read&redirect_uri=localhost%3A8080%2Ftest-ehr%2F_auth%2F8809606d-5228-48c8-8df4-bfbb07431f8b%3Fredirect_uri%3Dhttp%3A%2F%2Flocalhost%3A3005%2Findex&aud=http%3A%2F%2Flocalhost%3A8080%2Ftest-ehr%2Fr4&state=27745601&launch=8809606d-5228-48c8-8df4-bfbb07431f8b

**

Screen Shot 2024-02-15 at 1 04 24 PM Screen Shot 2024-02-15 at 1 05 06 PM

Screen Shot 2024-02-15 at 1 03 50 PM**

![Uploading Screen Shot 2024-02-15 at 2.23.46 PM.png…]()

Verify DRLS is working.

Register the test-ehr

Go to http://localhost:3005/register. Client Id: app-login Fhir Server (iss): http://localhost:8080/test-ehr/r4 Click Submit The fun part: Generate a test request

Go to http://localhost:3000/ehr-server/reqgen. Click Patient Select button in upper left. Find William Oster in the list of patients and click the dropdown menu next to his name. Select E0470 in the dropdown menu. Click anywhere in the row for William Oster. Click Submit at the bottom of the page. After several seconds you should receive a response in the form of two CDS cards: Respiratory Assist Device Positive Airway Pressure Device

Note: I have not created credentials yet for VSAC.