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
I have a practitioner that I had originally created through api calls. When I was creating this practitioner I assigned them an id same as keycloak-uuid. When I try to get this practitioner's detail through the practitioner's details end point: https://fhir.server.url/fhir/practitioner-details?keycloak-uuid=<>, I am getting the following exception
"HAPI-0389: Failed to call access method: java.lang.NumberFormatException: For input string: \"keycloak-uui\""
When I looked further, I think this is being thrown here
The text was updated successfully, but these errors were encountered:
I have a practitioner that I had originally created through api calls. When I was creating this practitioner I assigned them an id same as keycloak-uuid. When I try to get this practitioner's detail through the practitioner's details end point: https://fhir.server.url/fhir/practitioner-details?keycloak-uuid=<>, I am getting the following exception
"HAPI-0389: Failed to call access method: java.lang.NumberFormatException: For input string: \"keycloak-uui\""
When I looked further, I think this is being thrown here
The text was updated successfully, but these errors were encountered: