Consents
When you order a lab test through our API, you may have to collect consents from the patient and forward it to us. The following consents may include:hipaa-authorization.terms-of-use.telehealth-informed-consent.
Physician
As mentioned in the introduction, you don’t need to have your own Physician to place orders with Vital. When you order a test, you can pass an optionalphysician argument.
If provided, the order will use your physician. If not, your order will go through with Vital’s physician network. For more information, please check our lab testing page and book an introductory call with us.
Patient Name Validation
Patient names must conform to a specific regex pattern due to lab restrictions. This validation applies to all name fields includingfirst_name and last_name.
Regex Pattern:
- Must start with an alphanumeric character (not space, hyphen, or punctuation)
- Only allows letters (a-z, A-Z), numbers (0-9), hyphens (-), periods (.), commas (,), apostrophes (’)
- Spaces are only allowed between words
- Cannot start or end with a space
- Cannot have consecutive spaces
JohnMary-JaneO'ConnorDr. SmithJean-Pierre
John(starts with space)John(ends with space)-John(starts with hyphen)John@Smith(contains @)José(contains accented character)