Stream: tooling
Topic: https://fhirvalidator.org/
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?
Oliver Egger (Jun 14 2021 at 12:29):
Mark Iantorno (Jun 14 2021 at 12:55):
probably one of the servers it depends on is down
Mark Iantorno (Jun 14 2021 at 12:55):
I will check
Mark Iantorno (Jun 14 2021 at 12:55):
I'm working on providing better feedback for that
Mark Iantorno (Jun 14 2021 at 12:55):
I might even do that today
Mark Iantorno (Jun 14 2021 at 12:56):
hrm both servers seem to be up
Mark Iantorno (Jun 14 2021 at 12:56):
can you send me the resource you're validating
Oliver Egger (Jun 14 2021 at 13:02):
Oliver Egger (Jun 14 2021 at 13:03):
i get now a 504 Gateway Time-out nginx/1.18.0 (Ubuntu)
Oliver Egger (Jun 14 2021 at 13:03):
for https://fhirvalidator.org/
Mark Iantorno (Jun 14 2021 at 14:04):
Yeah. something is up with our VM? Let me look into ti
Mark Iantorno (Jun 14 2021 at 14:08):
site is up again now
Mark Iantorno (Jun 14 2021 at 14:08):
going to look into why it went down
Mark Iantorno (Jun 14 2021 at 14:14):
So, you ran in to a perfect storm here
Mark Iantorno (Jun 14 2021 at 14:14):
tx.fhir.org was pooched
Mark Iantorno (Jun 14 2021 at 14:14):
the docked instance had stopped
Mark Iantorno (Jun 14 2021 at 14:14):
I have restarted both
Mark Iantorno (Jun 14 2021 at 14:15):
will try again, and then add betting logging and feedback today
Mark Iantorno (Jun 14 2021 at 14:15):
Sorry about that
Mark Iantorno (Jun 14 2021 at 14:34):
Yeah I just tested and it's working again
Mark Iantorno (Jun 14 2021 at 14:34):
going to add betting ui elements now
Oliver Egger (Jun 16 2021 at 14:40):
thanks!
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
David Hay (Jun 16 2021 at 22:34):
Could it be because it's a searchset?
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.
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
Mark Iantorno (Jul 20 2021 at 13:10):
This is great thanks
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.
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