Cmdlets for FHIR

Build 23.0.8839

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, JSON

Data 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839