get_patient_info | R Documentation |
Get patient info
get_patient_info(
patient_id,
access_token,
base_patient_url,
language = "nl",
check_ssl = TRUE,
debug = FALSE
)
patient_id |
String formatted like "patient_id@organisation_id". |
access_token |
API access token. |
base_patient_url |
API endpoint for patient data. |
language |
Language of the response data. |
check_ssl |
Whether to check the SSL certificate or allow insecure connections. |
debug |
Whether to enable debugging messages. |
Data.table containing patient data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.