Cmdlets for FHIR

Build 24.0.9060

Select-FHIR Cmdlet

Parameters   Output Objects  

Searches FHIR data.

Syntax

Select-FHIR [parameters]

Remarks

The Select-FHIR cmdlet allows you to use a syntax similar to SQL SELECT statements to search FHIR data.

$conn = Connect-FHIR -URL "http://test.fhir.org/r4b/" -ConnectionType "Generic" -ContentType "JSON" -AuthScheme "None"
Select-FHIR -Connection $conn -Table "Patient" -Columns @("Id","[address-city]") -Where "[name-use]='Bob'"

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