Learn R Programming

fhircrackr (version 0.2.1)

patient_bundles: Exemplary FHIR bundles

Description

This data example can be used to explore some of the functions from the fhircrackr package when direct access to a FHIR server is not possible.

Usage

patient_bundles

Arguments

Format

List of length 2 containing serialized "xml_document" objects, each representing one bundle from a FHIR search request. They have to be unserialized before use, see Examples!

Details

patient_bundles is a list of serialized xml objects representing FHIR bundles as returned by fhir_search().

It contains 2 bundles with Patient resources.

Examples

Run this code
# NOT RUN {
#unserialize xml objects before doing anything else with them!
patient_bundles <- fhir_unserialize(patient_bundles)


# }

Run the code above in your browser using DataLab