release_version: Fetch SNOMED CT RF2 release version

View source: R/utils.R

release_versionR Documentation

Fetch SNOMED CT RF2 release version

Description

Provides the date of the release of the specified endpoint and branch. SNOMED CT is currently released released twice a year on 31 January and 31 July in a format known as Release Format 2 (RF2).

Usage

release_version(
  endpoint = snomedizer_options_get("endpoint"),
  branch = snomedizer_options_get("branch")
)

Arguments

endpoint

the URL of a SNOMED CT Terminology Server REST API endpoint. See snomedizer_options.

branch

a string for the name of the API endpoint branch to use (most commonly "MAIN"). See snomedizer_options.

Value

a list containing two character strings: rf2_date (YYYYMMDD release date) and rf2_month_year (month and year string)

References

http://snomed.org/rfs

See Also

Other wrapper: concept_ancestors(), concept_descriptions(), concept_find()


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