APIFieldsNameSeparator Parameter (Connect-FHIR Cmdlet)
Define the separator of compound filed names in your FHIR Server.
Syntax
Connect-FHIR -APIFieldsNameSeparator string
Data Type
cstr
Default Value
"-"
Remarks
Define the separator of compound filed names in your FHIR Server. For example: address-postalcode. In this case it uses '-' as separator. The default valuse is '-'.