# NOT RUN {
#load example bundles
bundles <- fhir_unserialize(patient_bundles)
#incomplete but valid design
design <- list(
Pat = list(
resource = "//Patient"
)
)
result <- fhir_crack(bundles, design)
fhir_canonical_design()
# }
Run the code above in your browser using DataLab