FHIR Chat · Code list not generating properly · committers

Stream: committers

Topic: Code list not generating properly


view this post on Zulip Bryn Rhodes (Jun 14 2016 at 23:57):

I have a case where I have changed the contents of a code list and it generates with the new values everywhere except the xsd, which still uses the old values. I have no idea where it's getting the old list of values from. Thoughts on where I should look to track down this difference?

view this post on Zulip Grahame Grieve (Jun 14 2016 at 23:58):

it's almost certainly an issue with the terminology subset I haven't figured out yet, which is that the value set caching is not hooked up to the code system changes.

view this post on Zulip Grahame Grieve (Jun 14 2016 at 23:58):

search and delete all json files in the vscache that mention the code system

view this post on Zulip Grahame Grieve (Jun 14 2016 at 23:58):

then do a full build

view this post on Zulip Rob Hausam (Jun 15 2016 at 00:01):

could you delete and rebuild the entire vscache, rather than deleting only the specific files that mention the code system?

view this post on Zulip Grahame Grieve (Jun 15 2016 at 00:01):

well, yes, but it could take >2 hours if you do that

view this post on Zulip Rob Hausam (Jun 15 2016 at 00:02):

well, that's a good reason to not do that, then :)

view this post on Zulip Bryn Rhodes (Jun 15 2016 at 00:04):

Indeed, I will just delete ones that mention it.

view this post on Zulip Grahame Grieve (Jun 15 2016 at 00:05):

I do blow away the cache pre-publication, but I always run against a local terminology server if I'm going to do that.

view this post on Zulip Bryn Rhodes (Jun 15 2016 at 00:30):

yay! That fixed it, thanks Grahame; was beginning to question my sanity.


Last updated: Apr 12 2022 at 19:14 UTC