ConnectionType Parameter (Connect-FHIR Cmdlet)
The type of connection to use.
Syntax
Connect-FHIR -ConnectionType string
Possible Values
Generic, Azure, AWS, Google, InterSystemsData Type
cstr
Default Value
"Generic"
Remarks
Set the ConnectionType to one of the following:
- Generic: For any custom implementation of the FHIR API.
- Azure: For Azure's FHIR API implementation.
- AWS: For Amazon's FHIR API implementation.
- Google: For Google's FHIR API implementation.
- InterSystems: For InterSystems's FHIR API implementation.
This is a required parameter.