- Copy the
default.env
to.env
and adapt the value(s) to your needs - Run
test_post.sh
- With
GET
requests, the request and all sent parameters (potentially containing sensitive information) may be logged - With
POST
FHIR-Search requests, the URL is always likehttps://your-fhir-server/fhir/Patient/_search
but with all sensitive content in its body GET
requests are limited in length. The body of thePOST
request isn't
Scheme:
param1=value1¶m2=value2
- https://build.fhir.org/http.html#search
- https://docs.microsoft.com/en-us/azure/healthcare-apis/fhir/search-samples#search-using-post
- http://hl7.org/fhir/http.html#search
Thanks to @subfuzion for his curl gist here: https://gist.github.com/subfuzion/08c5d85437d5d4f00e58!