FHIR Chat · get aggregate data · implementers

Stream: implementers

Topic: get aggregate data


view this post on Zulip Tsotne Nazarashvili (May 20 2020 at 05:50):

Hi Everyone!

can i have one request that fetches multiple type of observation and to have only latest one per type

for example if i filter with code=http://loinc.org|29463-7,http://loinc.org|8302-2 (body weight and body height codes)
i get 2 entries one for latest body weight measurement and one for body height measurement

view this post on Zulip Michele Mottini (May 20 2020 at 12:53):

See the $lastn operation: http://hl7.org/fhir/observation-operation-lastn.html (caveat: probably not widely implemented)

view this post on Zulip Tsotne Nazarashvili (May 21 2020 at 21:25):

thx @Michele Mottini

i am using cerner.com's api and it's not implemented there any other suggestions?

view this post on Zulip Michele Mottini (May 21 2020 at 22:47):

Not really. You have to get all observation, or use separate call (one per code) - if you know the codes you are interested in


Last updated: Apr 12 2022 at 19:14 UTC