drchrono · Schema

Doctor

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Properties

Name Type Description
website string
doctor_work_schedule object Doctor work schedule (beta)
first_name string
last_name string
suffix string
profile_picture string
country string Two-letter country code. Default is `US`
practice_group_name string
specialty string
is_account_suspended boolean Indicates the doctor's account is suspended or not
id integer
office_phone string
npi_number string If both this field and `group_npi_number` are set, prefer this field
group_npi_number string
home_phone string
practice_group string The ID of the practice group this user belongs to. This can be used to identify users in the same practice.
timezone string
cell_phone string
email string
job_title string
View JSON Schema on GitHub

JSON Schema

doctor.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/doctor.json",
  "title": "Doctor",
  "required": [],
  "type": "object",
  "properties": {
    "website": {
      "type": "string",
      "description": "",
      "title": "Website"
    },
    "doctor_work_schedule": {
      "$ref": "#/components/schemas/WorkSchedule",
      "description": "Doctor work schedule (beta)",
      "title": "Doctor Work Schedule"
    },
    "first_name": {
      "type": "string",
      "description": "",
      "title": "First name"
    },
    "last_name": {
      "type": "string",
      "description": "",
      "title": "Last name"
    },
    "suffix": {
      "type": "string",
      "description": "",
      "title": "Suffix"
    },
    "profile_picture": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Profile picture"
    },
    "country": {
      "enum": [
        "BD",
        "WF",
        "BF",
        "BG",
        "BA",
        "BB",
        "BE",
        "BL",
        "BM",
        "BN",
        "BO",
        "JP",
        "BI",
        "BJ",
        "BT",
        "JM",
        "BV",
        "JO",
        "WS",
        "BQ",
        "BR",
        "BS",
        "JE",
        "BY",
        "BZ",
        "RU",
        "RW",
        "RS",
        "TL",
        "RE",
        "TM",
        "TJ",
        "RO",
        "TK",
        "GW",
        "GU",
        "GT",
        "GS",
        "GR",
        "GQ",
        "GP",
        "BH",
        "GY",
        "GG",
        "GF",
        "GE",
        "GD",
        "GB",
        "GA",
        "GN",
        "GM",
        "GL",
        "KW",
        "GI",
        "GH",
        "OM",
        "TN",
        "BW",
        "HR",
        "HT",
        "HU",
        "HK",
        "HN",
        "HM",
        "KR",
        "AD",
        "PR",
        "PS",
        "PW",
        "PT",
        "KN",
        "PY",
        "AI",
        "PA",
        "PF",
        "PG",
        "PE",
        "PK",
        "PH",
        "PN",
        "PL",
        "PM",
        "ZM",
        "EH",
        "EE",
        "EG",
        "ZA",
        "EC",
        "AL",
        "AO",
        "KZ",
        "ET",
        "ZW",
        "KY",
        "ES",
        "ER",
        "ME",
        "MD",
        "MG",
        "MF",
        "MA",
        "MC",
        "UZ",
        "MM",
        "ML",
        "MO",
        "MN",
        "MH",
        "MK",
        "MU",
        "MT",
        "MW",
        "MV",
        "MQ",
        "MP",
        "MS",
        "MR",
        "AU",
        "UG",
        "MY",
        "MX",
        "MZ",
        "FR",
        "AW",
        "AF",
        "AX",
        "FI",
        "FJ",
        "FK",
        "FM",
        "FO",
        "NI",
        "NL",
        "NO",
        "NA",
        "VU",
        "NC",
        "NE",
        "NF",
        "NG",
        "NZ",
        "NP",
        "NR",
        "NU",
        "CK",
        "CI",
        "CH",
        "CO",
        "CN",
        "CM",
        "CL",
        "CC",
        "CA",
        "CG",
        "CF",
        "CD",
        "CZ",
        "CY",
        "CX",
        "CR",
        "KP",
        "CW",
        "CV",
        "CU",
        "SZ",
        "SY",
        "SX",
        "KG",
        "KE",
        "SS",
        "SR",
        "KI",
        "KH",
        "SV",
        "KM",
        "ST",
        "SK",
        "SJ",
        "SI",
        "SH",
        "SO",
        "SN",
        "SM",
        "SL",
        "SC",
        "SB",
        "SA",
        "SG",
        "SE",
        "SD",
        "DO",
        "DM",
        "DJ",
        "DK",
        "DE",
        "YE",
        "AT",
        "DZ",
        "US",
        "UY",
        "YT",
        "UM",
        "LB",
        "LC",
        "LA",
        "TV",
        "TW",
        "TT",
        "TR",
        "LK",
        "LI",
        "LV",
        "TO",
        "LT",
        "LU",
        "LR",
        "LS",
        "TH",
        "TF",
        "TG",
        "TD",
        "TC",
        "LY",
        "VA",
        "VC",
        "AE",
        "VE",
        "AG",
        "VG",
        "IQ",
        "VI",
        "IS",
        "IR",
        "AM",
        "IT",
        "VN",
        "AQ",
        "AS",
        "AR",
        "IM",
        "IL",
        "IO",
        "IN",
        "TZ",
        "AZ",
        "IE",
        "ID",
        "UA",
        "QA"
      ],
      "type": "string",
      "description": "Two-letter country code. Default is `US`",
      "title": "Country"
    },
    "practice_group_name": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Practice group name"
    },
    "specialty": {
      "type": "string",
      "description": "",
      "title": "Specialty"
    },
    "is_account_suspended": {
      "type": "boolean",
      "description": "Indicates the doctor's account is suspended or not",
      "title": "Is account suspended"
    },
    "id": {
      "readOnly": true,
      "type": "integer",
      "description": "",
      "title": "ID"
    },
    "office_phone": {
      "type": "string",
      "description": "",
      "title": "Office phone"
    },
    "npi_number": {
      "type": "string",
      "description": "If both this field and `group_npi_number` are set, prefer this field",
      "title": "Npi number"
    },
    "group_npi_number": {
      "type": "string",
      "description": "",
      "title": "Group npi number"
    },
    "home_phone": {
      "type": "string",
      "description": "",
      "title": "Home phone"
    },
    "practice_group": {
      "readOnly": true,
      "type": "string",
      "description": "The ID of the practice group this user belongs to. This can be used to identify users in the same practice.",
      "title": "Practice group"
    },
    "timezone": {
      "type": "string",
      "description": "",
      "title": "Timezone"
    },
    "cell_phone": {
      "type": "string",
      "description": "",
      "title": "Cell phone"
    },
    "email": {
      "readOnly": true,
      "type": "string",
      "description": "",
      "title": "Email"
    },
    "job_title": {
      "enum": [
        "",
        "Provider/Staff (Private Practice)",
        "Provider/Staff (Hospital)",
        "Patients/Interview Candidate",
        "Educator/Student",
        "API/Developer",
        "Consultant",
        "Other"
      ],
      "type": "string",
      "description": "",
      "title": "Job title"
    }
  },
  "x-verbose-required": []
}