get_careplan_info: Get careplan info

View source: R/api.R

get_careplan_infoR Documentation

Get careplan info

Description

Get careplan info

Usage

get_careplan_info(
  patient_id,
  access_token,
  base_careplan_url,
  language = "nl",
  check_ssl = TRUE,
  debug = FALSE,
  careplan_filter = NULL
)

Arguments

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.

Value

Data.table containing careplan data.

Examples

## Not run: 
get_careplan_info("555555@70", access_token = "<token>",
  base_careplan_url = "<url>")

## End(Not run)


Timformatie/tfmGemsTracker documentation built on Oct. 30, 2024, 1:18 p.m.