fhir_bundle_xml {fhircrackr} | R 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]]))
[Package fhircrackr version 2.2.0 Index]