Supported Formats

json

Errors

Code Description
401 Unauthorized
500 Server crashed for some <%= reason %>

Params

Param name Description
access_token
required

CarePaths User OAuth Token

Validations:

  • Must be String.

code
optional

LOINC code of requested Diagnostic Report i.e. 24323-8 or loinc.org|24323-8

Validations:

  • Must be string.

category
optional

Category of Diagnostic Report i.e. lab

Validations:

  • Must be string.

date
optional

Date of Diagnostic Report with optional prefix in the form of two letters i.e. lt/gt/le/ge

Validations:

  • Must be string.

patient
optional

ID of the requested patient

Validations:

  • Must be number.

start_date
optional

Start date for dataset; Format YYYY-MM-DD

Validations:

  • Must be Date.

end_date
optional

End date for dataset; Format YYYY-MM-DD

Validations:

  • Must be Date.