FHIR Chat · schema bug · implementers

Stream: implementers

Topic: schema bug


view this post on Zulip 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.

view this post on Zulip Brian Postlethwaite (Mar 03 2016 at 17:37):

In the xsd I'm assuming (this is how we code generate the c# stuff)

view this post on Zulip Grahame Grieve (Mar 05 2016 at 01:01):

yes that's xsd


Last updated: Apr 12 2022 at 19:14 UTC