FHIR Chat · https://fhirvalidator.org/ · tooling

Stream: tooling

Topic: https://fhirvalidator.org/


view this post on Zulip Oliver Egger (Jun 14 2021 at 12:29):

I'm trying to validate a json resource with https://fhirvalidator.org/ however after clicking the validate button it just turns the circle and stops after maybe a minute without showing anything. @Mark Iantorno do i do something wrong or could it be that the validator is not running?

view this post on Zulip Oliver Egger (Jun 14 2021 at 12:29):

image.png

view this post on Zulip Mark Iantorno (Jun 14 2021 at 12:55):

probably one of the servers it depends on is down

view this post on Zulip Mark Iantorno (Jun 14 2021 at 12:55):

I will check

view this post on Zulip Mark Iantorno (Jun 14 2021 at 12:55):

I'm working on providing better feedback for that

view this post on Zulip Mark Iantorno (Jun 14 2021 at 12:55):

I might even do that today

view this post on Zulip Mark Iantorno (Jun 14 2021 at 12:56):

hrm both servers seem to be up

view this post on Zulip Mark Iantorno (Jun 14 2021 at 12:56):

can you send me the resource you're validating

view this post on Zulip Oliver Egger (Jun 14 2021 at 13:02):

cap2.json

view this post on Zulip Oliver Egger (Jun 14 2021 at 13:03):

i get now a 504 Gateway Time-out nginx/1.18.0 (Ubuntu)

view this post on Zulip Oliver Egger (Jun 14 2021 at 13:03):

for https://fhirvalidator.org/

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:04):

Yeah. something is up with our VM? Let me look into ti

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:08):

site is up again now

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:08):

going to look into why it went down

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:14):

So, you ran in to a perfect storm here

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:14):

tx.fhir.org was pooched

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:14):

the docked instance had stopped

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:14):

I have restarted both

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:15):

will try again, and then add betting logging and feedback today

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:15):

Sorry about that

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:34):

Yeah I just tested and it's working again

view this post on Zulip Mark Iantorno (Jun 14 2021 at 14:34):

going to add betting ui elements now

view this post on Zulip Oliver Egger (Jun 16 2021 at 14:40):

thanks!

view this post on Zulip Oliver Egger (Jun 16 2021 at 14:45):

next one which is failing (and working with the java validator) is med.json. in the enter resource tab it mentions "Cannot parse entered text as valid JSON/XML." in the upload resources it keeps circling ... med.json

view this post on Zulip David Hay (Jun 16 2021 at 22:34):

Could it be because it's a searchset?

view this post on Zulip Carl Anderson (Jul 08 2021 at 16:08):

image.png
Are the two dots in the UI the servers that it depends on?

I might suggest that the validate button be disabled (or trigger an alert) if one of the dependencies is down. Also, for colorblind users - the pale red and pale green dots might be indistinguishable. I would suggest a green checkmark and a red X (or something) to help distinguish them more.

view this post on Zulip Carl Anderson (Jul 08 2021 at 20:37):

FWIW - I filed a couple issues to capture my feedback: https://github.com/hapifhir/org.hl7.fhir.validator-wrapper/issues/62 and https://github.com/hapifhir/org.hl7.fhir.validator-wrapper/issues/61

view this post on Zulip Mark Iantorno (Jul 20 2021 at 13:10):

This is great thanks

view this post on Zulip Josh Mandel (Aug 13 2021 at 18:39):

Is there a known issue with https://fhirvalidator.org/? It's currently failing for me on all payloads including:

{
  "resourceType": "Patient",
  "id": "123",
  "birthDate": "2020-01-01"
}

... taking about 30 seconds to eventually respond with

Cannot parse entered text as valid JSON/XML.

view this post on Zulip Gino Canessa (Aug 13 2021 at 19:15):

The terminology server was down, but has been automatically restarted. Should be working now.


Last updated: Apr 12 2022 at 19:14 UTC