As a pet project, I’m researching the best practices for developing standard vocabularies for wearables and other telemetry data. I know that the [Pistoia Alliance is pushing for more collaboration to develop device standards][1]. I’m not sure if there are folks in this community directly plugged into this (@keesvanbochove).
Has anyone built their own CDM extensions to house these kind of data? (@Patrick_Ryan@Frank@jon_duke@Christian_Reich@Rijnbeek@nigam ) It know it’s the wild west in terms of standardization. Looking for any and all war stories to collate and build a robust point of view. I also remember seeing @JackPo mention some work linking these data to other EHR data but haven’t seen other recent discussions.
That’s a cool question, right at the intersection of two of our hottest tools, OHDSI and RADAR
There are some standards for this (there’s IEEE-11073 but that’s very hardcore device centric, there’s a section in the Bluetooth protocol, there’s some FHIR profiles building - Observation - FHIR v4.6.0) etc. and of course lots of startups building solution for this like HumanAPI. In RADAR-CNS we’re working on a fully open source stack and we have a MongoDB and API for querying the data in a warehouse like fashion, and the raw data is in HDFS. For sharing the data we for now use Avro files, which have the schema embedded, but are also looking at more options.
It would seem to me that in OMOP, the Measurement domain would be the appropriate place to put it, not much modifications needed to CDM except for some database tuning (e.g. partitioning) once you start putting a lot of raw data.
But the question if it makes sense to put these two types of data together. Depending on the question you would like to ask the integrated medical history and sensors data, it would probably make more sense to store some kind of aggregation or ‘era’ in OHDSI terms, in which case a CDM extension might make sense.
We are now collecting a lot of realtime biosignal data form 80 ICU monitoring devices at Ajou Unviersity Hospital in South Korea. We are now try to integrate them into CDM, however also at a very early stage in the consideration. @yoon8302 is in charge of it.