#instead of this:
style <- fhir_style(sep = ":::",
brackets = c("<|", "|>"),
rm_empty_cols = TRUE)
table_description <- fhir_table_description(
resource = "Patient",
style = style)
#use this:
table_description <- fhir_table_description(
resource = "Patient",
sep = ":::",
brackets = c("<|", "|>"),
rm_empty_cols = TRUE)
Run the code above in your browser using DataLab