URL Parameter (Connect-FHIR Cmdlet)
The Service Base URL of the FHIR server.
Syntax
Connect-FHIR -URL string
Data Type
cstr
Default Value
""
Remarks
This is the address where the resources are defined in the FHIR server you would like to connect to. Azure-based, AWS-based, Google-based, and generic FHIR server implementations are supported.
Sample Urls for each implementation are found below:
- Generic: http://my_fhir_server/r4b/
- Azure: https://MY_AZURE_FHIR.azurehealthcareapis.com/
- AWS: https://healthlake.REGION.amazonaws.com/datastore/DATASTORE_ID/r4/
- Google: https://healthcare.googleapis.com/v1/projects/PROJECT_ID/locations/LOCATION/datasets/DATASET_ID/fhirStores/FHIR_STORE_ID/fhir/
This is a required parameter.