【发布时间】:2019-11-12 15:24:13
【问题描述】:
我想检索标识符为 2266 且 type.coding.code 为“RI”的过程
过程的标识符部分如下所示:
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "RI"
}
],
"text": "RI"
},
"system": "http://hl7.org/fhir/v2/0203",
"value": "2266"
},
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "PLAC"
}
],
"text": "PLAC"
},
"system": "http://hl7.org/fhir/v2/0203",
"value": "procId69"
}
],
搜索:
Procedure?identifier=2266
返回程序,但我不能确定它有正确的代码。
参考搜索文档https://www.hl7.org/fhir/search.html#token我试过了
Procedure?identifier:of-type=http://hl7.org/fhir/v2/0203|RI|2266
但这对我不起作用,没有任何返回。查询的正确语法是什么?
谢谢
【问题讨论】:
标签: search identifier hl7-fhir hapi