I am working on mobile research platform, which is meant to be FHIR-interoperable. The idea is to map conventional 12-lead ECG data (in fact, any data set comprised of monitoring data) to FHIR resources but after reading official documentation I still can not figure out some problems:
Concerning multidimensional SampledData in Observation resource, what is the meaning of "If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once."? Does it mean that multidimensional data points are flatenned in space separated list and repeated in some fixed sequence or what?
How is it supposed to handle annotated continuous data sets? Use Extensions/custom Resource type? For now Observation seams to be the only Resource type capable of carrying device data.
For me FHIR looks like the only possible way to bring interoperability in EHR-centered data flows. The question is, whether it can provide this clever data homogeneity and serve as a medium all the way to user with his rapidly evolving tools for self-analysis and control.