Hey! Currently trying to get familiar with the CDM and using some synthetic data to play around since the plan is implementing it in a larger scale project down the line (which may have really different data sources).
I understand that the model is designed with patient-visit interactions as a central piece, but I’m not sure about what would be the cleanest way to store data that is not actually related to any patient. I’m thinking things like “temperature in OR number 7 at a given time” or “people at the 3d floor waiting room at a given time”, because I will have to deal with this data on top of the “patient-centric” one in the future, but I would like to keep the closest to the OMOP CDM standards as possible.
I’m thinking something like using measurements or observations in a creative way with null or placeholder values for patient_id so that I keep the structural integrity of the tables, but somewhat feel it’s not an elegant approach.
So, for a use-case like this, what is the community recommendation? Just create new tables? I haven’t been able to find anything regarding this in the forums, so sorry in advance if it is there.
Thanks!
Santi.