Bioc2026 Registration Open!

BiocFHIR

Illustration of FHIR ingestion and transformation using R

Bioconductor version: 3.23 · Package version: 1.14.0

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.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("BiocFHIR")

Details

MaintainerVincent Carey <stvjc@channing.harvard.edu>
AuthorVincent Carey [aut, cre] (ORCID: <https://orcid.org/0000-0003-4046-0063>)
LicenseArtistic-2.0
URLhttps://github.com/vjcitn/BiocFHIR
Bug Reportshttps://github.com/vjcitn/BiocFHIR/issues
Downloads rank218
Source branchRELEASE_3_23
biocViewsDataImport, DataRepresentation, Infrastructure, Software

Documentation

Download

Dependencies

Depends: R (>= 4.2)

Imports: DT, shiny, jsonlite, graph, tidyr, visNetwork, dplyr, utils, methods, BiocBaseUtils

Suggests: knitr, testthat, rjsoncons, igraph, BiocStyle