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
OperationDefinition.name and OperationDefinition.code inconsistent between FHIRRestHelpers and FHIROperationRegistry
Environment
Which version of IBM FHIR Server? 4.8.3
To Reproduce
Steps to reproduce the behavior:
Create an OperationDefintion with a mismatch between code and name.
Add an instance type support = true, with resource: [Resource]
Execute a call
Check the Logs
com.ibm.fhir.exception.FHIROperationException: Operation with name: 'reindex:Patient' was not found [probeId=c0-a8-56-14-00683e0c-88e3-460a-982e-80308d9507b9]
at com.ibm.fhir.server.operation.FHIROperationRegistry.getOperation(FHIROperationRegistry.java:131)
at com.ibm.fhir.server.util.FHIRRestHelper.doInvoke(FHIRRestHelper.java:1139)
Expected behavior
This should work since it has the same code.
Additional context
Discovered in $reindex support
Asked John/Lee to confirm this behavior is expected or not.
Update
Note, core problem was System-Type-Instance handling in FHIROperationRegistry
Changed the lines to reflect use of code
The text was updated successfully, but these errors were encountered:
Describe the bug
OperationDefinition.name and OperationDefinition.code inconsistent between FHIRRestHelpers and FHIROperationRegistry
Environment
Which version of IBM FHIR Server? 4.8.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This should work since it has the same code.
Additional context
Discovered in $reindex support
Asked John/Lee to confirm this behavior is expected or not.
Update
Note, core problem was System-Type-Instance handling in FHIROperationRegistry
Changed the lines to reflect use of code
The text was updated successfully, but these errors were encountered: