Stream: implementers
Topic: Getting flowsheet data
Tien Thai (Nov 03 2021 at 18:07):
How can I get the value of a particular flowsheet using Observation profile? Below is the GET request I used:
https://api.es.org:9443/APIServer/fhir/Observation?patient=1597794857700560
Thank you very much for your help.
TT
Lloyd McKenzie (Nov 03 2021 at 19:03):
What are the 'codes' for the observations relevant to a particular flow sheet? The query you defined will grab all observations ever recorded for that patient (which could be 100k+ for some patients...)
Last updated: Apr 12 2022 at 19:14 UTC