HMP LOCAL CORRESPONDINGIDS (3464)    REMOTE PROCEDURE (8994)

Name Value
NAME HMP LOCAL CORRESPONDINGIDS
TAG TFL
ROUTINE HMPTFU2
RETURN VALUE TYPE WORD PROCESSING
AVAILABILITY SUBSCRIPTION
WORD WRAP ON TRUE
VERSION 1
DESCRIPTION
Give a patient DFN, ICN, or EDIPI, this Remote Procedure Call returns a list of Treating Facilities, including SOURCE ID, SITE HASH, and IDENTIFIER STATUS.
INPUT PARAMETER
  • Patient Identifier
    PARAMETER TYPE:   WORD PROCESSING
    MAXIMUM DATA LENGTH:   255
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The patient identifier will either be the PATIENT (#2) IEN (aka DFN), Integration Control Number (aka ICN), or the DOD Identifier (aka EDIPI). Following this format:
    Id^IdType^AssigningAuthority^AssigningFacility
     
    Examples:
     ICN example:  1008520438V882204^NI^USVHA^200M
     DFN example:  100000511^PI^USHVA^500
    EDIPI example: 852043888^NI^USDOD^200DOD
    
RETURN PARAMETER DESCRIPTION
This will return a list of treating facilities in the following format:
 
 ID^IDTYPE^SiteHash^AssigningAuthority^IDSTatus
 
Examples:
 RETURN(1)=27^PI^D17^USVHA^H"
 RETURN(2)=7169806^PI^D17^USHVA^A"
 RETURN(3)=1^NI^200DOD^USDOD^A"