# \donttest{
#the try({}, silent = TRUE) statement is only there to catch errors when the server is down
#you can skip it when the server is reachable
try({
fhir_get_resource_ids(
base_url = 'https://vonk.fire.ly/R4',
resource = "Patient",
parameters = "gender=female", verbose=1)
}, silent = TRUE)
# }
Run the code above in your browser using DataLab