Package: BiocFHIR Title: Illustration of FHIR ingestion and transformation using R Version: 1.15.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: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:59:19 UTC RemoteUrl: https://github.com/bioc/BiocFHIR RemoteRef: HEAD RemoteSha: 406f003b6dc09636e2f1639b66b5c7dd7c09e4f3 NeedsCompilation: no Packaged: 2026-06-17 07:37:45 UTC; root Author: Vincent Carey [aut, cre] (ORCID: ) Maintainer: Vincent Carey