not all archetype constraint bindings are being exported in OPTs
Description
Environment
TD v2.8.94Beta
Activity
Show:
Details
Details
Assignee
Unassigned
UnassignedReporter
Pablo Pazos
Pablo PazosLabels
Components
Priority
Created October 6, 2017 at 8:09 PM
Updated October 6, 2017 at 8:09 PM
I have an archetype with
ELEMENT[at0002.1] matches {
value matches {
DV_CODED_TEXT matches {
defining_code matches {[ac0.1]}
}
}
}
...
constraint_bindings = <
["SNOMED-CT"] = <
items = <
["ac0.1"] = <terminology:SNOMED-CT?subset=diagnosticos>
>
>
["ICD10_1998"] = <
items = <
["ac0.1"] = <terminology:ICD10_1998?subset=diagnosticos>
>
>
>
I the TD the terminology constraint binding is shown on the right panel (ICD10 is not displayed).
When I export the OPT, the OPT has only
<referenceSetUri>terminology:ICD10_1998?subset=diagnosticos</referenceSetUri>
No reference to SNOMED is included.