SDES2 GET INFO FOR VIDEO VISIT (5015)    REMOTE PROCEDURE (8994)

Name Value
NAME SDES2 GET INFO FOR VIDEO VISIT
TAG GETVVSMAKEINFO
ROUTINE SDES2VVSJSON
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
APP PROXY ALLOWED Yes
DESCRIPTION
Get patient info, default provider info, and system info needed to make a 
 Video Visit Service (VVS) appointment in JSON format.
INPUT PARAMETER
  • SDCONTEXT
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    SDCONTEXT("ACHERON AUDIT ID") = Up to 40 Character unique ID number.
                  the calling application.
                  Ex: 11d9dcc6-c6a2-4785-8031-8261576fca37
       SDCONTEXT("PATIENT DFN") = The DFN/IEN of the target patient from the
                  calling application.
       SDCONTEXT("PATIENT ICN") = The ICN of the target patient from the
                  calling application.
       SDCONTEXT("USER DUZ") = The DUZ of the user taking action in the
                  calling application.
       SDCONTEXT("USER SECID") = The SECID of the user taking action in
    
  • SDINPUT
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   32000
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    SDINPUT (PATIENT IEN) = Required. This is the Patient IEN from the 
    PATIENT (#2) file.
     
    SDINPUT (CLINIC IEN) = Required. This is the IEN of the clinic from the 
    HOSPITAL LOCATION (#44) file.
     
    SDINPUT (APPT DATE TIME) = Required. Appointment Date and Time 
    in ISO format.
    
RETURN PARAMETER DESCRIPTION
Will return the following JSON output.
    "Appointment": {
      "ApptDtTm": "2023-01-02T10: 00-0500"
    },
    "Patient": {
      "CellPhone": "",
      "DateOfBirth": "07\/11\/1995",
      "Email": "",
      "FirstName": "CHOBOY",
      "HomePhone": "",
      "ICN": -1,
 
      "IEN": 7242653,
      "LastName": "TEST",
      "SSN": "1195P",
      "ZipCode": "NOMPIODE"
    },
    "SystemInfo": {
      "FacilityName": "CHEYENNEVAMEDICAL",
      "Offset": "-0500",
      "OffsetDST": "-0400",
      "StationID": 442,
Appointment date/time in ISO 8601 format
      "TimeZone": "EASTERN",
      "TimeZoneException": 0
    }
  }
}
  Patient data
  Provider data
  System (misc) data
 
{
  "VVSMakeInfo": {