v1
latestSwagger 2.02026-08-061791731.4 MBHealth Concerns
{{baseUrl}}/persons/:personId/chart/encounters/:encounterId/care-plan/health-concerns/:healthConcernId
Returns specific health concern details for a patient.
get/persons/{personId}/chart/encounters/{encounterId}/care-plan/health-concerns/{healthConcernId}
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose health concern are being fetched
encounterIdstring required
(Required) (Required) The id of the patient encounter whose health concern are being fetched
healthConcernIdstring required
(Required) (Required) The id of the health concern whose health concern are being fetched
Query parameters
$expandstring required
(Required)
Headers
Acceptstring required
Response
OK
Example response
{
"encounterId": "<string>",
"personId": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"category": "<string>",
"comments": "<string>",
"description": "<string>",
"id": "<string>",
"childRecordExists": "<string>",
"isDeleted": "<string>",
"secondaryTo": "<string>",
"identifiedDate": "<string>",
"resolvedDate": "<string>",
"codeDescription": "<string>",
"codeSystem": "<string>",
"codeValue": "<string>",
"status": "<string>",
"sequenceNumber": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}