gpt4 book ai didi

hl7 - 按扩展名搜索 FHIR

转载 作者:行者123 更新时间:2023-12-04 17:43:12 24 4
gpt4 key购买 nike

如何在 FHIR 中搜索扩展值?是 SearchParameter搜索扩展是否需要注册?任何对示例的帮助都会很棒。我一直在尝试使用我自己的 FHIR 服务器( https://github.com/Microsoft/fhir-server )使用 mothersMaidenNameSearchParameter注册,但它提供了所有 Patients从服务器。
更新
我将此 JSON 设置为“患者资源扩展”。

{
"extension": [
{
"url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName",
"valueString": "trial"
}
]
}
SearchParameters 注册是这样完成的(这些来自 https://www.hl7.org/fhir):
{
"resourceType": "SearchParameter",
"id": "e3f10e54-f558-49bb-8732-faee3a4dda8d",
"url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName",
"version": "3.6.0",
"name": "mothersMaidenName",
"status": "draft",
"experimental": true,
"code": "mothersMaidenName",
"base": [
"Patient"
],
"type": "string",
"description": "Search based on patient's mother's maiden name",
"expression": "Patient.extension(http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName)",
"xpathUsage": "normal"
}

最佳答案

需要两个步骤:首先,您需要定义一个自定义 SearchParameter,它以您希望的方式搜索您希望的元素。其次,必须手动更改所有相关服务器(即编写代码)以支持新的搜索参数。

关于hl7 - 按扩展名搜索 FHIR,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53482491/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com