简体   繁体   中英

Azure FHIR search for resources with _include expression not supported

I'm using following Azure For API(STU3) to play around. I'm trying to get other resources linked to DiagnosticReport resource with _include param.

https://xxx-xxx-xxxx.azurehealthcareapis.com/DiagnosticReport?_id=1234&_include=DiagnosticReport:encounter&_include=DiagnosticReport:result

But I'm getting following error : { "resourceType": "OperationOutcome", "id": "af40478f6fe6de47b8e0fc4f40e698ba", "issue": [ { "severity": "error", "code": "forbidden", "diagnostics": " Include expression is not supported ." } ] }

实际上,我们刚刚发现我们在 Azure FHIR 中使用 CosmoDb,它不支持查询,因此 include revInclude 搜索参数不适用于 CosmosDb,而是适用于 SQL dbs。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM