get_careplan_info | R Documentation |
Get careplan info
get_careplan_info(
patient_id,
access_token,
base_careplan_url,
language = "nl",
check_ssl = TRUE,
debug = FALSE,
careplan_filter = NULL
)
patient_id |
String formatted like "patient_id@organisation_id". |
access_token |
API access token. |
base_careplan_url |
API endpoint for careplan 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. |
careplan_filter |
Vector with careplan names to filter on. |
Data.table containing careplan data.
## Not run:
get_careplan_info("555555@70", access_token = "<token>",
base_careplan_url = "<url>")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.