R/utils.R
snomedizer_version_compatibility.Rd
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
)
URL of a SNOMED CT Terminology Server REST API endpoint
whether to hide warnings. Default is `FALSE`
a logical value indicating whether the endpoint version is supported
Other utilities:
result_completeness()
,
result_flatten()
,
snomed_public_endpoint_list()
,
snomed_public_endpoint_suggest()
,
snomedizer_options