fhir_canonical_design | R Documentation |
Returns the fhir_design of the last call to fhir_crack()
.
fhir_canonical_design()
fhir_design()
, fhir_table_description()
#load example bundles
bundles <- fhir_unserialize(bundles = patient_bundles)
#define design
patients <- fhir_table_description(resource = 'Patient')
design <- fhir_design(patients)
result <- fhir_crack(bundles = bundles, design = design)
fhir_canonical_design()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.