|
Reference Type: Controlled Subscription, Category: National Provider Identifier (NPI), ICR#: 4532
The $$NPI^XUSNPI extrinsic function retrieves the National Provider Identifier (NPI) and related utilities from any of the following files:
NOTE: This API was released with Kernel Patch XU*8.0*410.
$$NPI^XUSNPI(xusqi,xusien[,xusdate])
| xusqi: |
(required) The Qualified Identifier for the NPI. For example: Individual_ID, Organization_ID, or Non_VA_Provider_ID No default. |
| xusien: |
(required) The Internal Entry Number (IEN) from any of the following files:
No default. |
| xusdate: |
(optional) A date of interest. Defaults to "Today". |
| returns: |
Returns any of the following strings:
|
The following example uses the following file data:
>W $$NPI^XUSNPI("Individual_ID",82)
9876543213^3061108.123651^Active
|
The following example uses the following file data:
>W $$NPI^XUSNPI("Organization_ID",1)
1111111112^3070122^Active
|
The following example uses the following file data:
>W $$NPI^XUSNPI("Non_VA_Provider_ID ",1)
2222222228 ^3070122^Active
|