fhir_bundle_xml: Create fhir_bundle_xml object

View source: R/fhir_bundle.R

fhir_bundle_xmlR Documentation

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

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


TPeschel/fhiR documentation built on April 14, 2024, 7:31 a.m.