I’m an OpenMRS noob, but a kindred spirit as longtime Regenstrief faculty member. I’m working on a demo project for getting data from wearables into EHRs (e.g. OpenMRS). One path is via CDA summary documents like the CCD.
I’ve been poking around and see some prior work on this, including:
I’ve seen efforts on CDA and CCD export tools. Import has been discussed or planned over the years, but I’m not aware of a current module or project actively importing. @maurya might know if CCD import has been done for Haagstrom’s personal health project. I think @janflowers has done some work or GSoC project(s) involving CDAs… not sure if any type of CCD importer came out of those efforts.
@dvreeman, Is there a reason why you might not want to go the FHIR way to POST data from the wearables? Do you want to represent these differently from observations?
In OpenMRS I do want them represented as observations, so if the
wearable could create a FHIR obs resource that’d be fine. But, I just
discovered today that Apple’s Healthkit can export a CCD (though I see
some problems with their coding) containing observation entries with
LOINC codes for vitals. So, I thought I’d be able to get win for my demo
via a CCD import.