This endpoint updates the details of an existing patient record. The id path variable specifies which patient to update. You can modify various attributes of the patient, such as their personal information, medications, allergies, and more. The request requires specific fields depending on what information is being updated.
Optional Fields:
-
email(string): New email address of the patient. -
phone(string): New phone number of the patient. -
firstName(string): New first name of the patient. -
lastName(string): New last name of the patient. -
middleName(string): New middle name of the patient. -
dateOfBirth(string): New date of birth of the patient in ISO 8601 format. -
gender(string): New gender of the patient (male,female,other). -
genderBiological(string): New biological gender of the patient (male,female). -
height(number): New height of the patient in inches. -
weight(number): New weight of the patient in pounds. -
consent(object): New consent information.-
consentDate(string): Date of consent. -
informedConsentVersion(string): Version of the informed consent. -
termsOfUseVersion(string): Version of the terms of use.
-
-
address(string): New address of the patient. -
externalIdentifier(string): New external identifier. -
patientMedications(array of objects): List of medications.-
key(string): Unique identifier for the medication entry. -
medication(string): Name of the medication. -
dosage(string): Dosage information. -
frequency(string): Frequency of the medication. -
conditionPrescribed(string): Condition for which the medication was prescribed.
-
-
medicationsConfirmationDate(string): Date when the medication information was confirmed. -
medicationAllergies(array of objects): List of medication allergies.-
medicationAllergies(string): Name of the medication causing allergies. -
reaction(string): Reaction to the medication. -
key(string): Unique identifier for the allergy entry.
-
-
allergiesConfirmationDate(string): Date when the allergy information was confirmed.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
