Package: BiocFHIR
Title: Illustration of FHIR ingestion and transformation using R
Version: 1.12.0
Date: 2022-11-29
Authors@R: 
    c(person(
        "Vincent", "Carey", role = c("aut", "cre"),
        email = "stvjc@channing.harvard.edu",
        comment = c(ORCID = "0000-0003-4046-0063")
    ))
Description: FHIR R4 bundles in JSON format are derived from
        https://synthea.mitre.org/downloads. Transformation inspired by
        a kaggle notebook published by Dr Alexander Scarlat,
        https://www.kaggle.com/code/drscarlat/fhir-starter-parse-healthcare-bundles-into-tables.
        This is a very limited illustration of some basic parsing and
        reorganization processes.  Additional tooling will be required
        to move beyond the Synthea data illustrations.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.2)
Imports: DT, shiny, jsonlite, graph, tidyr, visNetwork, dplyr, utils,
        methods, BiocBaseUtils
Suggests: knitr, testthat, rjsoncons, igraph, BiocStyle
VignetteBuilder: knitr
biocViews: Infrastructure, DataImport, DataRepresentation
RoxygenNote: 7.3.2
URL: https://github.com/vjcitn/BiocFHIR
BugReports: https://github.com/vjcitn/BiocFHIR/issues
Config/pak/sysreqs: make libicu-dev zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 15:19:42 UTC
RemoteUrl: https://github.com/bioc/BiocFHIR
RemoteRef: RELEASE_3_22
RemoteSha: 53cafbd0a1fd7455391de99246a5c1440578e0c3
NeedsCompilation: no
Packaged: 2025-11-11 13:25:53 UTC; root
Author: Vincent Carey [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-4046-0063>)
Maintainer: Vincent Carey <stvjc@channing.harvard.edu>
Built: R 4.5.2; ; 2025-11-11 13:27:59 UTC; windows
