fhir_bundle_serialized-class {fhircrackr} | R Documentation |
An S4 class to represent a FHIR bundle in serialized form
Description
A fhir_bundle_serialized
is a fhir_bundle_xml
that has been serialized using fhir_serialize()
. In this form, the
bundle cannot be used in any meaningful way, but it can be saved and loaded as an .RData
or .rds
object without breaking the
external pointers in the xml. See ?fhir_serialize
and ?fhir_unserialize
.
[Package fhircrackr version 2.2.0 Index]