Skip to main content
GET
/
api
/
2.0
/
lab_orders
/
List Lab Orders
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/lab_orders/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "document_date": "2023-11-07T05:31:56Z",
      "ordering_physician": 123,
      "patient": 123,
      "practice": 123,
      "answers": [
        {
          "question": 123,
          "created_date": "2023-11-07T05:31:56Z",
          "deleted_date": "2023-11-07T05:31:56Z",
          "id": 123,
          "test": 123,
          "value": "<string>"
        }
      ],
      "ccs": [
        123
      ],
      "chart_date": "2023-11-07T05:31:56Z",
      "confidential": false,
      "content": {
        "collection_datetime": "2023-11-07T05:31:56Z",
        "icd10_codes": [
          {
            "code": "<string>",
            "description": "<string>"
          }
        ],
        "id": 123,
        "patient_instructions": "<string>",
        "standing_order_end_date": "2023-12-25",
        "standing_order_frequency": "<string>",
        "test_center_notes": "<string>",
        "tests": [
          {
            "icd10_codes": [
              {
                "code": "<string>",
                "description": "<string>"
              }
            ],
            "name": "<string>",
            "code": "<string>",
            "compendium": 123,
            "cpts": [
              "<string>"
            ],
            "created_date": "2023-11-07T05:31:56Z",
            "deleted_date": "2023-11-07T05:31:56Z",
            "id": 123,
            "lab_vendor": 123,
            "practice_created": 123,
            "procedure_class": "<string>",
            "questions": [
              {
                "question": {
                  "choices": [
                    {
                      "code": "<string>",
                      "value": "<string>",
                      "created_date": "2023-11-07T05:31:56Z",
                      "deleted_date": "2023-11-07T05:31:56Z",
                      "id": 123
                    }
                  ],
                  "code": "<string>",
                  "value": "<string>",
                  "created_date": "2023-11-07T05:31:56Z",
                  "deleted_date": "2023-11-07T05:31:56Z",
                  "example_format": "<string>",
                  "id": 123,
                  "max_length": 32767,
                  "secondary_code": "<string>"
                },
                "sequence": 32767,
                "required": true,
                "test": 123
              }
            ],
            "synonyms": [
              "<string>"
            ]
          }
        ]
      },
      "created_date": "2023-11-07T05:31:56Z",
      "deleted_date": "2023-11-07T05:31:56Z",
      "facility": {
        "active": true,
        "lab_facility": "<string>",
        "practice": 123,
        "practice_facility": "<string>",
        "vendor": {
          "display_name": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "bidi_connection": {
          "alias": "<string>",
          "enabled": true,
          "id": 123,
          "priority": 32767,
          "protocol": "<string>"
        },
        "compendium": 123,
        "created_date": "2023-11-07T05:31:56Z",
        "deleted_date": "2023-11-07T05:31:56Z",
        "description": "<string>",
        "id": 123,
        "lab_connection": 123,
        "practice_secondary_id": "<string>",
        "user_facing": true
      },
      "follow_up_method": "<string>",
      "id": 123,
      "printable_view": "<string>",
      "requisition": 123,
      "resolution": {
        "created_date": "2023-11-07T05:31:56Z",
        "deleted_date": "2023-11-07T05:31:56Z",
        "document": 123,
        "id": 123,
        "note": "<string>",
        "resolving_document": 123
      },
      "signed_by": 123,
      "signed_date": "2023-11-07T05:31:56Z",
      "site": {
        "name": "<string>",
        "address": "<string>",
        "city": "<string>",
        "created_date": "2023-11-07T05:31:56Z",
        "deleted_date": "2023-11-07T05:31:56Z",
        "fax": "<string>",
        "id": 123,
        "phone": "<string>",
        "practice_created": 123,
        "state": "<string>",
        "suite": "<string>",
        "vendor": {
          "display_name": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "zip": "<string>"
      },
      "special_insurance": {
        "code": "<string>",
        "name": "<string>"
      },
      "specimens": [
        {
          "body_site": {
            "code": "<string>",
            "text": "<string>",
            "deleted_date": "2023-11-07T05:31:56Z"
          },
          "container_id": "<string>",
          "modifiers": [
            {
              "modifier": {
                "code": "<string>",
                "text": "<string>",
                "deleted_date": "2023-11-07T05:31:56Z"
              },
              "sequence": 32767,
              "specimen": 123,
              "deleted_date": "2023-11-07T05:31:56Z"
            }
          ],
          "test": 123,
          "description": "<string>",
          "id": 123,
          "lab_order": 123
        }
      ],
      "submissions": [
        {
          "time_submitted": "2023-11-07T05:31:56Z",
          "id": 123,
          "lab_order": 123,
          "state": "<string>",
          "state_metadata": "<string>",
          "time_acknowledged": "2023-11-07T05:31:56Z"
        }
      ],
      "tags": [
        123
      ],
      "test_date": "2023-12-25",
      "vendor": 123
    }
  ],
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

document_date__gt
string<date-time>
document_date__gte
string<date-time>
document_date__lt
string<date-time>
document_date__lte
string<date-time>
from_signed_date
string<date-time>
limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

order_by
string

Which field to use when ordering the results.

patient
integer<int64>[]

Multiple values may be separated by commas.

practice
integer<int64>[]

Multiple values may be separated by commas.

to_signed_date
string<date-time>
unsigned
boolean

Response

200 - application/json
results
object[]
required
count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"