CodeValue

General code/value entity. Property Type Description Code int Code Value string Value

Read More

PersonOrOrganization

It is the entity used to contain the address of a person or organization in health care. Property Type Description AddressID int unique address ID GLN string (20) GLN Organisation string (100) Organisation Departement string (50) Departement Title string (50) Title Salutation string (50) Salutation Firstname string (50) First name Lastname string (50) Last name […]

Read More

PersonOrOrganizationListResponse

It is the entity used to return the result of the GetPersonOrOrganizationList method. Property Type Description ReturnStatus int Return status (see ReturnStatusEnum) ReturnMessage string (200) Return message AddressList List<PersonOrOrganization> Address list

Read More

InsuranceData

It is the entity used to contain the address of a health insurance. Property Type Description AddressID int unique address ID GLN string (20) GLN Organisation string (100) Organisation Departement string (50) Departement Street string (50) Street POBox string (50) Post Office Box Zip string (10) Zip code City string (50) City Canton string (10) […]

Read More

InsuranceListResponse

It is the entity used to return the result of the GetInsuranceList method. Property Type Description ReturnStatus int Return status (see ReturnStatusEnum) ReturnMessage string (200) Return message AddressList List<InsuranceData> Address list

Read More

NotificationReferenceInfo

It is the entity that is used to hold the 3 values that uniquely identify the referenced document. Property Type Description TimeStamp int UNIX timestamp defined at the moment of the document’s infoset generation  Date DateTime Document’s date Id string (35) Document’s Id      

Read More

NotificationInfo

It is the entity that is used to hold the information about a notification. Property Type Description FolderGID Guid Unique identifier of the document folder DocumentGID Guid Unique identifier of the notification SenderGln string (35) GLN of the notification’s sender  NotificationReference NotificationReferenceInfo   Optional information used to identify a related notification  CreditReference NotificationReferenceInfo  Optional information used to […]

Read More

NotificationsResponse

It is the entity that is used to hold the information about a list of new notifications. Property Type Description ReturnStatus int Return status (see ReturnStatusEnum) ReturnMessage string(200) Return message Notifications List< NotificationInfo > List of new notifications      

Read More

SuvaInvoiceStatusInfoResponseFurtherInformation

It is the entity used to contain an item of the further informations list of the invoice status information. Property Type Description TypeCode string (50) Further information code type Code string (50) Further information code DescriptionDE string (200) German description DescriptionFR string (200) French description DescriptionIT string (200) Italian description      

Read More

SuvaInvoiceStatusInfoResponse

It is the entity used to contain the invoice status information. Property Type Description ReturnStatus int 0 = NotInitialized 1 = OperationSuccessful 100 = GenericError (see ReturnMessage) 102 = EanNotAuthorized 999 = UnknownError – Unbekannter Fehler, ReturnMessage beachten (Normalerweise ein Programmfehler) 2004 = Es wurde keine Daten gefunden 4000 = Die Eingabedaten erfüllen nicht die Eingabe […]

Read More