FHIR Chat · Operations Validation method Implementation Process · implementers

Stream: implementers

Topic: Operations Validation method Implementation Process


view this post on Zulip Umesh A (Sep 27 2017 at 10:59):

Hi, I am new to this group, I am looking for 'Operation Validation' implementation process to validate Schema against my json response.I use C# to get the json response, please guide me how we can generate Schema programatically?

view this post on Zulip Lloyd McKenzie (Sep 27 2017 at 14:53):

Are you wanting a profile-specific schema? We've talked about creating those, but it's complicated and I don't think anyone has done it yet. The base schema for all of FHIR is shipped as part of the FHIR spec for STU3+, though the JSON schema tooling is inconsistent in how it handles variation, so it doesn't always work.

view this post on Zulip Brian Postlethwaite (Oct 03 2017 at 01:28):

With the c# implementation, have you tried the .net fhir api?
This is available on NuGet and there are versions for STU3 and DSTU2.
There is a full profile validator available there too, that does more than just validate the structure is ok, it checks all the invariants, and other business rules from the spec too.


Last updated: Apr 12 2022 at 19:14 UTC