microsoft / microsoft/fhir-server

Modifier of-type is not supported for search parameter 'identifier'

Open
#4,812 3 comments 0 reactions 0 assignees View on GitHub
Question Specification VSTS-Backlog
Dominant language
TSQL
Stars
1.4k
Forks
592
Avg merge
2d 7h
Merged PRs (30d)
41

Description

When trying to perform a search for a coverage resource and using the search query:

` Coverage?identifier:of-type=http://terminology.hl7.org/CodeSystem/v2-0203|SN|123456 `

We are getting back a ` 403 Forbidden ` error containing the issue:
```
"issue": [
{
"severity": "error",
"code": "invalid",
"diagnostics": "Modifier 'of-type' is not supported for search parameter 'identifier'."
}
]
```

I did see that support was added according to this PR:
https://github.com/microsoft/fhir-server/pull/2149

Can anyone provide guidance on if this supported and/or guidance on how to get this Modifier to work.

I appreciate any help regarding this question.

Contributor guide

Open the contributing guide

Research direction

Start by reviewing PR #2149 and reproducing the Coverage search query shown in the issue. Determine whether that change covers the identifier:of-type modifier, then verify the expected response and document the required behavior or guidance.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.