我正在使用 Microsoft Azure Storage Explorer 将患者资源数据从 MsSQL 移动到 FHIR 服务器的 Azure cosmos DB。我已经使用下面的 github 链接安装了 FHIR 服务器。
https://github.com/Microsoft/fhir-server/blob/master/docs/DefaultDeployment.md
我能够在 FHIR cosmos db 服务器中移动 MsSQL 服务器数据,但数据格式与 FHIR 服务器应用程序不匹配。
示例:-我有 sql server 端的患者数据,我们想使用 FHIR cosmos db(“资源类型”:“Patient”)移动所有数据并对其进行查询。FHIR 服务器应用程序/服务无法与 MsSQL 服务器数据进行映射。
是否有任何 Azure 函数可以运行,以便将数据批量摄取到 FHIR 服务器中?(使用 Postman 发布数据是一种不适用于批量数据的方法)
提前致谢。