snomedizer_version_compatibility: Verify the endpoint compatibility with snomedizer

View source: R/utils.R

snomedizer_version_compatibilityR Documentation

Verify the endpoint compatibility with snomedizer

Description

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.

Usage

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

See Also

Other utilities: result_completeness(), result_flatten(), snomed_public_endpoint_list(), snomed_public_endpoint_suggest(), snomedizer_options


ramses-antibiotics/snomedizer documentation built on July 12, 2022, 12:42 a.m.