v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
FacilityCredentialingWorkflow

Update facility NPDB reports

Replace all NPDB reports for a facility credentialing workflow

put/facility-credentialing-workflows/{workflowId}/npdb-reports

Path parameters

workflowIdstring required

Headers

tenant-idstring required

Request body

reportDatestring required

Report date

processDatestring required

Process date

verifiedBystring

User who verified the report

{"stackTrail":"components:schemas:FacilityNpdbReportUpdateRequest:properties:data","oasType":"schema","type":"unknown","description":"Additional data about the report"}
verifiedDatestring

Date when report was verified

typeOfActionstring required

Type of action

createdDatestring

Created date

deceasedstring

Deceased status

paymentAmountstring

Payment amount

paymentDatestring

Payment date

patientAgestring

Patient age

patientGenderstring

Patient gender

patientTypestring

Patient type

medicalConditionDescriptionstring

Medical condition description

procedureDescriptionstring

Procedure description

allegationsDescriptionstring

Allegations description

allegationNaturestring

Nature of allegation

specificAllegationstring

Specific allegation

specificAllegationDatestring

Specific allegation date

outcomestring

Outcome

sourcestring required

Source of the report

reportTypestring required

Report type

firstNamestring

First name

lastNamestring

Last name

middleNamestring

Middle name

genderstring

Gender

npistring

NPI

homeAddressstring

Home address

homeCitystring

Home city

homeStatestring

Home state

homeZipstring

Home zip code

dcnstring

DCN

databankSubjectIdstring

Databank subject ID

enrollmentStatusstring

Enrollment status

createdAtstring

The date the record was created

createdBystring

The user who created the record

updatedAtstring

The date the record was last updated

updatedBystring

The user who last updated the record

Example request

[
  {
    "reportDate": "2024-01-01",
    "processDate": "2024-01-05",
    "verifiedBy": "verifier@example.com",
    "verifiedDate": "2024-01-10",
    "typeOfAction": "Malpractice Payment",
    "createdDate": "2024-01-01",
    "deceased": "No",
    "paymentAmount": "50000",
    "paymentDate": "2024-01-01",
    "patientAge": "45",
    "patientGender": "Male",
    "patientType": "Inpatient",
    "medicalConditionDescription": "Cardiac condition",
    "procedureDescription": "Cardiac surgery",
    "allegationsDescription": "Surgical error",
    "allegationNature": "Medical malpractice",
    "specificAllegation": "Improper procedure",
    "specificAllegationDate": "2023-12-01",
    "outcome": "Settlement",
    "source": "NPDB",
    "reportType": "Malpractice",
    "firstName": "John",
    "lastName": "Doe",
    "middleName": "A",
    "gender": "Male",
    "npi": "1234567890",
    "homeAddress": "123 Main St",
    "homeCity": "San Francisco",
    "homeState": "CA",
    "homeZip": "94102",
    "dcn": "DCN123456",
    "databankSubjectId": "DB123456",
    "enrollmentStatus": "Active",
    "createdAt": "2024-01-01",
    "createdBy": "user@example.com",
    "updatedAt": "2024-06-01",
    "updatedBy": "user@example.com",
    "attachments": [
      {
        "createdAt": "2024-01-15T10:30:00Z",
        "fileType": "License",
        "fileUrl": "gs://bucket/facility-credentialing-workflow/attachments/file.pdf",
        "originalFileName": "license.pdf",
        "state": "CA",
        "expirationDate": "2025-12-31",
        "source": "CAQH",
        "createdBy": "user@example.com",
        "updatedAt": "2024-02-15T14:20:00Z",
        "updatedBy": "admin@example.com"
      }
    ]
  }
]

Response

NPDB reports updated successfully