OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
125 stars 161 forks source link

Add information about Tags into the existing model object expressions #2166

Open alex-odysseus opened 1 year ago

alex-odysseus commented 1 year ago

Study Assets, when copied, do not retain Tags

Add a tagging section into the existing model object expressions, in which the tag IDs and names are maintained

When importing a Study Asset the business logic should check if Tag IDs and names match with the currently available ones and resolve them (assigning or creating and assigning)

chrisknoll commented 1 year ago

I'm not sure about importing tags should automatically add taggs to the system that the import is occurring. I think you make a good point that when you copy an asset, that the tags assigned to it should be coppied along, but as far as import/export, I'm not sure that it makes sense to carry along tags with that.

anthonysena commented 1 year ago

From the Atlas WG review, we'll put this in the backlog and it will need discussion around the design.