ContentType Parameter (Connect-FHIR Cmdlet)
The format used for accessing your FHIR Server data. The available values are: XML or JSON.
Syntax
Connect-FHIR -ContentType string
Possible Values
AUTO, XML, JSONData Type
cstr
Default Value
"AUTO"
Remarks
By default(AUTO mode) the driver tries to get data in JSON mode, if the server return an error then we set contentType to XML.