Stream: hapi
Topic: Continuous measurements
Dexter (Mar 26 2021 at 09:28):
There's plans in my org to remote monitor patients, and some have devices that take readings every minute or so. Is creating an observation resource for each of them a good idea? I think not, as over 100s of patients, there's going to be thousands of rows. What's the best approach?
Eric Prud'hommeaux (Apr 06 2021 at 07:55):
I think you want an Obs with valueSampledData
, e.g. http://build.fhir.org/observation-example-sample-data.json.html
Last updated: Apr 12 2022 at 19:14 UTC