FHIR Chat · Can't locate the source of the this warning · committers

Stream: committers

Topic: Can't locate the source of the this warning


view this post on Zulip Eric Haas (Feb 07 2017 at 21:34):

WARNING:oo:ValueSetComparison Duplicate Valueset descriptions: observation-vitalsignresult (Vital Signs) & vitalsignresult (Vital Signs) (description: [components, panels, respiratories, egs, signs, withs, indicates, observations, hearts, alloweds, tos, bloods, links, pressures, relateds, results, diastolics, types, typehasmembers, bps, rates, structures, 87163s, groups, is, systolics, ins, useds, 84624s, concepts, groupings, 84806s, 552844s, vitals] / [components, panels, respiratories, egs, signs, withs, indicates, observations, hearts, alloweds, tos, bloods, links, pressures, relateds, results, diastolics, types, typehasmembers, bps, rates, structures, 87163s, groups, is, systolics, ins, useds, 84624s, concepts, groupings, 84806s, 552844s, vitals]))

view this post on Zulip Eric Haas (Feb 07 2017 at 21:37):

The valueSet "VitalSigns" =http://hl7.org/fhir/ValueSet/vitalsignresult is being generated by code somewhere. The valueset "VitalSigns" =http://hl7.org/fhir/ValueSet/observation-vitalsignresult is the one I created and lives in the source directory. 1) Why are is there a twin? And 2) how do I get rid of it?

view this post on Zulip Eric Haas (Feb 07 2017 at 21:38):

They are identical BTW

view this post on Zulip Bryn Rhodes (Feb 07 2017 at 22:21):

I suspect there is a cache issue there? If you change value set descriptions sometimes the cache gets out of sync. Search for that value set in your vscache directory and delete the files, then they'll be rebuilt and it should work again.

view this post on Zulip Eric Haas (Feb 07 2017 at 22:56):

thanks for the tip. I'll look there


Last updated: Apr 12 2022 at 19:14 UTC