Retrieve Health Problems

Retrieves any known Health Problems for the specified member.

Request

GET /user/v1member/:id/medicalrecord/healthproblems

Path Parameters


id string : required

The unique identifier of the member.


Query Parameters


No parameters

Example


curl -XGET 'https://platform.wellviasolutions.com/user/v1/member/`{memberid}`/medicalrecord/healthproblems' \
    -u 'Bearer:`{your_token}`'
GET https://platform.wellviasolutions.com/user/v1/member/`{memberid}`/medicalrecord/healthproblems HTTP/1.1

Response

A list of Health Problem Objects if a valid identifier was provided.