Standalone wrapper for client$fhir$resolve(). See
FhirResource for full parameter documentation.
Arguments
- client
An OMOPHubClient instance.
- ...
Arguments passed to
FhirResource$resolve().
Examples
if (FALSE) { # \dontrun{
client <- OMOPHubClient$new(api_key = Sys.getenv("OMOPHUB_API_KEY"))
fhir_resolve(
client,
system = "http://snomed.info/sct",
code = "44054006",
resource_type = "Condition"
)
} # }