anv_fhir_test_list_patients | R Documentation |
retrieve patients in a ResearchStudy [current limit 1000, needs pagination]
anv_fhir_test_list_patients( url = anvurl(), count_str = "1000", pyrefs = abfhir_demo(), as.json = FALSE )
url |
character(1) URL for a store |
count_str |
character(1) '_count' value for 'where' in ResearchStudy |
pyrefs |
list of Module references (anvil, fhirclient) |
as.json |
logical(1) convert patient references to JSON before returning |
a list with two elements: first the title of the associated study, then the list of patients
xx = anv_fhir_test_list_patients(anvurl("public")) names(xx) xx$title length(xx$pats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.