Social History
Source Object: Social History
Overview and Usage: The "Social History" source object contains data related to a patient's social history. Social history information is essential in healthcare to understand a patient's lifestyle, habits, and other non-medical factors that can impact their health. Below are key components of the "Social History" source object:
- Answer: The answer or response to a specific social history question.
- Key: A unique identifier for the social history answer.
- Last Updated: The date and time when the social history answer was last updated.
- Question: The social history question or inquiry.
- Question ID: A unique identifier for the social history question.
- Deprecated: Indicates whether the question or answer is deprecated or no longer in use.
- Last Updated By: The user or entity that last updated the social history answer.
- Note: Additional notes or comments related to the social history answer.
- Note Last Updated By: The user or entity that last updated the notes.
- Note Last Updated Date: The date and time when the notes were last updated.
- Not Performed Reason: The reason for not performing or answering a specific question.
- Ordering: The order or sequence in which the questions and answers are presented.
- Template ID: A unique identifier for the template used for social history questions and answers.
- Delete: Indicates whether the social history answer is marked for deletion.
- Not Performed Reason Code: A code indicating the reason for not performing or answering a specific question.
- Template Name: The name of the template used for social history questions and answers.
- Questions:
- Question: The social history question or inquiry.
- Input Type: The type of input or response expected for the question.
- Key: A unique identifier for the social history question.
- Question ID: A unique identifier for the question.
- Deprecated: Indicates whether the question is deprecated or no longer in use.
- Ordering: The order or sequence in which the questions are presented.
- Options: Available options or choices for the question, if applicable.
Social history data provides valuable context for healthcare providers to offer patient-centered care and support, taking into consideration social and lifestyle factors that influence a patient's well-being.
Mapping Table
Data Field | Example Value | Source Data Field Description | Source Field Data Type | Source Data Field Cardinality | Mapped FHIR++ Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapping Context |
---|---|---|---|---|---|---|---|---|---|---|
answer | - | The patient answer to this question | String | 0..1 | QuestionnaireResponse | item[1].answer[1].valueString | - | - | - | Top Level |
key | - | Unique key for this question. | String | 0..1 | QuestionnaireResponse | item[1].linkId | - | - | - | Top Level |
lastupdated | - | The date this answer was last updated (or first answered if never updated). | String | 0..1 | QuestionnaireResponse | authored | - | - | - | Top Level |
question | - | Human readable question | String | 0..1 | QuestionnaireResponse | item[1].text | - | - | - | Top Level |
questionid | - | (Deprecated) Unique ID for this question within this template. | Integer | 0..1 | QuestionnaireResponse | id | - | - | - | Top Level |
deprecated | - | A value of 1 indicates that the question has been deprecated. A deprecated question is a\n\t\t\t\t\t\t\t\tquestion that was previously supported, and is now considered obsolete for any number of reasons;\n\t\t\t\t\t\t\t\tit could've been replaced with another question, the nature of the question is no longer relevant,\n\t\t\t\t\t\t\t\tetc. While these questions may still be answered, the use of them is not recommended, and the\n\t\t\t\t\t\t\t\tquestion will display as "deleted" in the client's workflow. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | - | deprecated | Top Level |
lastupdatedby | - | Username of the provider who last modified the answer to this question. This API attribute is being rolled out and will be Generally Available on or before July 1, 2022. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | - | last-modified-by | Top Level |
note | - | The notes associated with this question. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | - | note | Top Level |
notelastupdatedby | - | The username of the user who last updated the note. This API attribute is being rolled out and will be Generally Available on or before July 1, 2022. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | - | note-last-updated-by | Top Level |
notelastupdateddate | - | The date this note was last updated (or first added if never updated). | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | - | note-last-updated-date | Top Level |
notperformedreason | - | The reason this question was not performed. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | - | not-performed-reason | Top Level |
ordering | - | Display ordering for this question within this template | Integer | 0..1 | QuestionnaireResponse | extension[*].valueInteger | - | - | ordering | Top Level |
templateid | - | The template where this question is listed | Integer | 0..1 | QuestionnaireResponse | extension[*].valueInteger | - | - | template-id | Top Level |
delete | - | remove the answer to this question. | Boolean | 0..1 | QuestionnaireResponse | extension[*].valueBoolean | delete | Top Level | ||
notperformedreason.code | - | the snomed code code for not performed reason | Integer | 0..1 | QuestionnaireResponse | extension[*].valueInteger | Snomed | not-performed-reason-code | Top Level | |
templatename | - | Name for this social history template | String | 0..1 | Questionnaire | name | - | - | - | Top Level |
templateid | - | ID for this social history template | Integer | 0..1 | Questionnaire | id | - | - | - | Top Level |
questions.question | - | Human readable question | String | 0..1 | Questionnaire | item[*].text | - | - | - | Top Level |
questions.inputtype | - | Input type for this question. Valid values are DROPDOWN, NUMERIC, FREETEXT, YESNO, and DATE | String | 0..1 | Questionnaire | item[*].type | - | - | - | Top Level |
questions.key | - | Unique key for this question. | String | 0..1 | Questionnaire | item[*].linkId | - | - | - | Top Level |
questions.questionid | - | (Deprecated) Unique ID for this question within this template. | Integer | 0..1 | Questionnaire | item[*].id | - | - | - | Top Level |
questions.deprecated | - | A value of 1 indicates that the question has been deprecated. A deprecated question is a question that was previously supported, and is now considered obsolete for any number of reasons; it could've been replaced with another question, the nature of the question is no longer relevant, etc. While these questions may still be answered, the use of them is not recommended, and the question will display as "deleted" in the client's workflow. | String | 0..1 | Questionnaire | item[].extension[].valueString | - | - | deprecated | Top Level |
questions.ordering | - | Display ordering for this question within this template | Integer | 0..1 | Questionnaire | item[].extension[].valueInteger | - | - | ordering | Top Level |
questions.options | - | If the inputtype is DROPDOWN, this contains the list of key => value selections. | String | 0..1 | Questionnaire | item[].answerOption[].valueCoding | - | - | - | Top Level |