v1
latestSwagger 2.02026-08-061791731.4 MBHealth Concerns
{{baseUrl}}/persons/:personId/chart/health-concerns/social-history
Gets a patient's social history for health concern.
get/persons/{personId}/chart/health-concerns/social-history
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose health concerns social history are being retrieved.
Query parameters
$topstring required
(Required)
$filterstring required
(Required)
$orderbystring required
(Required)
$skipstring required
(Required)
$inlinecountstring required
(Required)
$countstring required
(Required)
Headers
Acceptstring required
Response
OK
Example response
{
"Items": [
{
"exerciseType": "<string>",
"exerciseType2": "<string>",
"exerciseType3": "<string>",
"exerciseFrequency": "<string>",
"exerciseHoursWork": "<string>",
"alcoholUsage": "<string>",
"alcoholType": "<string>",
"alcoholFrequency": "<string>",
"amountPerDay": "<string>",
"lastAlcoholicBeverage": "<string>",
"drugs": "<string>",
"drugAge": "<string>",
"drugType1": "<string>",
"drugFrequency1": "<string>",
"drugRoute": "<string>",
"drugType2": "<string>",
"drugFrequency2": "<string>",
"drugRoute2": "<string>",
"drugType3": "<string>",
"drugFrequency3": "<string>",
"drugRoute3": "<string>",
"drugTreatment": "<string>",
"drugTreatmentCount": "<string>",
"drugMedicalAttention": "<string>",
"drugMedicalAttentionCount": "<string>",
"educationLevel": "<string>",
"degree": "<string>",
"passiveSmoker": "<string>",
"encounterId": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"encounterTimestamp": "<string>",
"tobaccoUserProfile": "<string>",
"passiveTobaccoType": "<string>",
"passiveLengthExposure": "<string>",
"passiveLevelExposure": "<string>",
"employmentName": "<string>",
"employmentStatus": "<string>",
"employmentRestrictions": "<string>",
"occupation": "<string>",
"employmentRetireDate": "<string>",
"employmentId": "<string>",
"tobaccoUseHealthConcern": "<string>",
"tobaccoUseCategory": "<string>",
"exerciseHealthConcern": "<string>",
"exerciseCategory": "<string>",
"alcoholIntakeHealthConcern": "<string>",
"alcoholIntakeCategory": "<string>",
"employmentDetailHealthConcern": "<string>",
"employmentDetailCategory": "<string>",
"drugMisuseBehaviorHealthConcern": "<string>",
"drugMisuseBehaviorCategory": "<string>",
"educationalAchievementHealthConcern": "<string>",
"educationalAchievementCategory": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
},
{
"exerciseType": "<string>",
"exerciseType2": "<string>",
"exerciseType3": "<string>",
"exerciseFrequency": "<string>",
"exerciseHoursWork": "<string>",
"alcoholUsage": "<string>",
"alcoholType": "<string>",
"alcoholFrequency": "<string>",
"amountPerDay": "<string>",
"lastAlcoholicBeverage": "<string>",
"drugs": "<string>",
"drugAge": "<string>",
"drugType1": "<string>",
"drugFrequency1": "<string>",
"drugRoute": "<string>",
"drugType2": "<string>",
"drugFrequency2": "<string>",
"drugRoute2": "<string>",
"drugType3": "<string>",
"drugFrequency3": "<string>",
"drugRoute3": "<string>",
"drugTreatment": "<string>",
"drugTreatmentCount": "<string>",
"drugMedicalAttention": "<string>",
"drugMedicalAttentionCount": "<string>",
"educationLevel": "<string>",
"degree": "<string>",
"passiveSmoker": "<string>",
"encounterId": "<string>",
"enterpriseId": "<string>",
"practiceId": "<string>",
"personId": "<string>",
"encounterTimestamp": "<string>",
"tobaccoUserProfile": "<string>",
"passiveTobaccoType": "<string>",
"passiveLengthExposure": "<string>",
"passiveLevelExposure": "<string>",
"employmentName": "<string>",
"employmentStatus": "<string>",
"employmentRestrictions": "<string>",
"occupation": "<string>",
"employmentRetireDate": "<string>",
"employmentId": "<string>",
"tobaccoUseHealthConcern": "<string>",
"tobaccoUseCategory": "<string>",
"exerciseHealthConcern": "<string>",
"exerciseCategory": "<string>",
"alcoholIntakeHealthConcern": "<string>",
"alcoholIntakeCategory": "<string>",
"employmentDetailHealthConcern": "<string>",
"employmentDetailCategory": "<string>",
"drugMisuseBehaviorHealthConcern": "<string>",
"drugMisuseBehaviorCategory": "<string>",
"educationalAchievementHealthConcern": "<string>",
"educationalAchievementCategory": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}
],
"NextPageLink": "<string>",
"Count": "<string>"
}