SupportsPostSearchRequests Parameter (Connect-FHIR Cmdlet)
Indicates whether or not the FHIR Server supports sending URL search params in a POST request body using the 'application/x-www-form-urlencoded' ContentType Header. Note: The InterSystems IRIS for Health does not support search with Post.
Syntax
Connect-FHIR -SupportsPostSearchRequests SwitchParameter
Data Type
bool
Default Value
false
Remarks
This is helpful in cases where we have a large set of filters and risk reaching the URL max length limit. By default this is set to false. Note: The InterSystems IRIS for Health does not support search with Post.