Skip to content

feat: support multiple file uploads in lab report parser#128

Open
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-03-13T03-02Z
Open

feat: support multiple file uploads in lab report parser#128
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-03-13T03-02Z

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Mar 13, 2026

  • New enum values added for appointment and insurance providers: "sonora_quest" support for AppointmentPscLabs, AppointmentProvider, and ClientFacingLabs; "derived_readiness" for IndexColumnExprIndex; and "apero" and "pverify" for PayorCodeExternalProvider.
  • The parserCreateJob method now accepts an array of files instead of a single file. Existing calls must be updated to wrap the file parameter in an array: parserCreateJob([file], request) instead of parserCreateJob(file, request).
  • New parameters added to lab test methods: orderTransactionId for filtering orders, allowStale for cached appointment availability, and clinicalNotes for order creation. The bookPscAppointment method now accepts idempotency headers for safer appointment booking.
  • The SDK now supports comprehensive lab account management through the new LabAccountClient with methods to retrieve team lab accounts. Order transaction tracking is available via the new OrderTransactionClient providing transaction details and result access. Lab test creation now supports specifying lab accounts and lab slugs, while marker queries can be filtered by lab slug. Order queries support filtering by transaction ID, and appointments now include order transaction references.
  • New compendium search capabilities for lab test discovery and matching across different lab providers. Order transaction tracking now available for payment processing workflows. Samsung Health provider support added. Enhanced lab test creation with lab account selection and clinical notes.
  • The SDK now supports comprehensive lab result analysis with order transaction tracking, compendium search capabilities for test conversion between labs, and lab account management with delegated flow support. New derived readiness column expressions enable advanced querying of health data. Samsung Health provider and Sonora Quest lab are now supported.

Update the lab report parser job creation to accept an array of files instead of a single file. This enables batch processing of multiple lab reports in a single request.

Key changes:
- Changed parserCreateJob parameter from single file to file array
- Updated form data handling to append multiple files
- Modified JSDoc examples to reflect array usage
- Refactored query parameter construction in introspect client

🌿 Generated with Fern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants