FHIR Chat · FHIR Validator - community edition, local deployment · inferno

Stream: inferno

Topic: FHIR Validator - community edition, local deployment


view this post on Zulip Rahul Jain (May 05 2021 at 16:56):

Hi All,
We did local installation of Inferno community addition from instructions given here (https://github.com/onc-healthit/inferno#installation-and-deployment)

FHIR Validator page is not showing up (please see attached screenshot ) - can someone help what may be the issue?

validator-issue.PNG

view this post on Zulip Stephen MacVicar (May 07 2021 at 15:18):

The validator app is a separate from inferno: https://github.com/inferno-community/fhir-validator-app

view this post on Zulip Stephen MacVicar (May 07 2021 at 15:22):

You should be able to use the docker-compose file in that repo to stand up the validator app. If you want to use both inferno and the validator app, you'll need to add it to inferno's docker-compose file. A complicated example of that can be found here: https://github.com/onc-healthit/inferno.healthit.gov/blob/master/docker-compose.yml

view this post on Zulip Merlyn Albery-Speyer (May 19 2021 at 17:26):

Hey folks - where can I go to find out more about an validation failure? (e.g. "OIDC-01: ID token can be decoded") I was hoping to find the code backing the OIDC-01 test so that I could dig into it myself but I don't see it in the https://github.com/inferno-community/fhir-validator-app.

view this post on Zulip Michael O'Keefe (May 19 2021 at 17:36):

Hello @Merlyn Albery-Speyer . That test ID and name sound like they're coming from Inferno Community--is that true? If so, you can find that sequence and its code here: https://github.com/onc-healthit/inferno/blob/main/lib/modules/smart/openid_connect_sequence.rb#L83

view this post on Zulip Merlyn Albery-Speyer (May 19 2021 at 18:54):

Excellent! Yes! Thank you, Michael. This is exactly what I was looking for: https://github.com/onc-healthit/inferno/blob/main/lib/modules/smart/openid_connect_sequence.rb#L83-L108

view this post on Zulip Merlyn Albery-Speyer (May 21 2021 at 00:03):

Did it work, Rahul? I cloned this repo: https://github.com/onc-healthit/inferno-program, ran docker compose -up then navigated to http://localhost:4567.


Last updated: Apr 12 2022 at 19:14 UTC