Stream: IG creation
Topic: ConceptMap rendering of unmatched items
Giorgio Cangioli (Mar 26 2020 at 10:32):
It seems that unmatched elements are not rendered in the ConceptMap.
(see for example https://build.fhir.org/ig/HL7/fhir-ips/ConceptMap-absence-to-snomed-uv-ips.html)
is this done on purpose ?
If this is the case, I believe that it might be useful to know that a concept has no mapping in the target system
Grahame Grieve (Mar 27 2020 at 12:48):
it's definitely an oversight but I don't see anything in that example
Giorgio Cangioli (Mar 27 2020 at 13:07):
Yes, this is the problem :-) ... some elements are not shown .
Giorgio Cangioli (Mar 27 2020 at 13:07):
for example, this is part of the conceptMap
<element> <code value="no-immunization-info"/> <display value="No information about immunizations"/> <target> <equivalence value="unmatched"/> </target> </element>
Giorgio Cangioli (Mar 27 2020 at 13:08):
and this is what is rendered
image.png
Giorgio Cangioli (Mar 27 2020 at 13:09):
I'd expect to see the "no-immunization-info" row with some text as "no mapping available" or something like that
Giorgio Cangioli (Apr 02 2020 at 08:45):
Hi @Grahame Grieve I was wondering if there is any update about this topic . Thanks, Giorgio
Grahame Grieve (Apr 02 2020 at 08:49):
no still on my todo list
Grahame Grieve (Apr 02 2020 at 08:49):
oh I know - I was looking for an actual example that wasn't rendering properly
Grahame Grieve (Apr 07 2020 at 04:30):
fixed next release
Giorgio Cangioli (Apr 07 2020 at 06:26):
thanks
Noemi Deppenwiese (May 08 2020 at 08:54):
I discovered an issue that is maybe releated? I have an unmatched mapping with a comment in my input ConceptMap,
{
"code": "B",
"display": "Begleitperson oder mitaufgenommene Pflegekraft",
"target": [
{
"equivalence": "unmatched",
"comment": "some text here."
}
]
}
but in the output folder it becomes
{
"code": "B",
"display": "Begleitperson oder mitaufgenommene Pflegekraft",
"target": [
{
"equivalence": "unmatched"
}
]
}
The comment is also not rendered in the HTML.
Also, instead of "maps to narrower concept" it just displays narrower.
grafik.png
Last updated: Apr 12 2022 at 19:14 UTC