Learn R Programming

fhircrackr (version 2.3.0)

fhir_bundle_xml: Create fhir_bundle_xml object

Description

This should only be used if you want to create small examples. Usually, a fhir_bundle_xml will be returned by fhir_search().

Usage

fhir_bundle_xml(bundle)

Arguments

bundle

A xml-object representing a FHIR bundle

Examples

Run this code
fhir_bundle_xml(bundle = xml2::xml_unserialize(patient_bundles[[1]]))

Run the code above in your browser using DataLab