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