v1
latestSwagger 2.02026-08-061791731.4 MBProblems
{{baseUrl}}/persons/:personId/chart/problems
Gets a list of patient problems after performing additional OData query operations.
get/persons/{personId}/chart/problems
Path parameters
personIdstring required
(Required) (Required) The id of the person for which the problems are being displayed
Query parameters
$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"personId": "<string>",
"description": "<string>",
"fullySpecifiedName": "<string>",
"isChronic": "<string>",
"hasSecondaryCondition": "<string>",
"problemStatusId": "<string>",
"problemStatus": "<string>",
"recentNoteId": "<string>",
"lastAddressedDate": "<string>",
"onsetDate": "<string>",
"resolvedDate": "<string>",
"resolvedReason": "<string>",
"conceptId": "<string>",
"isComorbid": "<string>",
"isDeleted": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}