Clinical Resources
Social History
Overview
The Social History section captures the lifestyle and social context of a patient, including occupation, education, living situation, and substance use.
Structuring this information supports risk assessment, care planning, and population-health analytics, where social factors often carry as much weight as clinical findings.
Clinical Data in Source Documents
Social history is usually documented in a dedicated Social History section, and sometimes woven into the History of Present Illness or a nursing assessment.
It commonly records occupation, marital status, and living arrangement, along with tobacco, alcohol, and other substance use, each with a status and, where noted, a frequency or quantity.
JSON Output
During processing, the platform extracts the available details into a structured JSON object.
The extracted fields include:
- Occupation, Education, Marital Status, Housing: The patient’s social and living context.
- Substance Use: A list of entries, each with a type, status, and frequency.
- Page Number: The source page, for traceability.
FHIR Output
Social history is mapped to FHIR Observation resources categorized as social-history. Each distinct factor, such as tobacco use or living situation, becomes its own Observation so it can be coded and trended independently.
Key mappings include:
- Factor: Populated into
Observation.code.text, for example “Tobacco use”. - Category: Set to
social-historyto separate these from clinical findings. - Value: The status and detail are captured in
Observation.valueString. - Patient Link:
Observation.subjectreferences the patient.