Join Discord
Powered by
Hello, how do I get the doctor's information in fo...
# general
f
fediry
04/06/2023, 9:14 AM
Hello, how do I get the doctor's information in foomedical, for example I want to display his photo and name, are there internal hooks to get information about the doctor such as useMedplumProfile?
r
reshma
04/06/2023, 3:38 PM
This is the resource
https://www.medplum.com/docs/api/fhir/resources/practitioner
Here's some sample code
https://github.com/medplum/foomedical/blob/main/src/pages/account/Provider.tsx
f
fediry
04/06/2023, 4:17 PM
Thanks, that's exactly what I need
180
Views
Previous
Next