create_patient: Create a new patient. The patient will be associated with the...

View source: R/API.R

create_patientR Documentation

Create a new patient. The patient will be associated with the provider corresponding to the Thrive API key in current use

Description

Create a new patient. The patient will be associated with the provider corresponding to the Thrive API key in current use

Usage

create_patient(first_name, last_name, practice_id)

Arguments

first_name

First Name of patient

last_name

Last Name of patient

practice_id

The id of the practice to create this patient with

Value

An object with new patient id

Examples

create_patient("Foo","Bar",1)

insilica/thriver documentation built on March 26, 2022, 1:46 a.m.