## code to prepare `patient_bundles` dataset goes here
bundles <- fhir_search(request="https://hapi.fhir.org/baseR4/Patient", max_bundles=2, verbose = 0)
patient_bundles<-fhir_serialize(bundles)
usethis::use_data(patient_bundles, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.