fhir_design-class: A S4 class containing a design for 'fhir_crack()'

fhir_design-classR Documentation

A S4 class containing a design for fhir_crack()

Description

A fhir_design is a named list of fhir_table_description objects. Each table_description contains information on how to flatten one resource type which will result in one data.frame. The fhir_design is passed to the function fhir_crack() along with a list of bundles containing FHIR resources.

Slots

.Data

The list of fhir_table_description objects.

names

The names of the table_descriptions. Those will also be the names of the resulting data.frames.

See Also

fhir_table_description(), fhir_crack()


fhircrackr documentation built on Feb. 16, 2023, 8:33 p.m.