Package: fhircrackr
Type: Package
Title: Handling HL7 FHIR Resources in R
Version: 1.0.0
Date: 2021-06-07
Authors@R: c(
    person( given = "Thomas", 
            family = "Peschel", 
            email = "tpeschel@imise.uni-leipzig.de", 
            role = c("aut","cre")),
    person( given = "Julia", 
            family = "Palm", 
            email = "julia.palm@med.uni-jena.de", 
            role = "aut",
            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. The package 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.
BugReports: https://github.com/POLAR-fhiR/fhircrackr/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: xml2, stringr, httr, utils, dplyr, plyr, data.table, methods
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Depends: R (>= 4.0.0)
Collate: 'design.R' 'fhir_url.R' 'fhir_bundle.R' 'fhir_bundle_list.R'
        'download_resources.R' 'fhir_body.R' 'fhir_xpath_expression.R'
        'fhir_columns.R' 'fhir_style.R' 'fhir_resource_type.R'
        'fhir_table_description.R' 'fhir_design.R' 'fhir_table_list.R'
        'flatten_resources.R' 'miscellaneous.R' 'multiple_entries.R'
NeedsCompilation: no
Packaged: 2021-06-16 14:09:57 UTC; tpeschel
Author: Thomas Peschel [aut, cre],
  Julia Palm [aut] (<https://orcid.org/0000-0003-1568-5893>),
  Jens Przybilla [aut],
  Frank Meineke [aut] (<https://orcid.org/0000-0002-9256-7543>)
Maintainer: Thomas Peschel <tpeschel@imise.uni-leipzig.de>
Repository: CRAN
Date/Publication: 2021-06-16 14:20:02 UTC
