FHIR practitioners speciality nomenclature discrepancies

This forum is for programmers who have questions about the source code.
Post Reply
bravegag
Posts: 49
Joined: Fri May 24, 2019 3:37 pm

FHIR practitioners speciality nomenclature discrepancies

Post by bravegag »

Hello,

I have been developing and testing on top of two demo keys (my private one and the one shared here in this forum lately) and noticed that the practitioners specialty nomenclature has the following difference:

* In the former for a general DDS, the specialty name is `general`.
* In the later for a general DDS, the specialty name is `generalistic`.

Which one is the correct one to use? I have to keep updating my cover database to adjust for this depending on what FHIR API key I use.

TIA,
Best regards,
Giovanni
User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: FHIR practitioners speciality nomenclature discrepancies

Post by cmcgehee »

Correct me if I'm wrong, but I believe the only place in FHIR that uses practitioner specialties is in the Practitioner resource. These specialties can be custom set by the office, so there is no standardized nomenclature.
Chris McGehee
Open Dental Software
http://www.opendental.com
bravegag
Posts: 49
Joined: Fri May 24, 2019 3:37 pm

Re: FHIR practitioners speciality nomenclature discrepancies

Post by bravegag »

Hi Chris!
cmcgehee wrote:Correct me if I'm wrong, but I believe the only place in FHIR that uses practitioner specialties is in the Practitioner resource. These specialties can be custom set by the office, so there is no standardized nomenclature.
You're correct, it is the Practitioner resource. However, note that my demo install is the freshly download install with all upgrades, I have not changed those nomenclature values and the ones in your deployed demo key I assume neither have been customized and yet somehow they have different values ...

Any ideas?
TIA.
Best regards,
Giovanni
User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: FHIR practitioners speciality nomenclature discrepancies

Post by cmcgehee »

The demo API key is connecting to a personal database that I used for a couple years. At some point, I must have changed "General" to "Generalist".
Chris McGehee
Open Dental Software
http://www.opendental.com
Post Reply