FHIR Chat · Retrieve "filtered" doc bundles · fhir/documents

Stream: fhir/documents

Topic: Retrieve "filtered" doc bundles


view this post on Zulip Giorgio Cangioli (Sep 07 2018 at 10:36):

Quite sure that others did already this question...
but I was wondering what is the most appropriate/ easy way to retrieve document bundle(s) filtering them per patient identification traits and document type..
(I'm referring to the bundles not to the compositions)
E.g. give me all the discharge letters of patient "John Doe"

view this post on Zulip Lloyd McKenzie (Sep 07 2018 at 17:57):

You can chain your search parameters through the Bundle "composition" search parameter

view this post on Zulip Giorgio Cangioli (Sep 10 2018 at 15:43):

just to be sure to have understood is this the way to do it ?
query per document type [base]/Bundle?composition.type=60591-5
query per patient ID [base]/Bundle?composition.patient=pat-id
query per patient name [base]/Bundle?composition.patient.name=pat-name
and so on ....

view this post on Zulip Lloyd McKenzie (Sep 10 2018 at 15:50):

Yes. And you could combine multiple filters by separating with &


Last updated: Apr 12 2022 at 19:14 UTC