Package: fhircrackr Type: Package Title: Handling HL7 FHIR® Resources in R Version: 2.4.0 Date: 2026-06-04 Authors@R: c( person( given = "Thomas", family = "Peschel", email = "thomas.peschel@imise.uni-leipzig.de", role = c("aut")), person( given = "Julia", family = "Palm", email = "julia.palm@med.uni-jena.de", role = c("aut","cre"), comment=c(ORCID = "0000-0003-1568-5893")), person( given = "Jens", family = "Przybilla", email = "jprzybilla@imise.uni-leipzig.de", role = "aut"), person( given = "Frank", family = "Meineke", email = "frank.meineke@imise.uni-leipzig.de", role = "aut", comment=c(ORCID = "0000-0002-9256-7543"))) Description: Useful tools for conveniently downloading FHIR resources in xml format and converting them to R data.frames. Uses FHIR-search to download bundles from a FHIR server, provides functions to save and read xml-files containing such bundles and allows flattening the bundles to data.frames using XPath expressions. FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7. BugReports: https://github.com/POLAR-fhiR/fhircrackr/issues License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Imports: xml2, stringr, httr, utils, data.table, methods, parallel, lifecycle, rlang Suggests: knitr, rmarkdown VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Depends: R (>= 4.1.0) Collate: 'fhir_body.R' 'fhir_resource.R' 'fhir_url.R' 'fhir_bundle.R' 'fhir_bundle_list.R' 'build_resources.R' 'design.R' 'download_resources.R' 'fhir_xpath_expression.R' 'fhir_columns.R' 'fhir_resource_type.R' 'fhir_table_description.R' 'fhir_design.R' 'fhir_style.R' 'fhir_table_list.R' 'fhir_tree.R' 'flatten_resources.R' 'miscellaneous.R' 'multiple_entries.R' 'sample_resources.R' Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://polar-fhir.r-universe.dev Date/Publication: 2026-06-04 08:04:07 UTC RemoteUrl: https://github.com/polar-fhir/fhircrackr RemoteRef: HEAD RemoteSha: 5480069af69a168d19dfa11bf1febd17f97c45b6 NeedsCompilation: no Packaged: 2026-07-04 08:55:34 UTC; root Author: Thomas Peschel [aut], Julia Palm [aut, cre] (ORCID: ), Jens Przybilla [aut], Frank Meineke [aut] (ORCID: ) Maintainer: Julia Palm