fhir_design-class {fhircrackr} | R 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()
[Package fhircrackr version 2.2.0 Index]