FHIR Chat · Search using POST · inferno

Stream: inferno

Topic: Search using POST


view this post on Zulip Lakshmi Bhamidipati (May 18 2021 at 20:59):

Hello,
I saw that Inferno test cases are executing search using POST (in addition to GET). I am assuming it is required for certification?
"For this RESTful search (see definition in RESTful API), the parameters are a series of name=[value] pairs encoded in the URL or as an application/x-www-form-urlencoded submission for a POST:

POST [base]/[type]/_search{?[parameters]{&_format=[mime-type]}}"
Thanks.

view this post on Zulip Yunwei Wang (May 19 2021 at 11:25):

Search using POST is required by FHIR standard.

view this post on Zulip Stephen MacVicar (May 19 2021 at 11:27):

https://www.hl7.org/fhir/http.html#search


Last updated: Apr 12 2022 at 19:14 UTC