Files > ICD SEARCH API

name
ICD SEARCH API
number
130.4
location
^DIC(130.4,
description
This file is used as a repository of ICD search (lookup) functionality to support an application's need for different user interface calls across multiple versions of ICD Diagnosis and Procedure coding. Each entry is associated with a specific version of ICD Diagnosis or Procedure coding, an application, and executable M code. The executable M code can be invoked from within the input transform of a field that points to the ICD DIAGNOSIS file (80) or the ICD OPERATION/ PROCEDURE file (80.1) to achieve the correct search functionality specific to the ICD version. This file was developed during the ICD-10 Remediation project with the intent that it will support ICD-11 and beyond.
Fields
#NameLocationTypeDetailsIndexDescription
.001number11This is the internal entry number for this field.
.01application name(+)0;1FREE TEXTBThis is the name of the application that this API will be used by. A package may have more than one application name if it is required.
.02coding system0;2POINTER80.4ACThis is the version that this API will be used to retrieve data for.
.04type0;4SET OF CODESDIAG:DIAGNOSIS
PROC:PROCEDURE
This is the Type of ICD search API that will be executed for this entry. Current choices are Diagnosis or Procedure.
.05owner package(+)0;5POINTER9.4This is the package that is responsible for this entry.
1mumps code to execute1;E1,245FREE TEXTEnter the MUMPS code to execute the correct search user interface for this coding system.

Not Referenced