Drug Intolerance
Drug Intolerance
Source Object: Drug Intolerance
The Drug Intolerance source object is used to record and manage instances where patients exhibit intolerance or adverse reactions to specific drugs. This information is crucial for healthcare providers to ensure patient safety and avoid prescribing medications that may cause harm.
Overview
In healthcare, it's essential to document and track instances where patients exhibit intolerance or adverse reactions to certain drugs. The Drug Intolerance source object provides a structured way to record and manage this information. It captures details such as the drug name, the patient affected, the nature of the reaction, its severity, and relevant dates.
Usage
The Drug Intolerance source object serves several important purposes within a healthcare platform:
- Patient Safety: It helps ensure patient safety by recording and tracking drug intolerances or adverse reactions, preventing the prescription of such drugs in the future.
- Medication Management: Healthcare providers can use this data to make informed decisions about drug prescriptions, avoiding drugs that patients have previously shown intolerance to.
- Allergy Assessment: Drug intolerances may be indicative of broader allergies or sensitivities. This information can be used to assess patients for related allergies.
- Medical Records: It becomes a part of the patient's medical record, allowing for comprehensive and accurate patient history.
- Clinical Decision Support: Integrated healthcare systems can use this data to provide clinical decision support, warning providers about potential intolerances or interactions.
- Research and Reporting: Aggregated data on drug intolerances can be used for research, reporting, and adverse event analysis.
The Drug Intolerance source object plays a vital role in patient safety and medication management within healthcare systems, ensuring that patients receive appropriate and safe treatment.
Mapping Table
Data Field | Source Field Data Type | Resource Mapping Context | Source Data Field Cardinality | Source Data Field Description | Example Value | Source Data Field Validation Rule | Mapped FHIR Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapped FHIR Data Field Type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
created_date | DateTime | Top Level | 0..1 | The date the drug was created | 2016-05-02T13:29:28Z | - | AllergyIntolerance | recordedDate | - | NA | - | TBD |
deleted_date | DateTime | Top Level | 0..1 | The date the drug was deleted | 2016-05-02T13:29:28Z | - | AllergyIntolerance | extension[*].valueDateTime | - | NA | deleted-date | TBD |
id | Integer | Top Level | 0..1 | The id of the Drug Intolerance | 64296189993 | - | AllergyIntolerance | id | - | NA | - | TBD |
name | String | Top Level | 0..1 | The Drug Intolerance's name; e.g. what drug the patient cannot tolerate | tylenol | - | AllergyIntolerance | code.coding[1].display | - | NA | - | TBD |
patient | Integer | Top Level | 1..1 | The id of the patient | 140756523220993 | - | AllergyIntolerance | patient.reference | - | NA | - | TBD |
reaction | String | Top Level | 0..1 | The type of reaction the patient experiences when taking the drug | Hives | - | AllergyIntolerance | reaction[1].description | - | NA | - | TBD |
severity | String | Top Level | 0..1 | The severity of the patient's reaction | 24484000 | - | AllergyIntolerance | reaction[1].severity | - | NA | - | TBD |
start_date | DateTime | Top Level | 0..1 | The date of onset for the drug intolerance | 1980-01-01 | - | AllergyIntolerance | onsetDateTime | - | NA | - | TBD |
status | Boolean | Top Level | 0..1 | Whether the drug intolerance is active or not | 1 | 1,0 | AllergyIntolerance | clinicalStatus.code.coding[1].code and clinicalStatus.code.coding[1].display | - | NA | - | TBD |