create_patient | R Documentation |
Create a new patient. The patient will be associated with the provider corresponding to the Thrive API key in current use
create_patient(first_name, last_name, practice_id)
first_name |
First Name of patient |
last_name |
Last Name of patient |
practice_id |
The id of the practice to create this patient with |
An object with new patient id
create_patient("Foo","Bar",1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.