Stream: terminology
Topic: ConceptMap with multiple targets and priority
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?
Lloyd McKenzie (Jan 03 2022 at 04:34):
What is the meaning of 'priority'? How would it influence the execution of the map?
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