FHIR Chat · graph in FHIR · implementers

Stream: implementers

Topic: graph in FHIR


view this post on Zulip Lauri Karppinen (Sep 25 2018 at 10:08):

Hi! I need to upload values from graph. Is there some resource type for that. I need Volume(L) to x-axis and Flow(L/s) to y-axis. There should be some time stamp to sort out the value pairs. Our software gives values every 10ms so there is going to be lot of values. Because of that it's necessary to get these values to one observation/resource.

view this post on Zulip Jason Walonoski (Sep 25 2018 at 12:10):

Maybe check out Sampled Data (http://hl7.org/fhir/STU3/datatypes.html#SampledData) which you can throw into an Observation.

view this post on Zulip Lauri Karppinen (Sep 25 2018 at 12:44):

Maybe check out Sampled Data (http://hl7.org/fhir/STU3/datatypes.html#SampledData) which you can throw into an Observation.

Thanks! I think this is what I was looking for!!


Last updated: Apr 12 2022 at 19:14 UTC