FHIR Chat · I used SchemaBaseValidator for resource validation. As I che · implementers

Stream: implementers

Topic: I used SchemaBaseValidator for resource validation. As I che


view this post on Zulip vineet gandhi (Feb 28 2019 at 19:48):

I used SchemaBaseValidator for resource validation. As I checked inside there is fhir-single.xsd which contains rules.
I wanted to know what all rules is the data verified against.

I tested for example Id should be between [1,64].
Gender cannot be any random string.
Similarly what all rules are there the data is matched against?
Also what other plugin modules are there?

view this post on Zulip Lloyd McKenzie (Feb 28 2019 at 19:50):

The schema validator will check element names, types, enumerations for 'code' elements and cardinality constraints. It won't check terminologies for non-code elements, invariants expressed in FHIRPath or profile declarations


Last updated: Apr 12 2022 at 19:14 UTC