REST API
Locations & Doctors
Doctor Object
doctors describe a practitioner, usually associated with and operating out of one or more locations { "doctor id" 321, "doctor name" "dr wasserman", "email" "drwass\@example com", "first name" "jim", "last name" "wasserman", "telephone" "", "locations" \[ { "location id" 12345, "location name" "main office", "city" "chicago", "region id" "il", "country id" "us", "address" \[ "street address", "office suite" ], "postcode" "", "telephone" "" } ] } core attributes doctor id integer the main identifier for this object doctor name string a human readable name for this doctor the represents the doctor in the user interface and it is not computed from the personal details of the additional attributes locations array an array of locations objects this doctor is associated with the array may be represented as empty if no locations are associated see the location object for detailed information additional attributes first name string first name of doctor last name string last name of doctor email string email address of the doctor telephone string a direct telephone number for the doctor