FHIR Chat · Consolidating Observations · implementers

Stream: implementers

Topic: Consolidating Observations


view this post on Zulip Venkat (Feb 23 2018 at 05:59):

Hi Everyone,
how to generate the consolidate of Observations(example:Temperature,Blood Pressure,Respiration..etc)

view this post on Zulip Grahame Grieve (Feb 23 2018 at 06:08):

what do you mean by consolidation?

view this post on Zulip Venkat (Feb 23 2018 at 06:13):

https://www.hl7.org/fhir/observation-examples.html
In this all are individuals, but i want to put the all in Single Resouce

view this post on Zulip Grahame Grieve (Feb 23 2018 at 06:18):

why do you want to put them in a single resource?

view this post on Zulip Venkat (Feb 23 2018 at 06:27):

right now we have one custom json structure with all like bp,temperature,weight,..etc,now we are integrating with FHIR , but here all are individuals

view this post on Zulip Grahame Grieve (Feb 23 2018 at 06:28):

yes. that's right. You'll have to break them up into different resources.

view this post on Zulip Lloyd McKenzie (Feb 23 2018 at 06:32):

Are you trying to query data that exists on some other server or are you trying to provide data to a server?

view this post on Zulip Venkat (Feb 23 2018 at 06:32):

Okay Grahame,When retrieving time also reading individual resource or any Consolidate Resource

view this post on Zulip Venkat (Feb 23 2018 at 06:36):

right now we have one custom json structure with all like bp,temperature,weight,..etc,now we are integrating with FHIR , but here all are individuals

view this post on Zulip Grahame Grieve (Feb 23 2018 at 10:42):

so I guess you are asking about how to retrieve all that data from the server in one exchange?


Last updated: Apr 12 2022 at 19:14 UTC