FHIR Chat · ConceptMap rendering of unmatched items · IG creation

Stream: IG creation

Topic: ConceptMap rendering of unmatched items


view this post on Zulip 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

view this post on Zulip Grahame Grieve (Mar 27 2020 at 12:48):

it's definitely an oversight but I don't see anything in that example

view this post on Zulip Giorgio Cangioli (Mar 27 2020 at 13:07):

Yes, this is the problem :-) ... some elements are not shown .

view this post on Zulip 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>

view this post on Zulip Giorgio Cangioli (Mar 27 2020 at 13:08):

and this is what is rendered
image.png

view this post on Zulip 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

view this post on Zulip Giorgio Cangioli (Apr 02 2020 at 08:45):

Hi @Grahame Grieve I was wondering if there is any update about this topic . Thanks, Giorgio

view this post on Zulip Grahame Grieve (Apr 02 2020 at 08:49):

no still on my todo list

view this post on Zulip Grahame Grieve (Apr 02 2020 at 08:49):

oh I know - I was looking for an actual example that wasn't rendering properly

view this post on Zulip Grahame Grieve (Apr 07 2020 at 04:30):

fixed next release

view this post on Zulip Giorgio Cangioli (Apr 07 2020 at 06:26):

thanks

view this post on Zulip 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