FHIR Chat · Sample of validation against profile · dotnet

Stream: dotnet

Topic: Sample of validation against profile


view this post on Zulip Theo Stolker (Jul 17 2017 at 07:01):

Hi guys, I would like to validate resources against a profile using the .NET Library. Where can I find documentation or example source code?

view this post on Zulip Brian Postlethwaite (Jul 17 2017 at 08:15):

I have a test project up here that does some
https://github.com/brianpos/fhir-au-tester

view this post on Zulip Michel Rutten (Jul 17 2017 at 09:18):

Hi @Theo Stolker, Ewout's github repository also includes a small validation tool that leverages the FHIR .NET API:
https://github.com/ewoutkramer/Furore.Fhir.ValidationDemo

view this post on Zulip Theo Stolker (Jul 17 2017 at 10:36):

Thanks, guys, that works like a charm!


Last updated: Apr 12 2022 at 19:14 UTC