Package: BiocFHIR
Title: Illustration of FHIR ingestion and transformation using R
Version: 1.0.0
Date: 2022-10-06
Authors@R: 
    c(person(
        "Vincent", "Carey", role = c("aut", "cre"),
        email = "stvjc@channing.harvard.edu"
    ))
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, igraph, utils,
        methods, BiocBaseUtils
Suggests: knitr, testthat, rjsoncons
VignetteBuilder: knitr
biocViews: Infrastructure, DataImport, DataRepresentation
RoxygenNote: 7.2.1
URL: https://github.com/vjcitn/BiocFHIR
BugReports: https://github.com/vjcitn/BiocFHIR/issues
git_url: https://git.bioconductor.org/packages/BiocFHIR
git_branch: RELEASE_3_16
git_last_commit: c23d2dc
git_last_commit_date: 2022-11-01
Date/Publication: 2022-11-01
NeedsCompilation: no
Packaged: 2022-11-01 22:56:08 UTC; biocbuild
Author: Vincent Carey [aut, cre]
Maintainer: Vincent Carey <stvjc@channing.harvard.edu>
Built: R 4.2.1; ; 2022-11-02 13:16:38 UTC; windows
