SNOMED_EXTENDEDMAP {Rdiagnosislist}R Documentation

Sample extended map table from SNOMED CT dictionary

Description

A sample of the SNOMED CT extended map table, containing maps to ICD-10 and OPCS4.

Usage

data(EXTENDEDMAP)

Format

An object of class "data.table"

Details

Examples

# 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)

[Package Rdiagnosislist version 1.2 Index]