Learn R Programming

⚠️There's a newer version (2.3.0) of this package.Take me there.

fhircrackr (version 0.2.1)

Handling HL7 FHIR Resources in R

Description

Useful tools for conveniently downloading FHIR resources in xml format and converting them to R data frames. The package uses FHIR-search to download bundles from a FHIR server, provides functions to save and read xml-files containing such bundles and allows flattening the bundles to data.frames using XPath expressions.

Copy Link

Version

Install

install.packages('fhircrackr')

Monthly Downloads

1,063

Version

0.2.1

License

GPL-3

Maintainer

Thomas Peschel

Last Published

November 24th, 2020

Functions in fhircrackr (0.2.1)

fhir_load

Load bundles from xml-files
fhir_common_columns

Find common columns
fhir_crack

Flatten list of FHIR bundles
fhir_next_bundle_url

Next Bundle's URL
fhir_melt

Melt multiple entries
fhir_save_design

Write design to xml
fhir_search

Download Fhir search result
fhir_canonical_design

Retrieve design of last call to fhir_crack
fhir_capability_statement

Get capability statement
patient_bundles

Exemplary FHIR bundles
fhir_unserialize

Unserialize a FHIR Bundle list
fhir_serialize

Serialize a FHIR Bundle list
fhir_rm_indices

Remove indices from data frame
medication_bundles

Exemplary FHIR bundles
fhir_save

Save FHIR bundles as xml-files
paste_paths

Concatenate paths
fhir_load_design

Load design from xml