Stream: implementers
Topic: Clinical Vitals in Observation Resource
Ali Haider (Nov 14 2019 at 15:41):
I need to send all the clinical vitals Body Temperature, Blood Pressure, Pulse, Oxygen Rate and BMI-body mass index in Observation resource. Does anybody have implemented it with all of clinical vitals. Bundle or single resource with these clinical information. I am currently sending it with Temprature.
Lloyd McKenzie (Nov 14 2019 at 15:49):
It would be inappropriate to send all of those in a single Observation. You could send a Bundle. Are you looking at messaging or a query response?
Lloyd McKenzie (Nov 14 2019 at 15:49):
(or perhaps a document?)
Ali Haider (Nov 14 2019 at 18:03):
@Lloyd McKenzie I am trying to send in Bundle, but I cannot understand it how to send, but I am sending just Temperature while sending data in Bundle. Is there anything you want to share regarding this like test json of bundle observation?
Lloyd McKenzie (Nov 14 2019 at 18:08):
There are examples of Bundle generally in the specification. When trying to send as a Bundle, what kind of Bundle are you using? What's driving the sending of the data? Generally Bundles are used as query responses, RESTful transactions, messages or documents. Do you know which of these you're doing?
Ali Haider (Nov 14 2019 at 18:12):
I'm doing query responses when we have to send data in bulk.
Lloyd McKenzie (Nov 14 2019 at 19:02):
Have you tried executing a query for Observations against one of the test servers? That should give you a good idea of what the results will look like.
Ali Haider (Nov 15 2019 at 11:12):
@Lloyd McKenzie
I have taken help from this link: http://fhir.cerner.com/millennium/dstu2/diagnostic/observation/#overview
But it is showing me History of patient and tobacco status in observation. It is showing just Blood Pressure in it's one of resource not the others like pulse, respiratory rate, BMI, weight and height etc.
Ali Haider (Nov 15 2019 at 11:13):
I have to implement observation without history and tobacco status if you can give me any idea about this.
Lloyd McKenzie (Nov 15 2019 at 12:57):
The specific data might vary based on the server you query, but that should have given you an idea of what a "search response" Bundle containing Observations looks like. Namely each Observation type is captured as a distinct Observation. You can see specific examples of pulse, respiratory rate, etc. in the core specification - look at the vital signs profiles.
Ali Haider (Nov 15 2019 at 13:07):
@Lloyd McKenzie
can you send me a specific URL where I can get the idea of how to make it.
Lloyd McKenzie (Nov 15 2019 at 13:17):
The vital signs examples can be found here: http://build.fhir.org/observation-examples.html#10.1.8.13
Last updated: Apr 12 2022 at 19:14 UTC