Open
Description
Hi all,
Hoping for some feedback on allowing a medications field in the iEEG json sidecar. Due to the clinical nature of iEEG data, I feel having medication information within the sidecar json would be helpful. Medication can have an impact on the quality of spikes within the iEEG data. The proposed scheme would be:
{
"MedicationsUsed": {
"Primidone": {
"Dosage": 125
}
},
"MedicationUnits": {
"Primidone": {
"Units": "mg"
}
}
}
Thanks!
Greydon