FHIR Chat · Batch · implementers

Stream: implementers

Topic: Batch


view this post on Zulip Armann Helgason (Dec 02 2016 at 08:17):

Hi - I am strugling a bit. I would like to create a batch request.
The Batch request will include request to get all instances of a HealthService searcing on a defined location (HealthcareService?Location_id=‘refToTheWard) and QuestionnaireResponse searching on Questionnaire_id and Subject_id (where the subject is a location) (….QuestionnaireResponse?Questionnaire_id=‘FixedNameOfTheForm’&Subject_id= ‘refToTheWard’ )
Do any of you know if there is some good example of implementing a batch request that includes GET method in the Bundle that is Posted and how then one should structure the search parameters?

view this post on Zulip Grahame Grieve (Dec 02 2016 at 10:45):

have you looked at the batch examples?

view this post on Zulip Armann Helgason (Dec 02 2016 at 10:48):

No - I have only found transaction examples and there one is updating resources or creating new ones. What I needs is be able to query for a sett of different resources in on go. Using different search criteria for each resource

view this post on Zulip Grahame Grieve (Dec 02 2016 at 10:50):

ah you have to look in the current build: http://build.fhir.org/bundle-examples.html

view this post on Zulip Armann Helgason (Dec 02 2016 at 10:52):

Thanks :-)


Last updated: Apr 12 2022 at 19:14 UTC