-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple specialities? #1
Comments
Seems like a good idea to me, assuming doctors have multiple specialties (IANADr). Is there a controlled vocabulary for specialities? CCIIO may have something from the plan data, but I'd like to have that defined. |
The example I used is an increasingly-common dual-certification referred to as MedPeds, so they're board-certified in both internal medicine and pediatrics. Super useful for doctors dealing with adult-age patients with usually-pediatric conditions. Neurology/Psychiatry is another common combination. I don't know if there's a well-developed, controlled vocabulary, but I'd expect that ABMS would be the organization to lead/support it. I did find this vocabulary supported by HealthVault. |
Follow-up: CMS has this vocabulary. I believe that document is out of date, but I didn't immediately see an up-to-date source. There are some gripes here and there about this particular vocabulary, but it'd seem to be the obvious choice for CMS's purposes. For example:
Note that the id is a string, since I've seen references to alphanumeric codes in addition to those numeric ones in the linked document. |
Oh hello right hand, this is left hand. Nice to meet you. |
There is no good source for speacialty. The CMS list is very short/incomplete. Perhaps optional/only if it is listed? Perhaps leave it out? |
The CMS (medicare) speciality list is a good start and should be included, but you should also consider exposing the taxonomy code which is required on EDI 837 (claims). |
This looks SUPER awesome, and I'm really excited to see it out in the wild. Logging comments/questions as separate issues... just because issue tracking, I guess.
Perhaps
provider.specialty
is limiting in cases, and theprovider
object should support aspecialties
property as an array of values.This might look like:
The text was updated successfully, but these errors were encountered: