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
| Maintainer | Vincent Carey <stvjc@channing.harvard.edu> |
| Author | Vincent Carey [aut, cre] (ORCID: <https://orcid.org/0000-0003-4046-0063>) |
| License | Artistic-2.0 |
| URL | https://github.com/vjcitn/BiocFHIR |
| Bug Reports | https://github.com/vjcitn/BiocFHIR/issues |
| Downloads rank | 218 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Infrastructure, Software |
Documentation
- BiocFHIR -- infrastructure for parsing and analyzing FHIR data
- Handling FHIR documents with BiocFHIR
- Linking information between FHIR resources
- Transforming FHIR documents to tables with BiocFHIR
- Upper level FHIR concepts