v1
latestSwagger 2.02026-08-061791731.4 MBProblems
{{baseUrl}}/persons/:personId/chart/problems/interactions
This route is meant to be used in conjunction with the POST for Patient Problem. The results of this route will be required by the POST for verification that interactions were viewed.
get/persons/{personId}/chart/problems/interactions
Path parameters
personIdstring required
(Required) (Required) The id of the person whose interactions are being retrieved.
Query parameters
$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required
Headers
Acceptstring required
Response
OK
Example response
[
{
"personId": "<string>",
"isRequired": "<string>",
"acknowledged": "<string>",
"severityLevel": "<string>",
"description": "<string>",
"entityName": "<string>",
"eventType": "<string>",
"sourceId": "<string>",
"cause": "<string>",
"warningDetail": "<string>",
"warningType": "<string>",
"warning": "<string>",
"causeText": "<string>",
"overrideText": "<string>",
"durAuditKey": "<string>",
"isSuppressed": "<string>",
"isRecordedElseWhere": "<string>",
"practiceId": "<string>",
"display": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}
]