opensrp / hapi-fhir-jpaserver-starter

Apache License 2.0
0 stars 1 forks source link

Practitioner-details end-point bug #48

Open gosso22 opened 2 years ago

gosso22 commented 2 years ago

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

gosso22 commented 2 years ago

cc @f-odhiambo and @dubdabasoduba