You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have been submitting FHIR Core SearchParameter resources (derived from FHIR R4) with status set to retired in order to turn off search indexing where I don't need it. This works except for the DomainResource-text SearchParameter.
The DomainResource-text SearchParameter is base on DomainResource, as that is where the _text element exists.
When submitting this I get a "500 Internal Server Error", with the diagnostics indicating that it failed because DomainResource does not exist.
To Reproduce
Steps to reproduce the behavior:
Create a SearchParameter consistent with DomainResource-text
Expected behavior
Should be accepted as DomainResource exists as much as any.
Screenshots
NA
Environment (please complete the following information):
HAPI FHIR Version
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Additional context
{
"response": {
"status": "500 Internal Server Error",
"outcome": {
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns=\http://[www.w3.org/1999/xhtml](http://www.w3.org/1999/xhtml)\><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td>HAPI-1684: Unknown resource name "DomainResource" (this name is not known in FHIR version "R4")</td></tr></table></div>"
},
"issue": [
{
"severity": "error",
"code": "exception",
"diagnostics": "HAPI-1684: Unknown resource name \"DomainResource\" (this name is not known in FHIR version \"R4\")"
}
]
}
}
},
The text was updated successfully, but these errors were encountered:
NOTE: Before filing a ticket, please see the following URL:
https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help
Describe the bug
I have been submitting FHIR Core SearchParameter resources (derived from FHIR R4) with status set to retired in order to turn off search indexing where I don't need it. This works except for the
DomainResource-text
SearchParameter.The
DomainResource-text
SearchParameter is base on DomainResource, as that is where the_text
element exists.When submitting this I get a "500 Internal Server Error", with the diagnostics indicating that it failed because DomainResource does not exist.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be accepted as DomainResource exists as much as any.
Screenshots
NA
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: