The fhir.resourcer
package is for accessing the patients' data from a HL7 FHIR server. It makes use of the fhircrackr R package.
Usage example:
library(fhir.resourcer)
res <- resourcer::newResource(url="fhir+https://hapi.fhir.org/baseR4/Patient")
client <- resourcer::newResourceClient(res)
client$asDataFrame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.