DataConnection Type
The FHIRConnection object.
Remarks
The FHIRConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-FHIR -URL "http://test.fhir.org/r4b/" -ConnectionType "Generic" -ContentType "JSON" -AuthScheme "None" $conn | GM