---
title: "Create Cardiac Order Test"
method: POST
path: "/api/2.0/cardiac_order_tests/"
tags: ["Cardiac Order Tests"]
---

# Create Cardiac Order Test

`POST /api/2.0/cardiac_order_tests/`

Returns a list of cardiac order test

## Request body

- CardiacOrderTest
  - `code` string, nullable
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `name` string, required
  - `practice` integer, required

## Response `201`

- CardiacOrderTest
  - `code` string, nullable
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `name` string, required
  - `practice` integer, required

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
