This function compares the SNOMED CT terminology server endpoint version with `snomedizer`'s supported version. The SNOMED CT terminology server API is continuously developed and may introduce breaking changes in REST operations and parameters.

snomedizer_version_compatibility(
  endpoint = snomedizer_options_get("endpoint"),
  silent = FALSE
)

Arguments

endpoint

URL of a SNOMED CT Terminology Server REST API endpoint

silent

whether to hide warnings. Default is `FALSE`

Value

a logical value indicating whether the endpoint version is supported