Stream: implementers
Topic: Consolidating Observations
Venkat (Feb 23 2018 at 05:59):
Hi Everyone,
how to generate the consolidate of Observations(example:Temperature,Blood Pressure,Respiration..etc)
Grahame Grieve (Feb 23 2018 at 06:08):
what do you mean by consolidation?
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
Grahame Grieve (Feb 23 2018 at 06:18):
why do you want to put them in a single resource?
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
Grahame Grieve (Feb 23 2018 at 06:28):
yes. that's right. You'll have to break them up into different resources.
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?
Venkat (Feb 23 2018 at 06:32):
Okay Grahame,When retrieving time also reading individual resource or any Consolidate Resource
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
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