GYN History
Source Object: GNY History
Overview and Usage: The "GNY History" source object in athena EHR is designed to capture a patient's medical history and related information, specifically focusing on a set of questions and answers. This source object is valuable for recording and tracking a patient's history, including past medical events, conditions, and treatments. Here's an overview of key fields and their usage:
- Question: The "question" field represents a specific medical or health-related question that the patient or healthcare provider may answer.
- Question ID: "questionid" may serve as a unique identifier for each question, allowing for precise categorization and reference.
- Answer: The "answer" field records the patient's response or information related to the specific question.
- Answer Last Modified By: "answerlastmodifiedby" identifies the user or entity that last modified the answer. It helps track changes and updates to the patient's medical history.
- Answer Last Modified Date and Time: "answerlastmodifieddatetime" specifies when the answer was last modified, providing a timestamp for reference.
- Note: "note" offers a space for additional notes or comments related to the answer, question, or specific medical history details.
- Section Note: "sectionnote" captures overall notes or comments specific to the section of GNY history.
- Delete: "delete" indicates whether the question and its associated data have been marked for deletion or removal.
The "GNY History" source object is essential for maintaining a comprehensive medical history for each patient. It enables healthcare providers to document the patient's responses to specific health-related questions, facilitating a thorough understanding of the patient's health background. Developers can utilize this source object to create features and applications that streamline the management of medical history data within athena EHR.
| 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 answer given by the patient to the question. | String | 0..1 | QuestionnaireResponse | item[1].answer[1].valueString | - | - | Top Level | |
| answerlastmodifiedby | - | The username of the provider who last modified the answer. | String | 0..1 | QuestionnaireResponse | authored | - | - | Top Level | |
| question | - | Question being inquired about. | String | 0..1 | QuestionnaireResponse | item[1].text | - | - | Top Level | |
| questionid | - | athena ID for the question. | String | 0..1 | QuestionnaireResponse | id | - | - | Top Level | |
| answerlastmodifieddatetime | - | The date and time the answer was last modified. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | last-modified-by | Top Level | |
| note | - | Any special notes. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | note | Top Level | |
| notelastmodifiedby | - | The username of the provider who last modified the note. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | note-last-modified-by | Top Level | |
| notelastmodifieddatetime | - | The date and time the note was last modified. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | note-last-modified-datetime | Top Level | |
| sectionnote | - | Additional notes for the entire OB/GYN history section, if any. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | section-note | Top Level | |
| sectionnotelastmodifiedby | - | The username of the provider who last modified the section note. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | section-note-last-modified-by | Top Level | |
| sectionnotelastmodifieddatetime | - | The date and time the section note was last modified. | String | 0..1 | QuestionnaireResponse | extension[*].valueString | - | section-note-last-modified-datetime | Top Level | |
| sectionnotelastmodifiedby | - | The username of the provider who last modified the section note. | String | 0..1 | QuestionnaireResponse | meta.extension[*]valueString | section-note-last-modified-by | Top Level | ||
| sectionnotelastmodifieddatetime | - | The date and time the section note was last modified. | String | 0..1 | QuestionnaireResponse | meta.extension[*].valueDateTime | section-note-last-modified-datetime | Top Level | ||
| questions.answer | - | The answer given by the patient to the question. | string | 0..1 | QuestionnaireResponse | item.answer.valueString | Top Level | |||
| questions.description | - | Description of the code. | string | 0..1 | QuestionnaireResponse | item.extension[*].valueCodableConcept.coding.display | Top Level | |||
| questions.answerlastmodifiedby | - | Last username to modify question. | string | 0..1 | QuestionnaireResponse | item.extension[*].valueString | answer-last-modified-by | Top Level | ||
| questions.answerlastmodifieddatetime | - | The date and time that the question was last modified. | string | 0..1 | QuestionnaireResponse | item.extension[*].valueDateTime | answer-last-modified-datetime | Top Level | ||
| questions.notelastmodifiedby | - | Last username to modify question. | string | 0..1 | QuestionnaireResponse | item.extension[*].valueString | note-last-modified-by | Top Level | ||
| questions.notelastmodifieddatetime | - | The date and time that the question was last modified. | string | 0..1 | QuestionnaireResponse | item.extension[*].valueDateTime | note-last-modified-datetime | Top Level | ||
| questions.note | - | Any special notes. | string | 0..1 | QuestionnaireResponse | item.extension[*].valueString | note | Top Level | ||
| questions.question | - | Disease being inquired about. | string | 0..1 | QuestionnaireResponse | item.text | Top Level | |||
| questions.questionid | - | athena ID for the question. | number | 0..1 | QuestionnaireResponse | id | Top Level | |||
| sectionnote | - | Additional notes for the entire medical history section, if any. | string | 0..1 | QuestionnaireResponse | meta.extension[*]valueString | section-note | Top Level | ||
| delete | - | Remove the answer to this question. | Boolean | 0..1 | QuestionnaireResponse | item.extension[*].valueString | delete | Top Level |