Hi all!
I am working with the ventilation data and was wondering if there are any established conventions on how it should be stored (which CDM tables should be populated and at which level).
In source data there is an information on the device, oxygen therapy, associated device parameters and etc. I am attaching below a simple data example to hear your feedback on populating CDM tables.
Source:
Record 1:
source value = O2 therapy Device nasal cannula
date = 2020-01-01 09:00:00
Record 2:
source_value = O2 oxygen therapy 3 L/min
date = 2020-01-01 09:00:00
Record 3:
source value = O2 therapy Device nasal cannula
date = 2020-01-01 10:00:00
Record 4:
source_value = O2 oxygen therapy 2 L/min
date = 2020-01-01 10:00:00
Record 5:
source value = O2 therapy Device nasal cannula
date = 2020-01-01 11:00:00
Record 6:
source_value = O2 oxygen therapy 2 L/min
date = 2020-01-01 11:00:00
Procedure_occurrence:
Record 1:
procedure_concept_id = 4239130 (Oxygen Therapy)
procedure_datetime = 2020-01-01 09:00:00
Record 2:
procedure_concept_id = 4239130 (Oxygen Therapy)
procedure_date = 2020-01-01 10:00:00
And etc.
Measurement:
Record 1:
measurement_concept_id = 4141684 (Delivered oxygen flow rate) or 3005629 (Inhaled oxygen flow rate)
measurement_datetime = 2020-01-01 09:00:00
value_as_number = 3
unit_concept_id = 8698 (liter per minute)
Record 2:
measurement_concept_id = 4141684 (Delivered oxygen flow rate) or 3005629 (Inhaled oxygen flow rate)
measurement_datetime = 2020-01-01 10:00:00
value_as_number = 2
unit_concept_id = 8698 (liter per minute)
And etc.
Device_exposure:
Device_concept_id = 4224038 (Oxygen nasal cannula)
device_start_datetime = 2020-01-01 09:00:00
device_end_datetime = 2020-01-01 11:00:00
Drug_exposure:
Drug_concept_id = 19025274 (Oxygen)
drug_exposure_start_datetime = 2020-01-01 09:00:00
drug_exposure_end_datetime = 2020-01-01 11:00:00
route_concept_id = 45956874 (inhalation)
Open questions:
- Would it be better to have individual Device and Drug exposure records instead of aggregated?
- If the approach above of populating CDM tables is correct?.
- Any other CDM tables/ fields to be populated?
I am tagging people who answered in other posts on ventilation data. Hope you don’t mind
@cukarthik, @Christian_Reich, @MPhilofsky, @Dymshyts, @Vlad_Korsik, @Alexdavv
Any feedback is welcome!