# Retrieve all available information for a provider. Fetches comprehensive details about a provider, including optional related data such as credentialing workflows, all sections data (state-licenses, board certifications, dea, etc.), signed URLs for supporting documents/ attachments, verifier info, group info, and sanction items based on the provided query parameters. Endpoint: GET /v2/provider Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Query parameters: - `npi` (string) - `external_id` (string) - `provider_id` (string) - `includeCredentialingWorkflows` (boolean, required) Include credentialing workflows with PSV url. - `includeFullData` (boolean, required) Include full data from every section. - `signUrls` (boolean, required) Sign Document URLs for immediate access. - `includeVerified` (boolean, required) Included VerifiedBy User info. - `includeGroupInfo` (boolean, required) Include group info. - `includeSanctionItems` (boolean, required) Include sanction items. ## Response 200 fields (application/json): - `data` (object, required) - `data.provider_sanctions` (array, required) - `data.provider_sanctions.date_of_report` (string, required) Date the sanction report was issued Example: "YYYY-MM-DD" - `data.provider_sanctions.id` (string, required) Unique identifier for the provider sanction record - `data.provider_sanctions.sanction_type` (string, required) Type of sanction applied to the provider Enum: "OIG", "GSA/SAM/OFAC", "OFAC", "MOO", "State Exclusion List", "Preclusion List Check" - `data.provider_sanctions.type_of_action` (string, required) Type of action taken against the provider Enum: "No Match Found", "Match Found" - `data.provider_sanctions.verified_by` (string, required) Name of the person or system that verified the sanction - `data.provider_sanctions.data` (string, required) Additional data or details related to the sanction - `data.provider_sanctions.verified_date` (string, required) Date the sanction was verified Example: "YYYY-MM-DD" - `data.malpractice_insurance` (array, required) - `data.malpractice_insurance.expiry_date` (string, required) Date when the malpractice insurance policy expires Example: "YYYY-MM-DD" - `data.malpractice_insurance.id` (string, required) Unique identifier for the malpractice insurance record - `data.malpractice_insurance.source` (string, required) Source from which the malpractice insurance information was obtained (Copy of Insurance, Application, N/A) - `data.malpractice_insurance.status` (string, required) Current status of the malpractice insurance policy (active, expired) - `data.malpractice_insurance.policy_number` (string, required) Policy number of the malpractice insurance - `data.malpractice_insurance.verified_by` (string, required) Name of the person or system that verified the malpractice insurance - `data.malpractice_insurance.verified_date` (string, required) Date the malpractice insurance was verified Example: "YYYY-MM-DD" - `data.malpractice_insurance.aggregate_coverage_amount` (number, required) Aggregate coverage amount of the malpractice insurance policy - `data.malpractice_insurance.occurrence_coverage_amount` (number, required) Occurrence coverage amount of the malpractice insurance policy - `data.malpractice_insurance.policyHolder` (string, required) Name of the policy holder for the malpractice insurance - `data.malpractice_insurance.pliCoverageType` (string, required) Type of Professional Liability Insurance (PLI) coverage - `data.malpractice_insurance.policyEffectiveDate` (string, required) Effective date of the malpractice insurance policy Example: "YYYY-MM-DD" - `data.malpractice_insurance.policyExpirationDate` (string, required) Expiration date of the malpractice insurance policy Example: "YYYY-MM-DD" - `data.malpractice_insurance.policyCurrentEffectiveDate` (string, required) Current effective date of the malpractice insurance policy Example: "YYYY-MM-DD" - `data.malpractice_insurance.individualCoverageFlag` (boolean, required) Indicates if the policy provides individual coverage (true/false) - `data.malpractice_insurance.insuranceType` (string, required) Type of insurance. - `data.npdb_data` (array, required) - `data.npdb_data.id` (string, required) Unique identifier for the NPDB data. - `data.npdb_data.type_of_action` (string, required) Type of action taken. Enum: "No Action", "Medical Malpractice Payment", "Health Plan", "State Licensure/Certification", "Professional Society", "Exclusion/Debarment", "DEA/Federal Licensure", "Government Administrative", "Judgement/Conviction", "Clinical Privileges", "Peer Review Organization" - `data.npdb_data.report_date` (string, required) Date the report was created Example: "YYYY-MM-DD" - `data.npdb_data.process_date` (string, required) Date the report was processed Example: "YYYY-MM-DD" - `data.npdb_data.verified_by` (string, required) Name of the individual who verified the report - `data.npdb_data.verified_date` (string, required) Date the report was verified Example: "YYYY-MM-DD" - `data.npdb_data.created_date` (string, required) Date the report entry was created Example: "YYYY-MM-DD" - `data.npdb_data.payment_date` (string, required) Date the payment was made (if applicable) Example: "YYYY-MM-DD" - `data.npdb_data.specific_allegation_date` (string, required) Date of the specific allegation (if applicable) Example: "YYYY-MM-DD" - `data.npdb_data.source` (string, required) Source of the report (NPDB) - `data.npdb_data.report_type` (string, required) Type of report (e.g., disciplinary, administrative) Enum: "Adverse Action Report", "Medical Malpractice Payment Report", "No Report Found" - `data.npdb_data.first_name` (string, required) First name of the subject of the report - `data.npdb_data.last_name` (string, required) Last name of the subject of the report - `data.npdb_data.gender` (string, required) Gender of the subject - `data.npdb_data.npi` (string, required) National Provider Identifier (NPI) - `data.npdb_data.home_address` (string, required) Home address of the subject - `data.npdb_data.home_city` (string, required) Home city of the subject - `data.npdb_data.home_state` (string, required) Home state of the subject - `data.npdb_data.home_zip` (string, required) Home ZIP code of the subject - `data.npdb_data.dcn` (string, required) Document Control Number (DCN) - `data.npdb_data.birth_date` (string, required) Birth date of the subject Example: "1980-05-21" - `data.npdb_data.databank_subject_id` (string, required) Databank Subject ID, unique identifier from NPDB - `data.performance_indicator` (array, required) - `data.performance_indicator.access_issue` (string, required) - `data.performance_indicator.benefits` (string, required) - `data.performance_indicator.claims` (string, required) - `data.performance_indicator.clinical` (string, required) - `data.performance_indicator.complaints` (string, required) - `data.performance_indicator.id` (string, required) - `data.performance_indicator.service` (string, required) - `data.application_verification` (array, required) - `data.application_verification.explanation` (string, required) - `data.application_verification.verification_type` (string, required) - `data.application_verification.verified_by` (string, required) - `data.application_verification.verified_date` (string, required) Example: "YYYY-MM-DD" - `data.board_certifications_data` (array, required) - `data.board_certifications_data.id` (string, required) Unique identifier for the board certification record - `data.board_certifications_data.certificate_id` (string, required) Certificate ID assigned by the certifying board - `data.board_certifications_data.expire_date` (string, required) Date the certification expires Example: "YYYY-MM-DD" - `data.board_certifications_data.issue_date` (string, required) Date the certification was issued Example: "YYYY-MM-DD" - `data.board_certifications_data.specialty` (string, required) Specialty for which the certification was awarded Enum: "Acupuncture", "Acute Care", "Acute Care Nurse Practitioner", "Acute/Critical Care Nursing", "Addiction Medicine", "Addiction Psychology", "Administrative Medicine", "Adult-Gerontology Acute Care", "Adult-Gerontology Acute Care Clinical Nurse Specialist", "Adult-Gerontology Acute Care Nurse Practitioner", "Adult-Gerontology Primary Care", "Adult-Gerontology Primary Care Nurse Practitioner", "Adult Health Clinical Nurse Specialist", "Adult Nurse Practitioner", "Adult Psychiatric-Mental Health", "Adult Psychiatric Mental Health Nurse Practitioner", "Advanced Diabetes Management", "Advanced Oncology Certified Nurse", "Aerospace Medicine", "Allergy and Immunology", "Ambulatory Care Nurse", "Anatomic Pathology and Clinical Pathology", "Anatomic Pathology - General", "Anesthesiology", "Assistant Behavior Analyst", "Audiology", "Behavioral Analyst", "Board Certified Assistant Behavior Analyst", "Board Certified Behavior Analyst", "Board Certified Behavior Analyst - Doctoral", "Cardiac Medicine", "Cardiac Surgery", "Cardiac/Vascular Nurse", "Cardiology", "Cardiothoracic Surgery", "Cardiovascular Computed Tomography", "Case Management", "Cataract Surgery", "Certified Diabetes Care and Education Specialist", "Certified Hand Therapist", "Certified Nurse Midwife", "Certified Pediatric Nurse", "Certified Registered Nurse Anesthetist", "Chiropractor", "Chiropractic Acupuncture", "Clinical Biochemical Genetics", "Clinical Child and Adolescent Psychology", "Clinical Cytogenetics", "Clinical Genetics (MD)", "Clinical Genetics and Genomics (MD)", "Clinical Health Psychology", "Clinical Lipidology", "Clinical Mental Health Counselor", "Clinical Molecular Genetics", "Clinical Neurophysiology", "Clinical Nurse Specialist", "Clinical Psychology", "Clinical Social Work", "Colon and Rectal Surgery", "Community Behavioral Health Clinician", "Counseling Psychology", "Couple and Family Psychology", "Dental", "Dermatology", "Dermatology Nurse Practitioner", "Diabetes Care and Education", "Diagnostic Radiology", "Diagnostic Radiology with Special Competence in Nuclear Radiology", "Echocardiography", "Educational Commission for Foreign Medical Graduates", "Electrodiagnostic Medicine", "Electronic Fetal Monitoring", "Emergency Medicine", "Emergency Nurse Practitioner", "EMDR", "Endocrinology", "Endodontics", "Endovascular Medicine", "ENT/Otolaryngology", "Facial Plastic and Reconstructive Surgery", "Family Medicine", "Family Medicine, Geriatric Medicine", "Family Medicine, Obesity Medicine", "Family Nurse Practitioner", "Family Practice", "Focused Practice in Pediatric and Adolescent Gynecology - Obstetrics & Gynecology Designation", "Focused Practice in Metabolic Bariatric Surgery - Surgery Designation", "Foot and Ankle Surgery", "Foot Surgery", "Forensic Psychology", "Gastroenterology", "General Practice", "General Surgery", "Genetic Counseling", "Geriatrics", "Gerontological", "Gerontological Nurse Practitioner", "Gerontological Nutrition", "Gerontology", "Geropsychology", "Group Psychology", "Gynecology", "Histocompatibility and Immunogenetics", "HIV Specialist", "Infectious Diseases", "Internal Medicine", "Internal Medicine, Geriatric Medicine", "Internal Medicine, Obesity Medicine", "Interventional Radiology and Diagnostic Radiology", "Laboratory Genetics and Genomics", "Lactation Consultant (Registered Nurse)", "Limb Preservation and Salvage", "Maternal Newborn Nursing", "Medical Physics (Diagnostic, Nuclear, Therapeutic)", "Medical Surgical Nurse", "National Certified Counselor (NCC)", "Naturopathic Medicine", "Neonatal Acute Care Clinical Nurse Specialist", "Neonatal Nurse Practitioner", "Nephrology", "Neurological Surgery", "Neurology", "Neurology with Special Qualification in Child Neurology", "Neuromusculoskeletal Medicine & OMM", "Neurophysiology-Neurology", "Nuclear Cardiology", "Nuclear Medicine", "Nurse Anesthetist", "Nurse Executive, Advanced", "Nurse Practitioner", "Obesity and Weight Management", "Obesity Medicine", "Obstetrics & Gynecology", "Obstetrics & Gynecology, Obesity Medicine", "Occupational Medicine", "Occupational Therapist", "Occupational Therapist, Hand", "Oncology Clinical Nurse Specialist", "Oncology - Medical", "Oncology - Medical, Surgical", "Oncology Nurse Practitioner", "Oncology Nutrition", "Oncology - Radiation/Radiation Oncology", "Oncology - Surgical", "Ophthalmology", "Optometry", "Oral and Maxillofacial Surgery", "Organizational and Business Consulting Psychology", "Orthodontics", "Orthopaedic Surgery", "Orthopaedic Surgery of the Spine", "Osteopathic Manipulative Medicine (OMM)", "Otolaryngology", "Otolaryngology and Facial Plastic Surgery", "Otolaryngology - Head and Neck Surgery", "Pain Management", "Pain Medicine", "Pathology - Anatomic", "Pathology - Anatomic/Pathology - Clinical", "Pathology - Clinical", "Pediatric Acute Care Clinical Nurse Specialist", "Pediatric Critical Care Nutrition", "Pediatric Dentistry", "Pediatric Neurological Surgery", "Pediatric Nurse Practitioner - Acute Care", "Pediatric Nurse Practitioner - Primary Care", "Pediatric Nutrition", "Pediatric Primary Care", "Pediatrics", "Pediatrics: Developmental-Behavioral Pediatrics", "Pediatrics, Obesity Medicine", "Peer Support Specialist", "Periodontics", "Physical Medicine and Rehabilitation", "Physical Therapist", "Physical Therapist, Hand", "Physical Therapy", "Physician Assistant", "Physiatry, Rehabilitative Medicine", "Plastic and Reconstructive Surgery", "Plastic Surgery", "Podiatry", "Police and Public Safety Psychology", "Prevention and Treatment of Diabetic Foot Wounds and Diabetic Footwear", "Preventative Medicine", "Preventive Medicine, Obesity Medicine", "Primary Care", "Primary Care in Podiatric Medicine", "Primary Care - Nurse Practitioners", "Primary Care - Physician Assistants", "Proctology", "Progressive Care Nursing", "Prosthodontics", "Psychoanalytic and Psychodynamic Psychology", "Psychiatric-Mental Health", "Psychiatric Mental Health Nurse Practitioner", "Psychiatry", "Psychiatry & Neurology, Obesity Medicine", "Psychiatry: Child and Adolescent Psychiatry", "Psychiatry: Geriatric Psychiatry", "Psychiatry & Neurology", "Psychology", "Psychotherapy", "Public Health and General Preventive Medicine", "Pulmonology", "Radiation Oncology", "Radiologic Physics", "Radiology", "Reconstructive Rearfoot/Ankle Surgery", "Recreational Therapy", "Registered Behavior Technician", "Registered Dietitian Nutritionist", "Registered Physician in Neurovascular Interpretation (RPNI)", "Registered Physician in Vascular Interpretation(RPVI)", "Rehabilitation Psychology", "Renal Nutrition", "Retina Specialist", "Retina Specialty", "Rheumatology", "School Nurse Practitioner", "School Psychology", "Serious Mental Illness Psychology", "Sleep Medicine", "Social Work", "Speech-Language Pathology", "Sports Dietetics", "Surgery", "Therapeutic Radiology", "Thoracic and Cardiac Surgery", "Thoracic Surgery", "Toxicology", "Urgent Care Medicine", "Urological Surgery", "Urology", "Vascular Medicine", "Vascular Surgery", "Venous and Lymphatic Medicine", "Women's Health Nurse Practitioner", "Wound Specialist" - `data.board_certifications_data.subspecialty` (string, required) Subspecialty for which the certification was awarded Enum: "None", "N/A", "Addiction Medicine", "Addiction Psychiatry", "Adolescent Medicine", "Adolescent Medicine (Family Medicine)", "Adolescent Medicine (Internal Medicine)", "Adolescent Medicine (Pediatrics)", "Adult Cardiac Anesthesiology", "Adult Congenital Heart Disease", "Adult and Pediatric Allergy and Immunology", "Advanced Heart Failure and Transplant", "Anesthesiology", "Anesthesiology Critical Care Medicine", "Blood Banking/Transfusion Medicine", "Brain Injury Medicine", "Cardiology", "Cardiovascular Disease", "Child Abuse Pediatrics", "Child and Adolescent Psychiatry", "Child Neurology", "Child Psychiatry", "Clinical Cardiac Electrophysiology", "Clinical Child and Adolescent", "Clinical Informatics", "Clinical Neurophysiology", "Clinical and Laboratory Dermatological Immunology", "Complex Family Planning", "Complex General Surgical Oncology", "Complex Pediatric Otolaryngology", "Congenital Cardiac Surgery", "Consultation-Liaison Psychiatry", "Critical Care Medicine", "Critical Care Medicine (Anesthesiology)", "Critical Care Medicine (Internal Medicine)", "Critical Care Medicine (OB/GYN)", "Cytopathology", "Dermatology", "Dermatopathology", "Dermatopathology (Dermatology)", "Dermatopathology (Pathology)", "Developmental-Behavioral Pediatrics", "Diagnostic Laboratory Immunology", "Diagnostic Radiology", "Emergency Medical Services", "Emergency Medicine", "Endocrinology, Diabetes and Metabolism", "Epilepsy", "Family Medicine", "Female Pelvic Medicine and Reconstructive Surgery", "Focused Practice in Advanced Emergency Medicine Ultrasonography - Emergency Medicine Designation", "Focused Practice in Hospital Medicine", "Focused Practice in Metabolic Bariatric Surgery", "Focused Practice in Minimally Invasive Gynecologic Surgery", "Forensic Psychiatry", "Foot Surgery", "Gastroenterology", "Geriatric Medicine", "Geriatric Medicine (Family Medicine)", "Geriatric Medicine (Internal Medicine)", "Geriatric Psychiatry", "Gynecologic Oncology", "Health Care Administration Leadership and Management", "Hematology", "Hematopathology", "Hospice and Palliative Medicine", "Hospice and Palliative Medicine (Anesthesiology)", "Hospice and Palliative Medicine (Emergency Medicine)", "Hospice and Palliative Medicine (Family Medicine)", "Hospice and Palliative Medicine (Internal Medicine)", "Hospice and Palliative Medicine (OB/GYN)", "Hospice and Palliative Medicine (Pediatrics)", "Hospice and Palliative Medicine (Physical Medicine)", "Hospice and Palliative Medicine (Psychiatry and Neurology)", "Hospice and Palliative Medicine (Radiology)", "Hospice and Palliative Medicine (Surgery)", "Hospital Medicine", "Immunopathology", "Infectious Disease", "Internal Medicine", "Internal Medicine - Critical Care Medicine", "Interventional Cardiology", "Interventional Radiology and Diagnostic Radiology", "Maternal and Fetal Medicine", "Maternal-Fetal Medicine", "Medical Biochemical Genetics", "Medical Oncology", "Medical Toxicology", "Medical Toxicology (Emergency Medicine)", "Medical Toxicology (Pediatrics)", "Medical Toxicology (Preventive Medicine)", "Micrographic Dermatologic Surgery", "Mohs Micrographic Surgery", "Molecular Genetic Pathology", "Neonatal-Perinatal Medicine", "Nephrology", "Neurocritical Care", "Neurodevelopmental Disabilities", "Neurodevelopmental Disabilities (Pediatrics)", "Neurodevelopmental Disabilities (Psychiatry and Neurology)", "Neuromuscular Medicine", "Neuromuscular Medicine (Physical Medicine)", "Neuromuscular Medicine (Psychiatry and Neurology)", "Neuropathology", "Neuroradiology", "Neurotology", "No Subspecialty (Allergy and Immunology)", "No Subspecialty (Anesthesiology)", "No Subspecialty (Colon and Rectal Surgery)", "No Subspecialty (Dermatology)", "No Subspecialty (Emergency Medicine)", "No Subspecialty (Family Medicine)", "No Subspecialty (Genetics)", "No Subspecialty (Internal Medicine)", "No Subspecialty (Neurological Surgery)", "No Subspecialty (Nuclear Medicine)", "No Subspecialty (OB/GYN)", "No Subspecialty (Ophthalmology)", "No Subspecialty (Orthopaedic Surgery)", "No Subspecialty (Otolaryngology)", "No Subspecialty (Pathology)", "No Subspecialty (Pediatrics)", "No Subspecialty (Physical Medicine)", "No Subspecialty (Plastic Surgery)", "No Subspecialty (Preventive Medicine)", "No Subspecialty (Psychiatry and Neurology)", "No Subspecialty (Radiology)", "No Subspecialty (Surgery)", "No Subspecialty (Thoracic Surgery)", "No Subspecialty (Urology)", "Nuclear Radiology", "Obstetrics & Gynecology", "Ophthalmology", "Optometry", "Orthopaedic Sports Medicine", "Osteopathic Manipulative Treatment", "Pain Medicine", "Pain Medicine (Anesthesiology)", "Pain Medicine (Physical Medicine)", "Pain Medicine (Psychiatry and Neurology)", "Pathology - Chemical", "Pathology - Forensic", "Pathology - Hematology", "Pathology - Medical Microbiology", "Pathology - Molecular Genetic", "Pathology - Pediatric", "Pediatric and Adolescent Gynecology", "Pediatric Anesthesiology", "Pediatric Cardiology", "Pediatric Critical Care Medicine", "Pediatric Critical Care Medicine (Pediatrics)", "Pediatric Dermatology", "Pediatric Emergency Medicine", "Pediatric Emergency Medicine (Emergency Medicine)", "Pediatric Emergency Medicine (Pediatrics)", "Pediatric Endocrinology", "Pediatric Gastroenterology", "Pediatric Hematology-Oncology", "Pediatric Hospital Medicine", "Pediatric Infectious Diseases", "Pediatric Neurological Surgery", "Pediatric Nephrology", "Pediatric Otolaryngology", "Pediatric Pulmonology", "Pediatric Radiology", "Pediatric Rehabilitation Medicine", "Pediatric Rheumatology", "Pediatric Surgery", "Pediatric Transplant Hepatology", "Pediatric Urology", "Pediatrics", "Plastic Surgery Within the Head and Neck (Otolaryngology)", "Plastic Surgery Within the Head and Neck (Plastic Surgery)", "Podiatry", "Psychiatry", "Psychosomatic Medicine", "Pulmonary Disease", "Radiation Oncology", "Reconstruction Rearfoot/Ankle Surgery", "Reproductive Endocrinology and Infertility", "Reproductive Endocrinology/Infertility", "Rheumatology", "Sleep Medicine", "Sleep Medicine (Family Medicine)", "Sleep Medicine (Internal Medicine)", "Sleep Medicine (Otolaryngology)", "Sleep Medicine (Pediatrics)", "Sleep Medicine (Psychiatry and Neurology)", "Spinal Cord Injury Medicine", "Spinal Surgery", "Sports Medicine", "Sports Medicine (Emergency Medicine)", "Sports Medicine (Family Medicine)", "Sports Medicine (Internal Medicine)", "Sports Medicine (Pediatrics)", "Sports Medicine (Physical Medicine)", "Surgery", "Surgery of the Hand", "Surgery of the Hand (Orthopaedic Surgery)", "Surgery of the Hand (Plastic Surgery)", "Surgery of the Hand (Surgery)", "Surgical Critical Care", "Therapeutic Radiology", "Transplant Hepatology", "Undersea and Hyperbaric Medicine", "Undersea and Hyperbaric Medicine (Emergency Medicine)", "Undersea and Hyperbaric Medicine (Preventive Medicine)", "Urogynecology and Reconstructive Pelvic Surgery", "Vascular and Interventional Radiology", "Vascular Neurology", "Vascular Surgery", "Neurophysiology-Neurology", "Allergy and Immunology", "Cardiovascular and Pulmonary", "Child and Adolescent Neurology", "Combined Medical Genetics and Genomics", "Correctional Medicine", "Dermatological Immunology/Diagnostic and Laboratory Immunology", "Endocrinology", "Forensic Pathology", "Geriatrics", "Hematology & Medical Oncology (Internal medicine)", "Minimally Invasive Gynecologic Surgery", "Neonatology", "Neurology", "Neurophysiology", "Occupational Medicine", "Oncology", "Orthopaedics", "Otolaryngic Allergy", "Pain Management", "Pediatric and Adult Allergy and Immunology", "Pediatric Clinical Neuropsychology", "Pulmonary & Critical Care Medicine", "Sports", "Women's Health", "Wound Management", "Undersea Medicine" - `data.board_certifications_data.verified_by` (string, required) Name of the person or system that verified the certification - `data.board_certifications_data.verified_date` (string, required) Date the certification was verified Example: "YYYY-MM-DD" - `data.board_certifications_data.moc` (string, required) Maintenance of Certification (MOC) status or details (Yes, No, Not Required) - `data.board_certifications_data.status` (string, required) Current status of the board certification (Certified, Expired, Not Certified) - `data.board_certifications_data.duration_type` (string, required) Type of duration for the certification (Time-Limited, Lifetime, MOC) - `data.credentialing_timeline` (array, required) - `data.credentialing_timeline.medical_director` (string, required) - `data.credentialing_timeline.attestation_date` (string, required) Example: "YYYY-MM-DD" - `data.credentialing_timeline.initial_credentialing_date` (string) Example: "YYYY-MM-DD" - `data.credentialing_timeline.last_credentialed_date` (string, required) Example: "YYYY-MM-DD" - `data.credentialing_timeline.psv_complete_date` (string, required) Example: "YYYY-MM-DD" - `data.credentialing_timeline.credentialing_decision_date` (string, required) Example: "YYYY-MM-DD" - `data.credentialing_timeline.next_credentialing_date` (string, required) Example: "YYYY-MM-DD" - `data.credentialing_timeline.received_for_credentialing_date` (string, required) Example: "YYYY-MM-DD" - `data.education_training` (array, required) - `data.education_training.id` (string, required) Unique identifier for the education or training record - `data.education_training.source` (string, required) Source from which the education training information was obtained (e.g., Application, Primary Source Verification) Enum: "Verified through Licensing Board/Agency", "Verified through Board Certification", "Verified by Educational Institution", "Verified through the AMA", "Verified by Student Clearinghouse" - `data.education_training.type` (string, required) Type of education training. Enum: "Fellowship", "Residency", "Professional", "Internship" - `data.education_training.degree` (string, required) Degree awarded Enum: "Bachelor of Arts (BA)", "Bachelor of Accountancy (BAcc)", "Bachelor of Architecture (BArch)", "Bachelor of Business Administration (BBA)", "Bachelor of Commerce (BComm)", "Bachelor of Computer Science (BCS)", "Bachelor of Computer Application (BCA)", "Bachelor of Divinity (BDiv)", "Bachelor of Economics (BEc)", "Bachelor of Education (BEd)", "Bachelor of Engineering (BEng)", "Bachelor of Fine Arts (BFA)", "Bachelor of Laws (LLB)", "Bachelor of Letters (BLitt)", "Bachelor of Music (BM)", "Bachelor of Management Studies (BMS)", "Bachelor of Pharmacy (BPharm)", "Bachelor of Philosophy (BPhil)", "Bachelor of Science (BS)", "Bachelor of Science in Nursing (BSN)", "Bachelor of Social Work (BSW)", "Bachelor of Technology (BTech)", "Bachelor of Theology (BTh)", "Bachelor of Medicine, Bachelor of Surgery (MBBS)", "Bachelor of Civil Law (BCL)", "Licentiate in Sacred Theology (STL)", "Magister Juris (MJur)", "Master of Business Administration (MBA)", "Master of Counselling (MCouns)", "Master of Divinity (MDiv)", "Master of Education (MEd)", "Master of Engineering (MEng)", "Master of Family Therapy (MFT)", "Master of Fine Arts (MFA)", "Master of Health Science (MHS)", "Master of Laws (LLM)", "Master of Letters (MLitt)", "Master of Medicine (MMed)", "Master of Management Studies (MMS)", "Master of Philosophy (MPhil)", "Master of Physician Assistant Studies (MPAS)", "Master of Psychology (MPsych)", "Master of Public Administration (MPA)", "Master of Public Health (MPH)", "Master of Research (MRes)", "Master of Sacred Theology (STM)", "Master of Science (MS)", "Master of Science in Nursing (MSN)", "Master of Social Work (MSW)", "Master of Studies (MSt)", "Master of Surgery (ChM)", "Master of Technology (Mtech)", "Master of Art (MA)", "Master in Physician Assistant Studies (MSPA)", "Professional Science Masters (PSM)", "Doctor of Arts (DA)", "Doctor of Audiology (AuD)", "Doctor of Business Administration (DBA)", "Doctor of Canon Law (JCD)", "Doctor of Civil Law (DCL)", "Doctor of Clinical Psychology (DClinPsy)", "Doctor of Chiropractic (DC)", "Doctor of Dental Surgery (DDS)", "Doctor of Divinity (DDiv)", "Doctor of Education (EdD)", "Doctor of Juridical Science (JSD)", "Doctor of Letters (DLitt)", "Doctor of Medicine (MD)", "Doctor of Ministry (DMin)", "Doctor of Naturopathic Medicine (ND)", "Doctor of Nurse Practice (DNP)", "Doctor of Osteopathic Medicine (DO)", "Doctor of Pharmacy (DPharm)", "Doctor of Philosophy (PhD)", "Doctor of Physical Therapy (DPT)", "Doctor of Psychology (PsyD)", "Doctor of Science (DSc or ScD)", "Doctor of Social Work (DSW)", "Doctor of Theology (ThD)", "Doctor of Veterinary Medicine (DVM)", "Education Specialist degree (EdS)", "Juris Doctor (JD)", "Other Degree" - `data.education_training.specialty` (string, required) Specialty or field of study for the education training Enum: "Acupuncture", "Acute Care", "Acute Care Nurse Practitioner", "Acute/Critical Care Nursing", "Addiction Medicine", "Addiction Psychology", "Administrative Medicine", "Adult-Gerontology Acute Care", "Adult-Gerontology Acute Care Clinical Nurse Specialist", "Adult-Gerontology Acute Care Nurse Practitioner", "Adult-Gerontology Primary Care", "Adult-Gerontology Primary Care Nurse Practitioner", "Adult Health Clinical Nurse Specialist", "Adult Nurse Practitioner", "Adult Psychiatric-Mental Health", "Adult Psychiatric Mental Health Nurse Practitioner", "Advanced Diabetes Management", "Advanced Oncology Certified Nurse", "Aerospace Medicine", "Allergy and Immunology", "Ambulatory Care Nurse", "Anatomic Pathology and Clinical Pathology", "Anatomic Pathology - General", "Anesthesiology", "Assistant Behavior Analyst", "Audiology", "Behavioral Analyst", "Board Certified Assistant Behavior Analyst", "Board Certified Behavior Analyst", "Board Certified Behavior Analyst - Doctoral", "Cardiac Medicine", "Cardiac Surgery", "Cardiac/Vascular Nurse", "Cardiology", "Cardiothoracic Surgery", "Cardiovascular Computed Tomography", "Case Management", "Cataract Surgery", "Certified Diabetes Care and Education Specialist", "Certified Hand Therapist", "Certified Nurse Midwife", "Certified Pediatric Nurse", "Certified Registered Nurse Anesthetist", "Chiropractor", "Chiropractic Acupuncture", "Clinical Biochemical Genetics", "Clinical Child and Adolescent Psychology", "Clinical Cytogenetics", "Clinical Genetics (MD)", "Clinical Genetics and Genomics (MD)", "Clinical Health Psychology", "Clinical Lipidology", "Clinical Mental Health Counselor", "Clinical Molecular Genetics", "Clinical Neurophysiology", "Clinical Nurse Specialist", "Clinical Psychology", "Clinical Social Work", "Colon and Rectal Surgery", "Community Behavioral Health Clinician", "Counseling Psychology", "Couple and Family Psychology", "Dental", "Dermatology", "Dermatology Nurse Practitioner", "Diabetes Care and Education", "Diagnostic Radiology", "Diagnostic Radiology with Special Competence in Nuclear Radiology", "Echocardiography", "Educational Commission for Foreign Medical Graduates", "Electrodiagnostic Medicine", "Electronic Fetal Monitoring", "Emergency Medicine", "Emergency Nurse Practitioner", "EMDR", "Endocrinology", "Endodontics", "Endovascular Medicine", "ENT/Otolaryngology", "Facial Plastic and Reconstructive Surgery", "Family Medicine", "Family Medicine, Geriatric Medicine", "Family Medicine, Obesity Medicine", "Family Nurse Practitioner", "Family Practice", "Focused Practice in Pediatric and Adolescent Gynecology - Obstetrics & Gynecology Designation", "Focused Practice in Metabolic Bariatric Surgery - Surgery Designation", "Foot and Ankle Surgery", "Foot Surgery", "Forensic Psychology", "Gastroenterology", "General Practice", "General Surgery", "Genetic Counseling", "Geriatrics", "Gerontological", "Gerontological Nurse Practitioner", "Gerontological Nutrition", "Gerontology", "Geropsychology", "Group Psychology", "Gynecology", "Histocompatibility and Immunogenetics", "HIV Specialist", "Infectious Diseases", "Internal Medicine", "Internal Medicine, Geriatric Medicine", "Internal Medicine, Obesity Medicine", "Interventional Radiology and Diagnostic Radiology", "Laboratory Genetics and Genomics", "Lactation Consultant (Registered Nurse)", "Limb Preservation and Salvage", "Maternal Newborn Nursing", "Medical Physics (Diagnostic, Nuclear, Therapeutic)", "Medical Surgical Nurse", "National Certified Counselor (NCC)", "Naturopathic Medicine", "Neonatal Acute Care Clinical Nurse Specialist", "Neonatal Nurse Practitioner", "Nephrology", "Neurological Surgery", "Neurology", "Neurology with Special Qualification in Child Neurology", "Neuromusculoskeletal Medicine & OMM", "Neurophysiology-Neurology", "Nuclear Cardiology", "Nuclear Medicine", "Nurse Anesthetist", "Nurse Executive, Advanced", "Nurse Practitioner", "Obesity and Weight Management", "Obesity Medicine", "Obstetrics & Gynecology", "Obstetrics & Gynecology, Obesity Medicine", "Occupational Medicine", "Occupational Therapist", "Occupational Therapist, Hand", "Oncology Clinical Nurse Specialist", "Oncology - Medical", "Oncology - Medical, Surgical", "Oncology Nurse Practitioner", "Oncology Nutrition", "Oncology - Radiation/Radiation Oncology", "Oncology - Surgical", "Ophthalmology", "Optometry", "Oral and Maxillofacial Surgery", "Organizational and Business Consulting Psychology", "Orthodontics", "Orthopaedic Surgery", "Orthopaedic Surgery of the Spine", "Osteopathic Manipulative Medicine (OMM)", "Otolaryngology", "Otolaryngology and Facial Plastic Surgery", "Otolaryngology - Head and Neck Surgery", "Pain Management", "Pain Medicine", "Pathology - Anatomic", "Pathology - Anatomic/Pathology - Clinical", "Pathology - Clinical", "Pediatric Acute Care Clinical Nurse Specialist", "Pediatric Critical Care Nutrition", "Pediatric Dentistry", "Pediatric Neurological Surgery", "Pediatric Nurse Practitioner - Acute Care", "Pediatric Nurse Practitioner - Primary Care", "Pediatric Nutrition", "Pediatric Primary Care", "Pediatrics", "Pediatrics: Developmental-Behavioral Pediatrics", "Pediatrics, Obesity Medicine", "Peer Support Specialist", "Periodontics", "Physical Medicine and Rehabilitation", "Physical Therapist", "Physical Therapist, Hand", "Physical Therapy", "Physician Assistant", "Physiatry, Rehabilitative Medicine", "Plastic and Reconstructive Surgery", "Plastic Surgery", "Podiatry", "Police and Public Safety Psychology", "Prevention and Treatment of Diabetic Foot Wounds and Diabetic Footwear", "Preventative Medicine", "Preventive Medicine, Obesity Medicine", "Primary Care", "Primary Care in Podiatric Medicine", "Primary Care - Nurse Practitioners", "Primary Care - Physician Assistants", "Proctology", "Progressive Care Nursing", "Prosthodontics", "Psychoanalytic and Psychodynamic Psychology", "Psychiatric-Mental Health", "Psychiatric Mental Health Nurse Practitioner", "Psychiatry", "Psychiatry & Neurology, Obesity Medicine", "Psychiatry: Child and Adolescent Psychiatry", "Psychiatry: Geriatric Psychiatry", "Psychiatry & Neurology", "Psychology", "Psychotherapy", "Public Health and General Preventive Medicine", "Pulmonology", "Radiation Oncology", "Radiologic Physics", "Radiology", "Reconstructive Rearfoot/Ankle Surgery", "Recreational Therapy", "Registered Behavior Technician", "Registered Dietitian Nutritionist", "Registered Physician in Neurovascular Interpretation (RPNI)", "Registered Physician in Vascular Interpretation(RPVI)", "Rehabilitation Psychology", "Renal Nutrition", "Retina Specialist", "Retina Specialty", "Rheumatology", "School Nurse Practitioner", "School Psychology", "Serious Mental Illness Psychology", "Sleep Medicine", "Social Work", "Speech-Language Pathology", "Sports Dietetics", "Surgery", "Therapeutic Radiology", "Thoracic and Cardiac Surgery", "Thoracic Surgery", "Toxicology", "Urgent Care Medicine", "Urological Surgery", "Urology", "Vascular Medicine", "Vascular Surgery", "Venous and Lymphatic Medicine", "Women's Health Nurse Practitioner", "Wound Specialist" - `data.education_training.institution` (string, required) Name of the institution where the education training was completed - `data.education_training.licensing_board_reference` (string, required) Reference or identifier from the licensing board, if applicable - `data.education_training.verified_by` (string, required) Name of the person or system that verified the education training - `data.education_training.verified_date` (string, required) Date the education training was verified Example: "YYYY-MM-DD" - `data.licenses` (array, required) - `data.licenses.type` (string, required) Type of license (e.g., medical, nursing, etc.) - `data.licenses.expiration` (string, required) Date the license expires Example: "YYYY-MM-DD" - `data.licenses.issue_date` (string, required) Date the license was issued Example: "YYYY-MM-DD" - `data.licenses.license_number` (string, required) Unique license number assigned by the issuing authority - `data.licenses.state` (string, required) State or jurisdiction where the license is issued - `data.licenses.status` (string, required) Current status of the license (e.g., active, expired, suspended) - `data.licenses.id` (string, required) Unique identifier for the license record - `data.licenses.license_type` (string, required) Type/category of the license (e.g., MD, RN, DO) - `data.licenses.license_status` (string, required) Status of the license (e.g., valid, invalid, pending) - `data.licenses.source` (string, required) Source from which the license information was obtained - `data.licenses.report_date` (string, required) Date the license report was generated Example: "YYYY-MM-DD" - `data.licenses.verified_by` (string, required) Name of the person or system that verified the license - `data.licenses.verified_date` (string, required) The date at which the license was verified. Example: "YYYY-MM-DD" - `data.licenses.first_name` (string) First name of the license holder (if available) - `data.licenses.last_name` (string) Last name of the license holder (if available) - `data.licenses.middle_name` (string) Middle name of the license holder (if available) - `data.deas` (array, required) - `data.deas.expire_date` (string, required) Example: "YYYY-MM-DD" - `data.deas.dea_number` (string, required) - `data.deas.state` (string, required) - `data.deas.status` (string, required) - `data.deas.provider_type` (string, required) Type of provider Enum: "AA", "ABA", "ACU", "ADC", "APN", "AT", "ATR", "AUD", "BCaBA", "BCBA", "BSW", "BT", "CBHT", "CMHC", "CNS", "CP", "CphT", "CPsyD", "CRNA", "CSP", "CSW", "CTRS", "DC", "DD", "DDS", "DMD", "DO", "DOU", "DPM", "DT", "EMT", "GC", "HOS", "IBCLC", "LactCon", "LBHC", "LCSW", "LMHC", "LN", "LP", "LPC", "LPN", "LPT", "MA", "MD", "MFT", "MT", "MW", "ND", "NEU", "NMW", "NP", "OA", "OD", "OPT", "OT", "OTA", "PA", "PC", "PDH", "PHA", "PHD", "PSW", "PT", "PTA", "PTNL", "RD", "RDH", "RDN", "RN", "RNFA", "Rph", "RPSGT", "RT", "SA", "SLP", "SW" - `data.deas.source` (string, required) - `data.deas.type` (string, required) - `data.hospital_affiliations` (array, required) - `data.hospital_affiliations.name` (string, required) Name of the affiliated hospital - `data.hospital_affiliations.specialty` (string, required) Specialty associated with the hospital affiliation Enum: "Acupuncture", "Acute Care", "Acute Care Nurse Practitioner", "Acute/Critical Care Nursing", "Addiction Medicine", "Addiction Psychology", "Administrative Medicine", "Adult-Gerontology Acute Care", "Adult-Gerontology Acute Care Clinical Nurse Specialist", "Adult-Gerontology Acute Care Nurse Practitioner", "Adult-Gerontology Primary Care", "Adult-Gerontology Primary Care Nurse Practitioner", "Adult Health Clinical Nurse Specialist", "Adult Nurse Practitioner", "Adult Psychiatric-Mental Health", "Adult Psychiatric Mental Health Nurse Practitioner", "Advanced Diabetes Management", "Advanced Oncology Certified Nurse", "Aerospace Medicine", "Allergy and Immunology", "Ambulatory Care Nurse", "Anatomic Pathology and Clinical Pathology", "Anatomic Pathology - General", "Anesthesiology", "Assistant Behavior Analyst", "Audiology", "Behavioral Analyst", "Board Certified Assistant Behavior Analyst", "Board Certified Behavior Analyst", "Board Certified Behavior Analyst - Doctoral", "Cardiac Medicine", "Cardiac Surgery", "Cardiac/Vascular Nurse", "Cardiology", "Cardiothoracic Surgery", "Cardiovascular Computed Tomography", "Case Management", "Cataract Surgery", "Certified Diabetes Care and Education Specialist", "Certified Hand Therapist", "Certified Nurse Midwife", "Certified Pediatric Nurse", "Certified Registered Nurse Anesthetist", "Chiropractor", "Chiropractic Acupuncture", "Clinical Biochemical Genetics", "Clinical Child and Adolescent Psychology", "Clinical Cytogenetics", "Clinical Genetics (MD)", "Clinical Genetics and Genomics (MD)", "Clinical Health Psychology", "Clinical Lipidology", "Clinical Mental Health Counselor", "Clinical Molecular Genetics", "Clinical Neurophysiology", "Clinical Nurse Specialist", "Clinical Psychology", "Clinical Social Work", "Colon and Rectal Surgery", "Community Behavioral Health Clinician", "Counseling Psychology", "Couple and Family Psychology", "Dental", "Dermatology", "Dermatology Nurse Practitioner", "Diabetes Care and Education", "Diagnostic Radiology", "Diagnostic Radiology with Special Competence in Nuclear Radiology", "Echocardiography", "Educational Commission for Foreign Medical Graduates", "Electrodiagnostic Medicine", "Electronic Fetal Monitoring", "Emergency Medicine", "Emergency Nurse Practitioner", "EMDR", "Endocrinology", "Endodontics", "Endovascular Medicine", "ENT/Otolaryngology", "Facial Plastic and Reconstructive Surgery", "Family Medicine", "Family Medicine, Geriatric Medicine", "Family Medicine, Obesity Medicine", "Family Nurse Practitioner", "Family Practice", "Focused Practice in Pediatric and Adolescent Gynecology - Obstetrics & Gynecology Designation", "Focused Practice in Metabolic Bariatric Surgery - Surgery Designation", "Foot and Ankle Surgery", "Foot Surgery", "Forensic Psychology", "Gastroenterology", "General Practice", "General Surgery", "Genetic Counseling", "Geriatrics", "Gerontological", "Gerontological Nurse Practitioner", "Gerontological Nutrition", "Gerontology", "Geropsychology", "Group Psychology", "Gynecology", "Histocompatibility and Immunogenetics", "HIV Specialist", "Infectious Diseases", "Internal Medicine", "Internal Medicine, Geriatric Medicine", "Internal Medicine, Obesity Medicine", "Interventional Radiology and Diagnostic Radiology", "Laboratory Genetics and Genomics", "Lactation Consultant (Registered Nurse)", "Limb Preservation and Salvage", "Maternal Newborn Nursing", "Medical Physics (Diagnostic, Nuclear, Therapeutic)", "Medical Surgical Nurse", "National Certified Counselor (NCC)", "Naturopathic Medicine", "Neonatal Acute Care Clinical Nurse Specialist", "Neonatal Nurse Practitioner", "Nephrology", "Neurological Surgery", "Neurology", "Neurology with Special Qualification in Child Neurology", "Neuromusculoskeletal Medicine & OMM", "Neurophysiology-Neurology", "Nuclear Cardiology", "Nuclear Medicine", "Nurse Anesthetist", "Nurse Executive, Advanced", "Nurse Practitioner", "Obesity and Weight Management", "Obesity Medicine", "Obstetrics & Gynecology", "Obstetrics & Gynecology, Obesity Medicine", "Occupational Medicine", "Occupational Therapist", "Occupational Therapist, Hand", "Oncology Clinical Nurse Specialist", "Oncology - Medical", "Oncology - Medical, Surgical", "Oncology Nurse Practitioner", "Oncology Nutrition", "Oncology - Radiation/Radiation Oncology", "Oncology - Surgical", "Ophthalmology", "Optometry", "Oral and Maxillofacial Surgery", "Organizational and Business Consulting Psychology", "Orthodontics", "Orthopaedic Surgery", "Orthopaedic Surgery of the Spine", "Osteopathic Manipulative Medicine (OMM)", "Otolaryngology", "Otolaryngology and Facial Plastic Surgery", "Otolaryngology - Head and Neck Surgery", "Pain Management", "Pain Medicine", "Pathology - Anatomic", "Pathology - Anatomic/Pathology - Clinical", "Pathology - Clinical", "Pediatric Acute Care Clinical Nurse Specialist", "Pediatric Critical Care Nutrition", "Pediatric Dentistry", "Pediatric Neurological Surgery", "Pediatric Nurse Practitioner - Acute Care", "Pediatric Nurse Practitioner - Primary Care", "Pediatric Nutrition", "Pediatric Primary Care", "Pediatrics", "Pediatrics: Developmental-Behavioral Pediatrics", "Pediatrics, Obesity Medicine", "Peer Support Specialist", "Periodontics", "Physical Medicine and Rehabilitation", "Physical Therapist", "Physical Therapist, Hand", "Physical Therapy", "Physician Assistant", "Physiatry, Rehabilitative Medicine", "Plastic and Reconstructive Surgery", "Plastic Surgery", "Podiatry", "Police and Public Safety Psychology", "Prevention and Treatment of Diabetic Foot Wounds and Diabetic Footwear", "Preventative Medicine", "Preventive Medicine, Obesity Medicine", "Primary Care", "Primary Care in Podiatric Medicine", "Primary Care - Nurse Practitioners", "Primary Care - Physician Assistants", "Proctology", "Progressive Care Nursing", "Prosthodontics", "Psychoanalytic and Psychodynamic Psychology", "Psychiatric-Mental Health", "Psychiatric Mental Health Nurse Practitioner", "Psychiatry", "Psychiatry & Neurology, Obesity Medicine", "Psychiatry: Child and Adolescent Psychiatry", "Psychiatry: Geriatric Psychiatry", "Psychiatry & Neurology", "Psychology", "Psychotherapy", "Public Health and General Preventive Medicine", "Pulmonology", "Radiation Oncology", "Radiologic Physics", "Radiology", "Reconstructive Rearfoot/Ankle Surgery", "Recreational Therapy", "Registered Behavior Technician", "Registered Dietitian Nutritionist", "Registered Physician in Neurovascular Interpretation (RPNI)", "Registered Physician in Vascular Interpretation(RPVI)", "Rehabilitation Psychology", "Renal Nutrition", "Retina Specialist", "Retina Specialty", "Rheumatology", "School Nurse Practitioner", "School Psychology", "Serious Mental Illness Psychology", "Sleep Medicine", "Social Work", "Speech-Language Pathology", "Sports Dietetics", "Surgery", "Therapeutic Radiology", "Thoracic and Cardiac Surgery", "Thoracic Surgery", "Toxicology", "Urgent Care Medicine", "Urological Surgery", "Urology", "Vascular Medicine", "Vascular Surgery", "Venous and Lymphatic Medicine", "Women's Health Nurse Practitioner", "Wound Specialist" - `data.hospital_affiliations.state` (string) State where the hospital is located (if applicable) - `data.hospital_affiliations.type` (string, required) Type of hospital affiliation (Hospital Privileges, Hospital Admitting Arrangements, Non-hospital Admitting Arrangements, Exempt) - `data.hospital_affiliations.source` (string) Source from which the hospital affiliation information was obtained (if applicable) - `data.hospital_affiliations.start_date` (string, required) Date when the hospital affiliation started Example: "YYYY-MM-DD" - `data.hospital_affiliations.end_date` (string, required) Date when the hospital affiliation ended/ends - `data.hospital_affiliations.verified_by` (string, required) Name of the person or system that verified the hospital affiliation - `data.hospital_affiliations.verified_date` (string, required) Date the hospital affiliation was verified Example: "YYYY-MM-DD" - `data.licensure_actions` (object, required) - `data.licensure_actions.date_of_last_action` (string, required) - `data.licensure_actions.date_of_report` (string, required) - `data.licensure_actions.details` (string, required) - `data.licensure_actions.type_of_action` (string, required) - `data.first_name` (string, required) - `data.middle_name` (string, required) - `data.last_name` (string, required) - `data.npi` (string, required) - `data.caqh_provider_id` (string, required) - `data.provider_id` (string, required) - `data.status` (string, required) Current status of the provider Enum: "Terminated", "Active", "Denied", "New", "In Progress" - `data.organization_id` (string, required) - `data.file_type` (string, required) - `data.psv_url` (string, required) - `data.dob` (string, required) - `data.gender` (string, required) - `data.monitoring_status` (string, required) - `data.last_monitoring_date` (string, required) Example: "YYYY-MM-DD" - `data.provider_created_date` (string, required) Example: "YYYY-MM-DD" - `data.file_completion_date` (string, required) Example: "YYYY-MM-DD" - `data.file_status` (string, required) - `data.race` (array, required) - `data.race.raceEthnicityLevel1` (string, required) - `data.race.raceEthnicityLevel2` (array, required) - `data.race.raceEthnicityLevel2.raceEthnicityLevel2Name` (string, required) - `data.race.raceEthnicityLevel2.raceEthnicityLevel3` (array, required) - `data.race.raceEthnicityLevel2.raceEthnicityLevel3.raceEthnicityLevel3Name` (string, required) - `data.ethnicity` (string, required) - `data.other_languages` (array, required) - `data.supporting_documents` (array, required) - `data.supporting_documents.created_at` (string, required) - `data.supporting_documents.file_url` (string, required) - `data.supporting_documents.original_file_name` (string, required) - `data.external_id` (string, required) - `data.professional_ids` (array, required) Professional IDs associated with the provider - `data.professional_ids.type` (string, required) Type of professional ID Enum: "Medicare Number", "Medicaid Number", "ECFMG Number", "Foreign National Identification Number", "Unique Physician Identification Number", "CLIA", "DEA" - `data.professional_ids.number` (string, required) Professional ID number - `data.professional_ids.issue_date` (string, required) Issue date of the professional ID - `data.professional_ids.expiration_date` (string, required) Expiration date of the professional ID - `data.professional_ids.note` (string) Notes about the professional ID - `data.professional_ids.state` (string) State associated with the professional ID - `data.professional_ids.source` (string) Source of the professional ID - `data.practitioner_medicaid` (object, required) - `data.practitioner_medicaid.medicaidNumber` (string, required) - `data.practitioner_medicaid.medicaidState` (string, required) - `data.practitioner_practice_location` (object, required) - `data.practitioner_practice_location.address` (object, required) - `data.practitioner_practice_location.address.address1` (string, required) - `data.practitioner_practice_location.address.address2` (string, required) - `data.practitioner_practice_location.address.city` (string, required) - `data.practitioner_practice_location.address.zipCode` (string, required) - `data.practitioner_practice_location.address.country` (string, required) - `data.practitioner_practice_location.healthcareServiceName` (string, required) - `data.practice_location` (array, required) Practice locations associated with the provider - `data.practice_location.name` (string, required) - `data.practice_location.tin` (string) - `data.practice_location.start_date` (string) Example: "YYYY-MM-DD" - `data.practice_location.drawing_blood` (boolean) - `data.practice_location.laboratory_services` (boolean) - `data.practice_location.clia_number` (string) - `data.practice_location.clia_expiration_date` (string) Example: "YYYY-MM-DD" - `data.practice_location.zip` (string) - `data.practice_location.phoneCoverage24x7` (boolean) - `data.practice_location.totalLocationHours` (number) - `data.practice_location.locationHours` (array) - `data.practice_location.locationHours.dayOfweek` (string) - `data.practice_location.locationHours.endHours` (string) - `data.practice_location.locationHours.startHours` (string) - `data.credentialing_status` (string) Credentialing status of the provider Enum: "Not sent to credentialing", "Not Started", "In Progress", "Recredentialing in progress", "Data missing", "Outreach in progress", "PSV Complete", "PSV ready", "Hold for Cred Comm", "Tabled", "Cred approved", "Cred denied", "Provider Terminated", "Withdrawn/Cancelled", "Credentialing restarted", "PSV complete by CertifyOS" - `data.credentialing_cycle` (string) - `data.states` (array) - `data.assigned_states` (array) - `data.sanction_items` (array, required) Sanction items associated with the provider - `data.sanction_items.address3` (string) - `data.sanction_items.address4` (string) - `data.sanction_items.zip_code` (string) - `data.sanction_items.sanction_type` (string, required) - `data.sanction_items.full_name` (string) - `data.sanction_items.business_name` (string) - `data.sanction_items.data_acquire_date` (string) Example: "YYYY-MM-DD" - `data.sanction_items.source_update_date` (string) Example: "YYYY-MM-DD" - `data.sanction_items.data_fetch_method` (string) Example: "YYYY-MM-DD" - `data.sanction_items.data_issuing_source` (string) Example: "YYYY-MM-DD" - `data.sanction_items.data_source_url` (string) Example: "YYYY-MM-DD" - `data.sanction_items.data_fetch_source` (string) Example: "YYYY-MM-DD" - `data.sanction_items.date_processed` (string) Example: "YYYY-MM-DD" - `data.sanction_items.processed_by` (string) - `data.sanction_items.end_date` (string) Example: "YYYY-MM-DD" - `data.sanction_items.license_jurisdiction` (string) - `data.sanction_items.created_by` (string) - `data.sanction_items.updated_by` (string) - `data.sanction_items.updated_at` (string) Example: "YYYY-MM-DD" - `data.sanction_items.created_by_name` (string) - `data.sanction_items.updated_by_name` (string) - `data.sanction_items.flag` (string) - `data.sanction_items.verified_at` (string) Example: "YYYY-MM-DD" - `data.sanction_items.action_source` (string) - `data.isPCP` (boolean) - `data.isSpecialist` (boolean) - `data.acceptsNewPatients` (boolean) - `data.acceptsNewMedicarePatients` (boolean) - `data.primaryEmail` (string) - `success` (boolean, required) ## Response 401 fields ## Response 403 fields ## Response 404 fields