Lab Orders
This section of EMR APIs for the Lab Order provides comprehensive endpoints to manage lab orders for medical clinics. The /v1/lab-orders/create endpoint (POST) allows creating a lab order by specifying patient and account details, medical history, cycle information, test details (e.g., PGT, NACE, EMMA), biopsy information, and optional comments. The /v1/lab-orders/list endpoint (GET) retrieves a paginated list of lab orders, including their metadata, such as approval status and timestamps. The /v1/lab-orders/get/{ID} endpoint (GET) fetches detailed information about a specific lab order by its ID. The /v1/lab-orders/update endpoint (PUT) enables updating an existing lab order with revised details, while the /v1/lab-orders/action endpoint (PATCH) is used for specific actions, such as status updates. These APIs provide structured, detailed input and output schemas to support medical diagnostic workflows efficiently.
Last updated