# NOT RUN {
#unserialize example bundle
bundles <- fhir_unserialize(medication_bundles)
#save to temporary directory
fhir_save(bundles, directory = tempdir())
#load from temporary directory
loaded_bundles <- fhir_load(tempdir())
# }
Run the code above in your browser using DataLab