Stream: implementers
Topic: Look for best practice validation resources against profiles
Martin Eckert (Sep 09 2019 at 11:04):
Hi all, i am looking for your best practice examples for validating Resources against an existing profile. I found this in the HL7 documentation and i am wondering if that is how you guys do it or if there are other methods. https://www.hl7.org/fhir/validation.html#jar
Michel Rutten (Sep 09 2019 at 11:07):
Hi @Martin, FYI you can also use Simplifier to validate resources:
https://simplifier.net/validate
Michel Rutten (Sep 09 2019 at 11:08):
Our command line utility Torinox also supports validation:
https://simplifier.net/downloads/torinox
Martin Eckert (Sep 09 2019 at 11:21):
Hi Martin, FYI you can also use Simplifier to validate resources:
https://simplifier.net/validate
Hi Michel, i am looking for a local alternative. Validation against simplifier.net would include a data upload. I will have a look at torinox. Thanks!
Michel Rutten (Sep 09 2019 at 13:38):
Torinox supports local (offline) validation and can be scripted. Make sure that the validator (Torinox) has access to all externally referenced profiles/valuesets/... etc, e.g. put all dependencies in the same folder as the resource that you want to validate.
Last updated: Apr 12 2022 at 19:14 UTC