FHIR Chat · Validate resources · implementers

Stream: implementers

Topic: Validate resources


view this post on Zulip Maximilian Anderl (May 29 2018 at 06:24):

Can someone tell me what’s the most common/correct way to validate that a resource is correct? Is there a Tool that tells you whether your resource is correct or not?
Sorry if this might be a stupid question, I found nothing on my search.

Thanks lot!

view this post on Zulip Jose Costa Teixeira (May 29 2018 at 06:33):

did you check the FHIR Toolkit?

view this post on Zulip Jose Costa Teixeira (May 29 2018 at 06:33):

http://www.healthintersections.com.au/FhirServer/

view this post on Zulip Lloyd McKenzie (May 29 2018 at 12:58):

In the "downloads" page of the spec, there's also a pointer to the FHIR Validator which is a JAR you can run

view this post on Zulip Igor Sirkovich (May 29 2018 at 15:15):

See http://build.fhir.org/validation.html

view this post on Zulip Ewout Kramer (May 30 2018 at 07:20):

I have also build a .NET based validator, which you can invoke both as a windows executable (https://github.com/ewoutkramer/Furore.Fhir.ValidationDemo/releases) or from within Simplifier (https://simplifier.net/validate)

view this post on Zulip Grahame Grieve (May 30 2018 at 08:08):

@Ewout Kramer we should update the validation page in the spec for your validator


Last updated: Apr 12 2022 at 19:14 UTC