create graph with links from patients to conditions
make_condition_graph(listOfProcessedBundles, keep_with_condition_only = TRUE)
list with elements generated by `process_fhir_bundle`
logical(1) omit bundles that lack a "Condition" element, defaults to TRUE
instance of BiocFHIR.FHIRgraph
data("allin")
make_condition_graph(allin, TRUE)
#> BiocFHIR.FHIRgraph instance.
#> A graphNEL graph with directed edges
#> Number of Nodes = 120
#> Number of Edges = 348
#> 50 patients, 70 conditions