agb_property | R Documentation |
Download properties from the AGB Register.
agb_property(agb_code, property = NULL)
agb_code |
AGB codes |
property |
property of the AGB code. Will return a data.frame if left blank. |
The AGB (Algemeen GegevensBeheer) register is a national database in the Netherlands that assigns a unique AGB code to healthcare providers and institutions. This code is used for identification and administration within the healthcare sector, such as for billing insurance companies, contracting, and data exchange between healthcare providers.
The AGB code is managed by VECOZO and plays a crucial role in ensuring transparency and efficiency in Dutch healthcare administration.
agb_property(03033048)
agb_property(c(03033048, 01102504))
agb_property(03033048, property = "last_name")
agb_property(c(03033048, 01102504), "specialty")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.