PatientInfectionContro
This table contains basic information about patient infections.
| Column Name | Type | Description |
|---|---|---|
| InfectionAddedUtcDateTime | DATETIME | The UTC date and time that the infection was added to the patient chart. |
| RequiresManualResolutionIndicator | VARCHAR | Indicates whether the infection should not automatically expire. 'Y' indicates that the infection requires clinical judgement to be marked as resolved. 'N' or NULL indicates that it is safe for the infection to expire automatically if an expiration date is given. |
| InfectionRecordIdentifier | NUMERIC | The unique identifier for the infection record. |
| InfectionAddedByUserIdentifier | VARCHAR | The unique ID associated with the user who added the infection. This column is frequently used to link to the CLARITY_EMP table. |
| PatientEncounterContactSerialNumber | NUMERIC | The unique contact serial number for this contact. This number is unique across all patient encounters in your system. If you use IntraConnect, this is the Unique Contact Identifier (UCI). |
| InfectionRecordCategoryIdentifier | INTEGER | The record type category ID for the infection. |
| ResolvingUserIdentifier | VARCHAR | The unique ID associated with the user who resolved the infection. This column is frequently used to link to the CLARITY_EMP table. |
| RecordLogOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| InfectionCreationMethodIdentifier | INTEGER | The how added category ID for the infection. This indicates the method by which the infection was added to the patient chart. |
| In | DATETIME | The local date and time that the infection was resolved in the patient chart. |
| InfectionExpirationDate | DATETIME | The date when the infection is set to automatically expire. |
| InfectionResolvedUniversalTime | DATETIME | The UTC date and time that the infection was resolved in the patient chart. |
| PatientIdentifier | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| RecordOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| InfectionAddedLocalTime | DATETIME | The local date and time that the infection was added to the patient chart. |
| InfectionSpecimenTypeCategoryIdentifier | INTEGER | The specimen type category ID for the infection. |
| InfectionStatusCategory | INTEGER | The infection status category ID for the infection. |
| InfectionSpecimenSourceCategoryIdentifier | INTEGER | The specimen source category ID for the infection. |