You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
Hi,
I am trying to pull the latest vital for a patient. After I do a vital search via /Observation?patient=<patient id>&category=vital-signs, what's the best way to get the latest vitals by looping through the resources? Should we compare the lastUpdated timestamp or is there a convenient way?
Thanks,
Aaron McGinn (Cerner)
unread,
Mar 25, 2021, 2:55:54 PM3/25/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
It may depend on what your workflow needs. From our documentation [1]:
Results are sorted by effective date/time in descending order by
page. That is, all Observations on any given page of results are newer
than all Observations on the next page of results. Sort order within
pages is not guaranteed.
If the query uses the _lastUpdated query parameter, results are sorted by last updated date/time in descending order by page, not by effective date/time.