| Code | Description |
|---|---|
| 401 | Unauthorized |
| 500 | Server crashed for some <%= reason %> |
GET /Orders?access_token=Pn4p4dV8wKy5p8awLR9CYQRWdsgNYLRxRef5DdYEDt1smi6jkMbfu2Zmp9q3Svkh
200
[
{
"resourceType": "Order",
"code": "24357-6",
"effectiveDateTime": "20150622",
"basedOn": "Urinalysis macro (dipstick) panel - Urine",
"conclusionCode": "LOINC"
}
]
GET /Orders?access_token=Pn4p4dV8wKy5p8awLR9CYQRWdsgNYLRxRef5DdYEDt1smi6jkMbfu2Zmp9q3Svkh 403
| Param name | Description |
|---|---|
|
access_token
optional |
CarePaths User OAuth Token Validations:
|
|
start_date
optional |
Start date for dataset; Format YYYY-MM-DD Validations:
|
|
end_date
optional |
End date for dataset; Format YYYY-MM-DD Validations:
|
List of resources
| Param name | Description |
|---|---|
|
resource_type
required |
Order Validations:
|
|
code
required |
Validations:
|
|
effective_date_time
required |
Validations:
|
|
based_on
required |
Validations:
|
|
result
required |
Validations:
|
|
conclusion_code
required |
Validations:
|