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
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