Stream: implementers
Topic: Resource validation
Swathy Parameswaran (Feb 18 2019 at 08:04):
(deleted)
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 ?
Yunwei Wang (Feb 18 2019 at 18:51):
var validator = new Hl7.Fhir.Validation.Validator(); var outcome = validator.Validate(resource);
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