Create No Duplicate Check

Beta
POST
Adds a patient without checking for duplicates.

Request

This endpoint expects an object.
nameobjectRequired
other_nameslist of objectsRequired
Other names for the patient.
birth_datedateRequired
biological_sexenumRequired
Allowed values: FEMALEMALEUNKNOWNREFUSED

The biological sex of the patient. This corresponds to the HL7 AdministrativeGender https://www.hl7.org/fhir/valueset-administrative-gender.html

primary_addressobjectRequired
The primary address for the patient.
other_addresseslist of objectsRequired
Other addresses for the patient.
primary_telecomobjectRequired
The primary phone number for the patient.
other_telecomslist of objectsRequired
Other phone numbers for the patient.
contactslist of objectsRequired
Contacts for the patient.
general_practitionerslist of objectsRequired
filing_orderobjectRequired
The patient's active coverages, in order of primary, secondary, etc.
genderenumOptional
social_security_numberstringOptional
sexual_orientationenumOptional
The sexual orientation of the patient.
raceenumOptional
ethnicityenumOptional
Allowed values: HISPANIC_OR_LATINONOT_HISPANIC_OR_LATINOUNKNOWNREFUSED
disability_status"DISABLED" or "NON_DISABLED"Optional
Allowed values: DISABLEDNON_DISABLED
marital_statusenumOptional
deceaseddatetimeOptional
Time of death for the patient. Leave unset if the patient is not deceased.
multiple_birthintegerOptional
The number of siblings the patient was born with. Leave unset if the patient was not part of a multiple birth.
emailstringOptional
electronic_communication_opt_inbooleanOptional
photostringOptional
languagestringOptional
external_provenanceobjectOptional
Information about the upstream system that owns this patient data. Leave unset if Candid owns patient data.

Response

This endpoint returns an object.
biological_sexenum
Allowed values: FEMALEMALEUNKNOWNREFUSED

The biological sex of the patient. This corresponds to the HL7 AdministrativeGender https://www.hl7.org/fhir/valueset-administrative-gender.html

birth_datedate
contactslist of objects
Contacts for the patient.
deactivatedboolean
True if the patient is deactivated. Deactivated patients are not returned in search results but are returned in all other endpoints including scan.
filing_orderobject
The patient's active coverages, in order of primary, secondary, etc.
general_practitionerslist of objects
idstring
The unique UUID identifier for a Patient. Patient ID is used in machine contexts.
mrnstring
The medical record number for the patient. Human-friendly Candid generated MRNs are of the form "YYMMDDXXXX", where "YYYYMMDD" is the date of patient creation and "XXXX" is a zero-padded incrementing integer.
nameobject
organization_idstring
The organization that owns this patient.
other_addresseslist of objects
Other addresses for the patient.
other_nameslist of objects
Other names for the patient.
other_telecomslist of objects
Other phone numbers for the patient.
primary_addressobject
The primary address for the patient.
primary_telecomobject
The primary phone number for the patient.
updated_atdatetime
updating_user_idstring
The user ID of the user who last updated the patient.
versioninteger
The version of the patient. Any update to any property of a patient object will create a new version.
deceaseddatetimeOptional
Time of death for the patient. Leave unset if the patient is not deceased.
disability_status"DISABLED" or "NON_DISABLED"Optional
Allowed values: DISABLEDNON_DISABLED
electronic_communication_opt_inbooleanOptional
emailstringOptional
ethnicityenumOptional
Allowed values: HISPANIC_OR_LATINONOT_HISPANIC_OR_LATINOUNKNOWNREFUSED
external_provenanceobjectOptional
Information about the upstream system that owns this patient data. Leave unset if Candid owns patient data.
genderenumOptional
languagestringOptional
marital_statusenumOptional
multiple_birthintegerOptional
The number of siblings the patient was born with. Leave unset if the patient was not part of a multiple birth.
photostringOptional
raceenumOptional
sexual_orientationenumOptional
The sexual orientation of the patient.
social_security_numberstringOptional

Errors