common data
This commit is contained in:
@@ -21,7 +21,7 @@ class CommonDataService(BaseService):
|
||||
|
||||
available_practices_data = {
|
||||
{
|
||||
"type": "Physician",
|
||||
"practice": "Physician",
|
||||
"specialties": [
|
||||
"General Practitioner",
|
||||
"Cardiologist",
|
||||
@@ -36,7 +36,7 @@ class CommonDataService(BaseService):
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Nurse",
|
||||
"practice": "Nurse",
|
||||
"specialties": [
|
||||
"Registered Nurse (RN)",
|
||||
"Nurse Practitioner (NP)",
|
||||
@@ -46,7 +46,7 @@ class CommonDataService(BaseService):
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Dentist",
|
||||
"practice": "Dentist",
|
||||
"specialties": [
|
||||
"General Dentist",
|
||||
"Orthodontist",
|
||||
@@ -56,7 +56,7 @@ class CommonDataService(BaseService):
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Pharmacist",
|
||||
"practice": "Pharmacist",
|
||||
"specialties": [
|
||||
"Retail Pharmacist",
|
||||
"Hospital Pharmacist",
|
||||
@@ -65,7 +65,7 @@ class CommonDataService(BaseService):
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Therapist",
|
||||
"practice": "Therapist",
|
||||
"specialties": [
|
||||
"Physical Therapist (PT)",
|
||||
"Occupational Therapist (OT)",
|
||||
@@ -75,7 +75,7 @@ class CommonDataService(BaseService):
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Other Allied Health Professional",
|
||||
"practice": "Other Allied Health Professional",
|
||||
"specialties": [
|
||||
"Medical Assistant",
|
||||
"Phlebotomist",
|
||||
|
||||
Reference in New Issue
Block a user