Surgical History
Source Object: Surgical History
Overview and Usage: The "Surgical History" source object contains data related to a patient's surgical history. This information is important for healthcare providers to understand a patient's past surgical procedures and their associated details. Below are the key components of the "Surgical History" source object:
- Note: General notes or information related to the surgical history.
- Procedure Code: The code associated with a specific surgical procedure.
- Procedure Date: The date when the surgical procedure was performed.
- Procedure ID: A unique identifier for the surgical procedure.
- Section Note: Notes or information related to a specific section of the surgical history.
- PATIENT FACING CALL: Indicates if the information is patient-facing and can be communicated to the patient.
- THIRD PARTY USERNAME: The username of a third party or external entity related to the surgical history.
Surgical history data is essential for healthcare professionals to provide comprehensive care to patients, ensuring they have a complete understanding of past surgeries and their implications.
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 |
---|---|---|---|---|---|---|---|---|---|---|
note | - | Any additional notes | String | 0..1 | Procedure | note[1].text | - | - | - | Top Level |
procedurecode | - | Procedure code identifying the performed procedure for the given surgery | String | 0..1 | Procedure | code.coding[1].code | system="CPT" | - | - | Top Level |
proceduredate | - | Effective date of the procedure | String | 0..1 | Procedure | performedDateTime | - | - | - | Top Level |
procedureid | - | athena ID for this surgery | Integer | 0..1 | Procedure | id | - | - | - | Top Level |
sectionnote | - | any additional section notes | String | 0..1 | Procedure | extension[*].valueString | - | - | section-note | Top Level |
PATIENTFACINGCALL | - | When 'true' is passed we will collect relevant data and store in our database. | Boolean | 0..1 | Procedure | extension[*].valueBoolean | - | - | patient-facing-call | Top Level |
THIRDPARTYUSERNAME | - | User name of the patient in the third party application. | String | 0..1 | Procedure | extension[*].valueString | - | - | third-party-user-name | Top Level |