Print Page as PDF
ICD-10 Suggestions ICR (5840)

ICD-10 Suggestions    ICR (5840)

Name Value
NUMBER 5840
IA # 5840
DATE CREATED 2012/09/06
CUSTODIAL PACKAGE LEXICON UTILITY
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE LEX10CX
NAME ICD-10 Suggestions
GENERAL DESCRIPTION
Supported APIs for the implementation of ICD-10.  The
APIs in this ICR become effective on the date of release of patches
ICD*18.0*57 and LEX*2.0*80.

STATUS Active
KEYWORDS
  • ICD-10
  • ICD10
  • LEX10CS
DURATION Till Otherwise Agreed
ID LEX10CX
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
EN
This entry point is an interactive lookup where the
input coding system and code are not known.  There is no input variables for
this API, however, the variable LEXSAB can be preset to a coding system (.01
field in file 757.03), else wise the user will be prompted for a coding
system.  This API will display a selection list of suggested ICD-10 codes that
have a similar textual content as the user selected code and coding system.
If no suggestions are available or the user does not make a selection, then
the user will be prompted for a ICD-10 code.  There are two output variables,
X and Y.

Example Output:

ICD-9 to ICD-10

X="119899^Tobacco Use Disorder^305.1^ICD-9-CM"
Y="5003360^Nicotine Dependence, unspecified,
Uncomplicated^F17.200^ICD-10-CM"

SNOMED CT to ICD-10

X="7078519^Diabetes mellitus type 2^44054006^SNOMED CT"
Y="5002666^Type 2 Diabetes Mellitus without
Complications^E11.9^ICD-10-CM"

VARIABLES TYPE VARIABLES DESCRIPTION
X Output
X is a 4 piece "^" delimited string representing the
source code.

1  Lexicon IEN for file 757.02
2  Expression
3  Code in selected Coding System
4  Coding System nomenclature

or null if search fails

Y Output
Y is a 4 piece "^" delimited string representing the
target ICD-10 code.

1  Lexicon IEN for file 757.02
2  Expression
3  ICD-10 Diagnostic Code
4  ICD-10-CM

or -1 if search fails

EN2(CODE,SAB)
This entry point is an interactive lookup where the
input coding system and code are known and supplied as input parameters CODE
and SAB.  This API will display a selection list of suggested ICD-10 codes
that have a similar textual content as the specified code (CODE) and coding
system (SAB).  If no suggestions are available or the user does not make a
selection, then the user will be prompted for a ICD-10 code.  The output for
EN2 is the same as entry point EN.

VARIABLES TYPE VARIABLES DESCRIPTION
CODE Input
This is a code from the specified coding system.

SAB Input
This is the coding system abbreviation (a three
character representation of the coding system taken from the .01 field of the
CODING SYSTEMS file 757.03)

X Output
X is a 4 piece "^" delimited string representing the
source code.

1  Lexicon IEN for file 757.02
2  Expression
3  Code in selected Coding System
4  Coding System nomenclature

or null if search fails

Y Output
Y is a 4 piece "^" delimited string representing the
target ICD-10 code.

1  Lexicon IEN for file 757.02
2  Expression
3  ICD-10 Diagnostic Code
4  ICD-10-CM

or -1 if search fails

EN3(CODE,SAB,.ARY,MAX)
This entry point is a silent lookup for suggested
ICD-10 codes for a code in another coding system.  The code (CODE) and coding
system abbreviation (SAB) are passed as input parameters.

This API will create an array of suggested ICD-10 codes that have a similar
textual content as the specified code (CODE) and coding system (SAB).

VARIABLES TYPE VARIABLES DESCRIPTION
CODE Input
This is a code in the coding system identified by the
input parameter SAB.

SAB Input
This is the coding system abbreviation (a three
character representation of the coding system taken from the .01 field of the
CODING SYSTEMS file 757.03)

ARY Both
This is a local array, passed by reference:

ARY("X")     Input
ARY("Y",0)   Output   Number of Suggestions
ARY("Y",1)   Output   First Suggestion
ARY("Y",n)   Output   nth Suggestion

ARY("E")     Error Message

Both ARY("X") and ARY("Y",#) are 4 piece "^" delimited strings:

1  Internal Entry Number (IEN) file 757.01
2  Expression (file 757.01, field .01)
3  Code (file 757.02, field 1)
4  Nomenclature (file 757.03, field 1)
i.e., SNOMED CT, ICD-9-CM or ICD-10-CM

MAX Input
This is the maximum number of suggestions to return
in the array (optional, default 100)

SUBSCRIBING PACKAGE
DATE ACTIVATED 2014/07/11