id | string | A stable, unique, Railway-provided identifier. Always prefixed with pt_. |
first_name | string | The patient’s first name. |
last_name | string | The patient’s last name. |
middle_name | string | The patient’s middle name. |
preferred_name | string | The patient's preferred first name. |
dob | string | The patient’s official date of birth. |
gender_identity | string | The patient’s identification of their gender. Valid options: Male, Female, Non Binary, Other, Transgender Male, Transgender Female, and Undisclosed. |
administrative_gender | string | The patient’s gender as defined in government-issued documents for administrative purposes. Valid options: Male and Female. |
email | string | The patient’s personal email address. |
mobile_phone_number | string | The patient's mobile phone number formatted in E.164 format. |
home_phone_number | string | The patient's home phone number formatted in E.164 format. |
timezone | string | The IANA time zone identifier of the patient. |
address | object | The patient's home address. |
address.street_line1 | string | Street address or PO box. |
address.street_line2 | string | Apartment, suite, unit, or building. |
address.city | string | City, district, suburb, town, or village. |
address.state | string | Two-letter state code. |
address.postal_code | string | The postal code or zip code. |
insurance | object | The patient's insurance. |
insurance.id | string | The Railway id for the patient's insurance. The list of ids can be found here. |
insurance.member_id | string | The patient's insurance member id, usually found on their insurance card. |
insurance.subscriber_id | string | The patient's insurance subscriber id, usually found on their insurance card. |
insurance.group_number | string | The patient's insurance group number, usually found on their insurance card. |
created_at | datetime | ISO 8601 timestamp of when the patient was created. |
updated_at | datetime | ISO 8601 timestamp of when the patient was last updated. |