-
Notifications
You must be signed in to change notification settings - Fork 546
Open
Labels
QuestionIssue is a question?Issue is a question?SpecificationAn issue referring or related to the FHIR SpecificationAn issue referring or related to the FHIR SpecificationVSTS-BacklogOn VSTS BacklogOn VSTS Backlog
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:
#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.
Metadata
Metadata
Assignees
Labels
QuestionIssue is a question?Issue is a question?SpecificationAn issue referring or related to the FHIR SpecificationAn issue referring or related to the FHIR SpecificationVSTS-BacklogOn VSTS BacklogOn VSTS Backlog