fhir_design-class | R Documentation |
fhir_crack()
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.
.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.
fhir_table_description()
, fhir_crack()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.