問題タブ [fhir-server-for-azure]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
138 参照

azure - Authentication error when requesting FHIR resource from Azure FHIR Services

I have deployed Healthcare Workspace and HFIR Service to Azure. I successfully get capability statement and access token.

I'm failing with Get FHIR resource request to get Patient list by Postman. I can see that this request connects to right App registration by correct secret.

I wonder if API permission of App Registration is correct: I have given "Azure Healthcare APIs", which has url https://fhir.azurehealthcareapis.com

However Postmain is requesting: https://healthcareworkspace-my123demo.fhir.azurehealthcareapis.com

I wonder where is problem?

https://docs.microsoft.com/en-us/azure/healthcare-apis/fhir/using-postman

Get: {{fhirurl}}/Patient

0 投票する
1 に答える
55 参照

hl7-fhir - 拡張機能を Azure FHIR リポジトリに発行するにはどうすればよいですか?

Azure API for FHIRを使用しています。Claimsいくつかの追加フィールドを必要とするペイロードがあり、次のextensionような構造に追加しています。

ROW_IDLOBで検索を実行するには、この拡張子を公開する必要がありSearchParameterます。
拡張機能を公開する方法と場所は?

0 投票する
0 に答える
23 参照

azure - Azure FHIR サーバー サンプルの Web アプリが機能しないのはなぜですか?

コマンド .\Create-FhirServerSamplesEnvironment.ps1 -EnvironmentName MyFHIR -UsePaaS $false を使用して、FHIR サーバー サンプルを Azure にデプロイしました。

  1. ただし、 https://myfhirdash.azurewebsites.net/#でダッシュボードの「患者」セクションがまったく開きません 。「私について」にアクセス トークンが表示されます。

  2. 成長グラフ アプリケーションでhttps://myfhirgrowth.azurewebsites.netを開くとエラーが発生する

  3. お薬リストのウェブサイトを「読み込んでいます...」と試みますが、開きません。https://myfhirmeds.azurewebsites.net/

AAD で何かをする必要があるのだろうか。

https://github.com/Microsoft/fhir-server-samples

0 投票する
1 に答える
29 参照

hl7-fhir - FHIR でタイプ別に組織を検索する方法

FHIR サーバー上の prov、dep、gov などの組織タイプで組織を検索するにはどうすればよいですか。prov,gov,dep を含む組織のリストから、prov 組織のみを表示したい。

この「GET [base]/Organization?type=prov」を試してみましたが、結果は返されませんでした。