| TITLE | VALUE | |
|---|---|---|
| NAME | SDES2 GET INFO FOR VIDEO VISIT | |
| DESCRIPTION | Get patient info, default provider info, and system info needed to make a Video Visit Service (VVS) appointment in JSON format. Can only be invoked by Acheron | |
| TAG | GETVVSMAKEINFO | |
| ROUTINE | SDES2VVSJSON | |
| INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
| INPUT PARAMETER | SDCONTEXT | |
| DESCRIPTION | SDCONTEXT("ACHERON AUDIT ID") = Up to 40 Character unique ID number. 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 the calling application. | |
| PARAMETER TYPE | LIST | |
| REQUIRED | YES | |
| MAXIMUM DATA LENGTH | 32000 | |
| INPUT PARAMETERS | SEQUENCE NUMBER | 2 |
| INPUT PARAMETER | SDINPUT | |
| 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. | |
| PARAMETER TYPE | LIST | |
| REQUIRED | YES | |
| MAXIMUM DATA LENGTH | 32000 | |
| RETURN VALUE TYPE | ARRAY | |
| RETURN PARAMETER DESCRIPTION | Will return the following JSON output. Appointment date/time in ISO 8601 format Patient data Provider data System (misc) data { "VVSMakeInfo": { "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, "TimeZone": "EASTERN", "TimeZoneException": 0 } } } | |
| AVAILABILITY | RESTRICTED | |
| INACTIVE | ||
| CLIENT MANAGER | ||
| WORD WRAP ON | ||
| VERSION | ||
| SUPPRESS RDV USER SETUP | ||
| APP PROXY ALLOWED | Yes | |