anv_fhir_get_stores | R Documentation |
retrieve references to all stores
anv_fhir_get_stores(url = test_stores_url())
url |
character(1) URL for a FHIR store collection |
allst = anv_fhir_get_stores() length(allst[[1]]) head(sapply(allst[[1]], function(x) basename(x$name)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.