Hey There! I'm building a connected medical device...
# general
g
Hey There! I'm building a connected medical device and evaluating medplum. I attended the OSS-EHR talk a few weeks ago, but curious if there are any resources you could share specifically for this use case. More specifically, I'm hoping to store individual device measurements and ultimately connect this information along with summary reports through FHIR to hospital EMR. (also curious if there are other device folks here?)
r
Great use case and yes - we have resources for you! This is a common use case for both from the diagnostics (lab/radiology) and med device (e.g. blood pressure monitor). Here's where I'd start. Define your diagnostic catalog (and therefore data model): https://www.medplum.com/docs/careplans/diagnostic-catalog Recommend LOINCing your data if possible: https://www.medplum.com/docs/careplans/loinc At runtime you will want to create observations - the example shown is vitals but other data will be similar https://www.medplum.com/docs/charting/capturing-vital-signs You may sync the observations, or aggregate them into DiagnosticReport https://storybook.medplum.com/?path=/story/medplum-diagnosticreportdisplay--simple
g
Thank you!
184 Views