Stream: implementers
Topic: schema bug
Grahame Grieve (Mar 01 2016 at 11:56):
just found a bug in the schema generation which is fairly long standing:
- when an enumeration is shared between multiple elements, it's defined in fhir-base instead of the resource
- but the enumeration is not actually used in the resource. Instead, it's just code
so Patient.gender, for instance, is not associated with an enumeration in the schema
I'm going to fix this now.
but it won't be retrospectively applied to DSTU2.
Brian Postlethwaite (Mar 03 2016 at 17:37):
In the xsd I'm assuming (this is how we code generate the c# stuff)
Grahame Grieve (Mar 05 2016 at 01:01):
yes that's xsd
Last updated: Apr 12 2022 at 19:14 UTC