DataConnection Type
FHIRConnection オブジェクト。
Remarks
FHIRConnection オブジェクト。接続プロパティは、このオブジェクトのgetter およびsetter メソッドを使ってアクセスできます。
$conn = Connect-FHIR -URL "http://test.fhir.org/r4b/" -ConnectionType "Generic" -ContentType "JSON" -AuthScheme "None" $conn | GM