FHIR Chat · Bundle Type: Transaction-Response vs Searchset · implementers

Stream: implementers

Topic: Bundle Type: Transaction-Response vs Searchset


view this post on Zulip Maria Hu (Mar 08 2022 at 00:22):

There's a REQUEST and there's a RESPONSE. The Request will send in a patient identifier to a service, the service will query the backend and return all the imms records associated to this patient identifier in a Response message. What's the appropriate bundle.type to apply here? Should it be transaction-response ? or searchset? Please advise, thanks.

view this post on Zulip Richard Townley-O'Neill (Mar 08 2022 at 00:30):

This is not my area. Have you looked at http://hl7.org/fhir/R4/messaging.html ?

view this post on Zulip Lloyd McKenzie (Mar 08 2022 at 02:24):

This sounds like it could be done with a simple RESTful search against Immunization. No need for a custom operation and certainly no need for messaging...


Last updated: Apr 12 2022 at 19:14 UTC