Import data from a FHIR folder

import_fhir(
  folder_path,
  date = c("date"),
  begin = c("begin"),
  end = c("end"),
  tag = c("tag"),
  value = c("value")
)

Arguments

folder_path

A path to the FHIR file.

date

A vector of labels containing dates.

begin

A vector of labels containing begin dates.

end

A vector of labels containing end dates.

tag

A vector of labels containing tags.

value

A vector of labels containing values.

Value

Merge of imported data and already imported data