agb_property: Retrieve AGB Property

View source: R/character.R

agb_propertyR Documentation

Retrieve AGB Property

Description

Download properties from the AGB Register.

Usage

agb_property(agb_code, property = NULL)

Arguments

agb_code

AGB codes

property

property of the AGB code. Will return a data.frame if left blank.

Details

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.

Examples

agb_property(03033048)
agb_property(c(03033048, 01102504))

agb_property(03033048, property = "last_name")
agb_property(c(03033048, 01102504), "specialty")

certe-medical-epidemiology/certetoolbox documentation built on April 17, 2025, 3:24 a.m.