v1
latestSwagger 2.02026-08-061791731.4 MBProblems
{{baseUrl}}/persons/:personId/chart/problems/:problemId/interactions
Gets patient interactions for an existing problems after adding the problem so that user will be aware of the contraindications while updating them.
get/persons/{personId}/chart/problems/{problemId}/interactions
Path parameters
personIdstring required
(Required) (Required) The id of the person whose interactions are being retrieved
problemIdstring required
(Required) (Required) The id of the problem for which interactions are being retrieved.
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>"
}
]
}
]