REST
Configuration, content, structure (as of: December 2020).
In addition to standardized interfaces such as GDT and HL7, we also offer a range of REST interfaces that can be used to connect external systems.
#
Import of patient dataPatients cannot be created in our software. We rely on them being transferred to us from the patient management software.
Individual patients but also complete patient lists can be created. E.g. the current waiting room or the current ward list can be transmitted to us.
#
ConfigurationIn ControlCenter, select REST API as the import interface and provide the necessary data.
#
Create patientCreating a single patient - if the patient already exists in our software, the patient data will be automatically updated with the new data. The patient identifier is the external PatientID. If cases or orders are used, the caseID or orderID must be specified.
Each patient transferred into our system through this interface is attached to the current patient list in ControlCenter's dashboard.
Request headers
Standard query
The fields included in the basic query are mandatory. The patientID is the unique identifier of the patient provided by the medical information system. The practiceNumber is the same as the client ID in the ControlCenter (client).
Query with order information
Query with case information
#
Create patient listCreate a complete patient list - if a patient already exists in our software, the patient data will be automatically updated with the new data. The patient identifier is the external PatientID. If cases or orders are used, the caseID or orderID must be specified.
When a patient list is provided, the current patient list in ControlCenter's dashboard is replaced with the new list.
This interface should be used to synchronize a waiting room or ward list between the leading medical system and ControlCenter.
Request headers
Standard query
The patient object can be extended with order or case information as shown above.
#
Available patient dataThis is a list of patient data that can be sent to our ControlCenter.
Mandatory fields
Optional fields
#
Document exportIn our system, the documents are created, filled in and signed on the mobile devices. The result of this process is a digitally signed PDF (PDF/a 2b) and structured data.
Both the PDF document and the data can be transferred to connected systems via the REST interface.
#
ConfigurationIn ControlCenter, select REST API as the export interface and store the necessary data.
#
New documentThe external system must provide a web service that can accept the following request. Each time a document is created, this service is invoked to inform the external system about the new document.
Standard query
Query with order information
Query with case information
#
Update documentChanges to documents that have already been digitally signed are not possible. Changes can only be made by creating a replica. In this case, a new document is created with the content of the previous document. The original document remains intact.
Documents that are still open (not completed) are not transferred to connected systems. These documents remain only in our system until they are signed.
Therefore, we do not provide document update paths.
#
Cancel documentDigitally signed documents cannot be canceled. When an open document is cancelled in our system, it remains in our system for tracking purposes only.
Therefore, we do not offer a route to cancel documents.
#
Available document dataThis is a list of document data sent from our ControlCenter.
Mandatory fields