fhir-proxy icon indicating copy to clipboard operation
fhir-proxy copied to clipboard

FHIR Proxy is a secure application that acts as an intermediary in the transfer of FHIR data to and from Azure API for FHIR/FHIR Server for Azure

Results 15 fhir-proxy issues
Sort by recently updated
recently updated
newest added

Enable the use of a Managed Service Identity to access the FHIR server, rather than client ID and secret. Only one very simple change was required to make this work,...

We recently started using fhir-proxy and due to the upcoming support end for v3 azure function as stated below we have upgraded it to azure function version4/dotnet6. _Issue: On 3...

this line stepresult=$(az ad app update --id $spappid --reply-urls $spreplyurls) or this one in v2.0 stepresult=$(az ad app update --id $spappid --reply-urls $spreplyurls --identifier-uris "api://"$functionAppHost) is not working with last...

changed the "./createproxyserviceclient.bash" to small letter, as it was all in small letters in the source code (Bash is case sensitive and was failing in my run)

I have set up the FHIR Proxy according to the steps in this documentation: https://github.com/microsoft/fhir-proxy/tree/main/scripts#setup I have added the Resource Reader and Writer permissions as well to the Service Principal...

Hi, I am currently working on a project where I am seriously considering the use of the Azure FHIR Service from the managed Health APIs but we need to support...

## Why this PR? `az ad app permission admin-consent` is the old way of granting Application Permissions and Delegated Permissions to an app. It requires user intervention for admin consent...

Would like to have the Resource Group/Resources in Primary and FHIR Proxy App Reg in Secondary Tenant, because I don't have access in Primary. By default, it is getting created...

Re: http://hl7.org/fhir/smart-app-launch/conformance/index.html#core-capabilities Because it's unclear from the README.md whether both EHR launch (launch-ehr) and stand-alone (launch-standalone) launch sequences are supported. Specifically applications, such as the CMS Patient Accss API, will...