SNOMED_EXTENDEDMAP | R Documentation |
A sample of the SNOMED CT extended map table, containing maps to ICD-10 and OPCS4.
data(EXTENDEDMAP)
An object of class "data.table"
integer64: core metadata concept: 449080006 = SNOMED CT to ICD-10 rule-based mapping module, 999000031000000106 = SNOMED CT United Kingdom Edition reference set module
integer64: foundation metadata concept: 447562003 = ICD-10 complex map reference set, 1126441000000105 = Office of Population Censuses and Surveys Classification of Interventions and Procedures Version 4.9 complex map reference set, 999002271000000101 = International Classification of Diseases, Tenth Revision, Fifth Edition, five character code United Kingdom complex map reference set
integer64: SNOMED CT conceptId of the concept mapped
integer: mapping group
integer: priority of alternative maps (1 = highest)
character: advice on mapping rule
character: mapping advice
character: target ICD-10 or OPCS4 code. The optional period between the third and fourth character has been removed for consistency.
integer64: foundation metadata concept describing the quality of the map
IDate: when the concept became active
logical: whether this concept is currently active
Other sampleSNOMED:
HISTORY
,
READMAPS
,
SNOMED_CONCEPT
,
SNOMED_DESCRIPTION
,
SNOMED_REFSET
,
SNOMED_RELATIONSHIP
,
SNOMED_SIMPLEMAP
,
sampleSNOMED()
# Load the dataset and show its properties
data('EXTENDEDMAP')
str(EXTENDEDMAP)
# This EXTENDEDMAP table is part of the sample SNOMED CT dictionary
# Hence this should show the same properties as above
str(sampleSNOMED()$EXTENDEDMAP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.