問題タブ [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.
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
hl7-fhir - 拡張機能を Azure FHIR リポジトリに発行するにはどうすればよいですか?
Azure API for FHIRを使用しています。Claims
いくつかの追加フィールドを必要とするペイロードがあり、次のextension
ような構造に追加しています。
ROW_IDとLOBで検索を実行するには、この拡張子を公開する必要がありSearchParameter
ます。
拡張機能を公開する方法と場所は?
azure - Azure FHIR サーバー サンプルの Web アプリが機能しないのはなぜですか?
コマンド .\Create-FhirServerSamplesEnvironment.ps1 -EnvironmentName MyFHIR -UsePaaS $false を使用して、FHIR サーバー サンプルを Azure にデプロイしました。
ただし、 https://myfhirdash.azurewebsites.net/#でダッシュボードの「患者」セクションがまったく開きません 。「私について」にアクセス トークンが表示されます。
成長グラフ アプリケーションでhttps://myfhirgrowth.azurewebsites.netを開くとエラーが発生する
お薬リストのウェブサイトを「読み込んでいます...」と試みますが、開きません。https://myfhirmeds.azurewebsites.net/
AAD で何かをする必要があるのだろうか。
hl7-fhir - FHIR でタイプ別に組織を検索する方法
FHIR サーバー上の prov、dep、gov などの組織タイプで組織を検索するにはどうすればよいですか。prov,gov,dep を含む組織のリストから、prov 組織のみを表示したい。
この「GET [base]/Organization?type=prov」を試してみましたが、結果は返されませんでした。