FHIR Chat · ConceptMap with multiple targets and priority · terminology

Stream: terminology

Topic: ConceptMap with multiple targets and priority


view this post on Zulip Katarina (Dec 31 2021 at 10:56):

Hi,

I have this scenario: I have multiple targets for one element and I need to add a priority to each target.
It should look like this:
<element>
<display value="Agglutination"/>
<target>
<code value="359821004"/>
<display value="Agglutination assay (procedure)"/>
<equivalence value="equivalent"/>
<priority value="1"/>
</target>
<target>
<code value="165771000"/>
<display value="Coombs test - anti-human globulin (procedure)"/>
<equivalence value="equivalent"/>
<priority value="2"/>
</target>
</element>

Is this possible? How would I define this correctly? Maybe with the dependsOn.property element?

view this post on Zulip Lloyd McKenzie (Jan 03 2022 at 04:34):

What is the meaning of 'priority'? How would it influence the execution of the map?

view this post on Zulip Michael Lawley (Jan 05 2022 at 01:36):

Product.property would be my approach - assuming you want the client to interpret the meaning rather than require the client to supply a priority value to the $translate call


Last updated: Apr 12 2022 at 19:14 UTC