Retrieve Social History

Retrieves any known Social History Observations for the specified member.

Request

GET /user/v1member/:id/medicalrecord/socialhistory

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/socialhistory' \
    -u 'Bearer:{your_token}'
GET https://platform.wellviasolutions.com/user/v1/member/{memberid}/medicalrecord/socialhistory HTTP/1.1

Response

A list of Social History Observation Objects if a valid identifier was provided.