Stream: implementers
Topic: Validate resources
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!
Jose Costa Teixeira (May 29 2018 at 06:33):
did you check the FHIR Toolkit?
Jose Costa Teixeira (May 29 2018 at 06:33):
http://www.healthintersections.com.au/FhirServer/
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
Igor Sirkovich (May 29 2018 at 15:15):
See http://build.fhir.org/validation.html
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)
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