Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$QI^XUSNPI(): Get Provider Entities

Reference Type: Controlled Subscription, Category: National Provider Identifier (NPI), ICR#: 4532

Description

The $$QI^XUSNPI extrinsic function retrieves all qualified provider entities for a National Provider Identifier (NPI) identifier.

NOTE: This API was released with Kernel Patch XU*8.0*410.

Format

  $$QI^XUSNPI(xusnpi)

Input Parameters

xusnpi:

(required) The National Provider Identifier (NPI) identifier. No default.

Output

returns:

Returns either of the following strings:

  • QualifiedIdentifier^IEN^EffectiveDate^Status—National Provider Identifier (NPI) exists. If more than one record is found, they are separated by a semi-colon (;).

  • 0—Qualified NPI does not exist.

Examples

Example 1

The following example uses the following file data:

>W $$QI^XUSNPI(9876543213)
Individual_ID^82^3061108.123651^Active;

Example 2

The following example uses the following file data:

>W $$QI^XUSNPI(1111111112)
Organization_ID^1^3070122^Active;

Example 3

The following example uses the following file data:

>W $$QI^XUSNPI(2222222228)
Non_VA_Provider_ID^3^3070122^Active;