Patient
Get Patient
Gets a Patient.
GET
/
medical
/
v1
/
patient
/
{id}
Path Params
id
string
requiredThe ID of the Patient.
Response
id
string
requiredThe ID assigned to this Patient. This ID will be used to uniquely identify this Patient in medical documents.
externalId
string
An external Patient ID to associate to a Patient in Metriport.
firstName
string[]
requiredThe Patient's first name(s).
lastName
string[]
requiredThe Patient's last name(s).
dob
string
requiredThe Patient's date of birth (DOB), formatted YYYY-MM-DD
as per ISO 8601.
genderAtBirth
string
requiredThe Patient's gender at birth, can be one of M
or F
or O
or U
. Use O
(other) when the patient's gender is known but it is not M
or F
, i.e intersex or hermaphroditic.
Use U (unknown) when the patient's gender is not known.
personalIdentifiers
PersonalIdentifier[]
An array of the Patient's personal IDs, such as a driver's license. May be empty.
address
Address[]
requiredcontact
Contact[]
facilityIds
string[]
requiredArray of the IDs of the Facilities where the Patient is receiving care.