Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Useful when you don’t have the data immediately and need to lookup the value in a codeset.

There are various options for performing lookups:

codemap

When you need to validate and normalize field values against code sets, you can use lookup functions to execute the mapping.

...

This is useful when you don’t have the data immediately available.

There are various options for performing lookups. In IguanaX, you can use:

Expand
title1) Codemap library to perform lookups against local code sets you define.

With the Codemap Library you can:

  • Confirm an incoming value is contained in a code set.

  • Translate from one value or code set to another.

...

Map data fields using codemap.lua: http://help.interfaceware.com/v6/codemap-example

External - Query a Database or API

...

Image Added
Expand
title2) Perform an external lookup against a database or API

Sometimes you will need to perform an external lookup against a database or API to get the information you need to complete processing.

  • It’s useful when you don’t have the data within the current system

...

  • , you can look them up elsewhere.

  • If

...

  • these lookups are done across various interfaces, they are best stored in a library.

In the example screenshot below, on line 13 the getNPI function is called to query an external database for the matching NPI based on the provider name from the inbound HL7 message.

Image Added