Accessing/Writing the Practitioner job title exten...
# support
m
Hi guys. I'm trying to create an extension for a Practitioner, specifically the job title Resource Practitioner Extension, and I'm having some trouble navigating medplum docs and FHIR docs to do this. If theres any way I can get pointed in the right direction, it would be helpful. To give context, im trying to label a specific Practitioner's role, such as a surgeon, which is why I want to utilize the job title extension.
r
Hi @mikee6290 , rather than use an extension, you might want to refer to our guide on modeling Provider Credentials: https://www.medplum.com/docs/fhir-datastore/provider-directory/provider-credentials#medical-specialty
Provider specialties and roles can have a lot of different dimensions, and using the this framework will help you as you scale to considering state licensure, specialties, and roles. Hard to compress all that into the job title
m
I'll look into this, thanks for helping out @rahul1 !
Hey @rahul1 , if i wanted to add qualifications to the Practitioner resource, would i do so within the json in the app.medplum console?
r
@mikee6290 yeah, at present that would probably be the best way to make that edit
m
Worked out! Thanks!
167 Views