Searches for patient user defined fields with optional filtering by field name and/or field ID. When both filters are provided, returns the union (fields matching either criterion). When no filters are provided, returns all user defined fields for the patient.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The search request containing MRN and optional filters.

Request model for searching patient user defined fields with optional filtering.

string
required
length ≥ 1

Medical record number of the patient. Required.

string | null

Optional field label to filter by. Only the field matching this label is returned.
When used with FieldId, the union of both filters is returned.

int64 | null

Optional field definition ID to filter by. Only the field matching this ID is returned.
When used with FieldName, the union of both filters is returned.

int32

Zero-based page index. Defaults to 0.

int32

Number of items per page. Defaults to 100 if not specified or zero.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json