Stream: implementers
Topic: Change in expansions.xml/json
Grahame Grieve (Jun 09 2018 at 20:57):
I am removing ElementDefinition.binding.valueSetUri per GF#16055. One consequence of this for code generators is that the file expansions.xml now contains some value sets that are marked as too costly to generate: mime types, time zones, and languages. You may need to adjust your code generator if you're using expansions.xml/json ( @James Agnew @Brian Postlethwaite @Ewout Kramer @Pascal Pfiffner @Eric Haas @nicola (RIO/SS))
Grahame Grieve (Jun 09 2018 at 21:23):
Also, there's now some unstable expansions in there - namely, expansions generated where the binding is required, but the code system is external to FHIR, and so for which you should not generate enums (Currency codes is the case in point). The only way to tell is that the value set includes the whole code system, and the code system URL is not one that starts with http://hl7.org/fhir/...)
Brian Postlethwaite (Jun 25 2018 at 07:38):
I must check that one with the currency and not starting with hl7.org
Last updated: Apr 12 2022 at 19:14 UTC