RSNA / ACR-RSNA-CDEs

JSON schema and other materials related to the joint ACR-RSNA project to create common data elements.
https://radelement.org/
14 stars 5 forks source link

Need to be able to refer to CDE Sets, Elements #50

Open talkasab opened 4 months ago

talkasab commented 4 months ago

Should to have a structure by which a Set definition can indicate that it includes an Element which isn't being defined within the Set. I would propose that we define an element_ref structure of the form:

{
  "ref_id": "RDE1234",
  "version_number": 1
}

and then make the elements component of the Set definition be able to refer to either our existing element objects or this new element_ref-type object.