release_version | R Documentation |
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).
release_version( endpoint = snomedizer_options_get("endpoint"), branch = snomedizer_options_get("branch") )
endpoint |
the URL of a SNOMED CT Terminology Server REST API endpoint.
See |
branch |
a string for the name of the API endpoint branch to use (most
commonly |
a list containing two character strings: rf2_date
(YYYYMMDD release date) and rf2_month_year
(month and year string)
Other wrapper:
concept_ancestors()
,
concept_descriptions()
,
concept_find()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.