DasLab documentation
  • What is DasLab?
  • DasLab Integrations
  • DasLab for developers
  • Webhook events
  • REST API
    • Locations
    • Products
    • Appointments
    • Patients
    • Transactions
    • Samples/Results
  • HL7 for labs
  • Docspring
  • Security center / updates
  • Developer Support
  • DasLab Guides
    • DasLab for partners
    • Set-up instructions
      • Setting up a provider/app
      • Setting up as a client
        • Software setup
        • Features descriptions
        • Training for clients
      • Setting up as a lab
        • Software setup
        • Features descriptions
        • Training for labs
      • Setting up a vaccination location
      • Training for vaccination
        • Setting up as a doctor / sampling location
          • Software setup
          • Features list
          • Training for samplers
    • Downloading a report of appointments and results
    • Trainings for partners
  • Ordering a test
Powered by GitBook
On this page

Was this helpful?

DasLab for developers

PreviousWhat is DasLab?NextWebhook events

Last updated 4 years ago

Was this helpful?

Welcome

You're on your way to building an integration to DasLab!

What you can do with our API

1) Subscribe to events from your account

This works via REST api webhooks so you add https://yourserver.com/webhook to your server and we will send the events, with some information as detailed .

2) Submit data

  • Samplers: sampleResult, appointmentCreate, massAppointmentCreate, codeCreate, massCodeCreate, setSlotAvailability (soon)

  • Labs: sampleResult, codeCreate, massCodeCreate

  • Clients: codeCreate, massCodeCreate

We have a REST api for submitting data and the endpoints are documented

3) HL7 2-way integration for labs

This integration uses an SFTP mailbox to:

  • Fetch the orders and sample patient data

  • Publish the results to DasLab

Instructions to set this up are .

4) Docsping

An integration to fill PDF forms with the results of a test. Used for filling in COVID government forms primarily.

5) Custom integration for labs

Already have a system for processing orders or returning results programatically? Contact us

here
here
here
here