Stream: IG creation
Topic: IG Pub warning on keyword: No Message Returned
Chris Moesel (Mar 28 2018 at 23:00):
In several of my logical models, I define keywords that result in IG publisher warnings. Here is one example:
"keyword" : [ { "system" : "http://snomed.info/sct", "code" : "444775005", "display" : "Average intensity of positive staining neoplastic cells (observable entity)" } ],
Resulting in:
Path: StructureDefinition/oncology-AverageStainingIntensity-model: StructureDefinition.keyword
Severity: warning
Message: No Message returned
Does anyone have any idea what this means or how I fix it?
Grahame Grieve (Mar 28 2018 at 23:05):
That's a bug in the terminology service layer. I thought I had found all the circumstances where that would happen.
Grahame Grieve (Mar 28 2018 at 23:05):
but obviously not...
Chris Moesel (Mar 28 2018 at 23:06):
OK. It seems pretty harmless. I just wanted to know if there was anything I could/should be doing about it.
Grahame Grieve (Mar 28 2018 at 23:06):
not at the moment. It might be masking a real problem... but the example is not wrong
Grahame Grieve (Mar 28 2018 at 23:07):
unless the concept id is in error
Chris Moesel (Mar 28 2018 at 23:08):
No. The concept ID seems OK as far as I can tell.
Sarah Gaunt (Mar 29 2018 at 05:03):
I'm getting the same warning in a few places, eg:
<code> <system value="http://snomed.info/sct" /> <code value="364589006" /> <display value="Birth Weight" /> </code>
Last updated: Apr 12 2022 at 19:14 UTC