v1
latestSwagger 2.02026-08-061791731.4 MBProblems
{{baseUrl}}/persons/:personId/chart/problems/:problemId1
Gets the details of a patient problem.
get/persons/{personId}/chart/problems/{problemId}
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose problem is being retrieved
problemIdstring required
(Required) (Required) The id of the problem
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"description": "<string>",
"fullySpecifiedName": "<string>",
"conceptId": "<string>",
"sideId": "<string>",
"site": "<string>",
"onsetDate": "<string>",
"lastAddressedDate": "<string>",
"resolvedDate": "<string>",
"resolvedReason": "<string>",
"resolvedBy": "<string>",
"problemStatusId": "<string>",
"problemStatus": "<string>",
"recentNoteId": "<string>",
"clinicalStatusId": "<string>",
"isChronic": "<string>",
"hasSecondaryCondition": "<string>",
"isDeleted": "<string>",
"locationId": "<string>",
"providerId": "<string>",
"isRecordedElsewhere": "<string>",
"recordedElsewhereSource": "<string>",
"responsibleProviderId": "<string>",
"isComorbid": "<string>",
"createdBy": "<string>",
"createTimestamp": "<string>",
"modifiedBy": "<string>",
"modifyTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"modifyTimestampTimezone": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}