FHIR Chat · Resource validation · implementers

Stream: implementers

Topic: Resource validation


view this post on Zulip Swathy Parameswaran (Feb 18 2019 at 08:04):

(deleted)

view this post on Zulip Swathy Parameswaran (Feb 18 2019 at 08:08):

Hi,
I am implementing a basic FHIR client in c# and I am using HL7.Fhir.Stu3 library for the same. Is there any option available for resource validation in this library? I am not able to find this in the library documentation. Is anyone knows how to do this ?

view this post on Zulip Yunwei Wang (Feb 18 2019 at 18:51):

var validator = new Hl7.Fhir.Validation.Validator();
var outcome = validator.Validate(resource);

view this post on Zulip Brian Postlethwaite (Feb 20 2019 at 02:27):

Note: that's in the Hl7.Fhir.Specification assembly project too.


Last updated: Apr 12 2022 at 19:14 UTC