Standard Organization Member

A standard organization member is an organization member on the standard tier. They can host appointments with patients, prescribe medications, sign and lock notes, be an admin, and more.

The standard organization member model

The standard organization member model contains information about the member's NPI, DEA number, custom fields that you have set, and more.

Properties

  • Name
    id
    Type
    string
    Description

    Unique identifier for the standard organization member.

  • Name
    object
    Type
    string
    Description

    Always 'standard'.

  • Name
    first_name
    Type
    string
    Description

    Member's first name.

  • Name
    middle_name
    Type
    string
    Description

    Member's middle name.

  • Name
    last_name
    Type
    string
    Description

    Member's last name.

  • Name
    email
    Type
    string
    Description

    Member's email address.

  • Name
    phone
    Type
    string
    Description

    Member's phone number.

  • Name
    medical_centers
    Type
    array of strings
    Description

    Medical centers that the member belongs to.

  • Name
    admin
    Type
    string
    Description

    Whether the member is a global admin, local admin, or not an admin.

    Possible values:
    globalAdmin
    localAdmin
    notAdmin
  • Name
    specialization
    Type
    string
    Description

    What specialization (e.g. PCP, Nurse, etc.) the provider belongs to. Must be one of the specializations set for standard organization members in the specializations object.

  • Name
    bio
    Type
    string
    Description

    Short bio for the member. This bio is shown to patients when they are booking an appointment.

  • Name
    npi
    Type
    string
    Description

    Member's NPI.

  • Name
    dea_number
    Type
    string
    Description

    Member's DEA number.

  • Name
    license_type
    Type
    string
    Description

    Type of license the member has (e.g. MD, DO, RN, etc.)

    Possible values:
    MD
    DO
    NP
    RN
    PA
    Pharm.D
    DO
    LVN
    HA
    SC
    MSW
    VOL
    NU
    BC
    SN
    QAPI
    BSW
    LCSW
    ST
    OT
    LSW
    HC
    LCAT
    LMSW
  • Name
    licensed_in
    Type
    string
    Description

    List of states the member is licensed in. Use the states' two-letter acronym (e.g. 'CA,' 'NY').

  • Name
    timezone
    Type
    string
    Description

    Member's timezone.

  • Name
    status
    Type
    string
    Description

    Current status of the member.

    Possible values:
    active
    suspended
    archived
  • Name
    change_log
    Type
    string
    Description

    Change log containing a record of all the changes to the standard organization member object.

  • Name
    created_by
    Type
    string
    Description

    Creator of the standard organization member.

  • Name
    created_at
    Type
    number
    Description

    Timestamp (in Unix epoch time in milliseconds) of when the member was created.

  • Name
    last_updated_at
    Type
    number
    Description

    Timestamp (in Unix epoch time in milliseconds) of when the member was last updated.

Response

{
    "id": "user_idjkvxZTqfJD734feQHa",
    "object": "standard",
    "first_name": "Sam",
    "middle_name": "",
    "last_name": "Wellins",
    "email": "sam@demo.com",
    "phone": "(860)409-4300",
    "medical_centers": [
        "mctr_XbvBirnEb1Mli1OLwqnM"
    ],
    "admin": "not_admin",
    "specialization": "PCP",
    "bio": "Sam Wellins is a world-renowned primacy care physician best known for behavioral treatment analysis.",
    "npi": "1123456712",
    "dea_number": "F91234563",
    "license_type": "MD",
    "licensed_in": [
        "CA",
        "NY"
    ],
    "timezone": "America/New_York",
    "status_history": [
        {
            "status": "active",
            "changed_by": "user_xeDpGyt67wTor93qKtS7",
            "changed_at": 1653798303
        }
    ],
    "custom_data": [
        {
        "key": "cfld_FZR6ioEDTkHKn62oknLF",
        "type": "string",
        "value": "Routine Care"
        }
    ],
    "settings": {
        "has_zoom_account_set_up": true
    },
    "change_log": "clog_lZ0kd5CsLw8rgYPlz43r",
    "created_by": "user_xeDpGyt67wTor93qKtS7",
    "created_at": 1653798303000,
    "last_updated_at": 1653798303000
}