Create a new patient with the given information.Copy Pagepost https://integrationhub.wellsky.io/commands/v4/patientsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsapi-versionstringThe requested API versionBody Paramsapplication/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonfirstNamestringrequiredlength between 0 and 50First name of the patient.lastNamestringrequiredlength between 0 and 50Last name of the patient.dateOfBirthdate-time | nullBirth date of the patient.companyIdint64required≥ 1Unique identifier of the company.middleNamestring | nullMiddle name of the patient.titlestring | nullLookup value for name title.suffixstring | nullSuffix of the patient.dateOfDeathdate-time | nullDeath date of the patient.categorystring | nullLookup value for patient category.serviceAreastring | nullLookup value for service area.teamstring | nullLookup value for team.genderstring | nullLookup value for gender.ssnstring | nullSSN of the patient.maritalStatusstring | nullLookup value for marital status.referralSourceIdint64 | null≥ 1Unique identifier of the referral source.patientStatusstring | nullLookup value for patient status.codeStatusstring | nullLookup value for code status.languagestring | nullLookup value for language.referralDatedate-time | nullReferral date of the patient.startofCaredate-time | nullPatient start of care date.driversLicenseNumberstring | nullDrivers license number of the patient.driversLicenseStatestring | nullDrivers license state of the patient. Lookup value for state.externalRecordNumberstring | nullExternal record number of the patient.insuranceCoordinatorIdint64 | null≥ 1Unique identifier of the insurance coordinator.pharmacyIdint64 | null≥ 1Unique identifier of the pharmacy.collectorIdint64 | null≥ 1Unique identifier of the collector.billerIdint64 | null≥ 1Unique identifier of the biller.salesRepIdint64 | null≥ 1Unique identifier of the sales representative.primaryRNIdint64 | null≥ 1Unique identifier of the primary RN.preferredMethodOfContactstring | nullLookup value for preferred method of contact.serviceSitestring | nullLookup name for the ServiceSite lookup asociated with the patient..accessOrderNamestring | nullThe name of the AccessOrder lookup associated with the patient. Access Order is custom per instance.activityLevelNamestring | nullThe name of the ActivityLevel lookup associated with the patient. Activity Level is custom per instance.cultureSensitivityNamesarray of strings | nullThe names of the CultureSensitivity lookups associated with the patient.cultureSensitivityNamesADD stringdiabetesTypeNamestring | nullThe name of the DiabetesType lookup associated with the patient.dietTypeNamestring | nullThe name of the DietType lookup associated with the patient.acuityOnAdmissionNamestring | nullThe name of the AcuityAdmission lookup associated with the patient on admission.labOrderNamesarray of strings | nullThe names of the LabOrder lookups associated with the patient.labOrderNamesADD stringinformationCompletebooleanTrue/false value for information complete.truefalsetrackSHPPatientbooleanRepresents boolean value for track SHP patient.truefalseareCathetersTrackedbooleanRepresents boolean value for track catheters.truefalseadvanceDirectivesbooleanRepresents boolean value for advance directives.truefalsepatientCreditLimitdouble | nullThe credit limit for the patient.patientStatementMessagestring | nullThe statement message for the patient.billingProviderIdint64 | null≥ 1Unique identifier of the Billing Provider.excludeFromBatchPatientStatementsbooleanFlag indicating if the patient should be excluded from batch patient statements.truefalsehasNoKnownAllergiesbooleanFlag indicating if the patient has indicated they have no known allergies.truefalsereleaseMedicalInformationbooleanFlag indicating if medical information can be released for the patient.truefalsemedicalHistorystring | nullMedical history information for the patient.patientHospitalobjectpatientHospital objectcreateDefaultUserDefinedFieldsbooleanA boolean to determine if empty user defined fields for the patient will be created. It defaults to true.truefalseuserDefinedFieldValuesarray of objects | nullOptional user defined field values to set during patient creation. When provided alongside CreateDefaultUserDefinedFields=true, the UDF fields will be initialized with the specified values instead of empty defaults. Use GET /commands/v4/userdefinedfields/templates/Patient to discover valid field IDs.userDefinedFieldValuesADD objectHeaderscontent-typestringenumDefaults to application/json-patch+jsonGenerated from available request content typesapplication/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonAllowed:application/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonResponses 200OK 400Bad Request 500Internal Server ErrorUpdated 3 months ago Get the list of patients for the given search criteria.Updates a patients information for a given medical record number.Did this page help you?YesNo