Skip to main content
Version: v0.0.4

Variable: ERR_SEVERITIES

const ERR_SEVERITIES: object

HL7 Table 0516: Error severity (ERR-4). A v2.5+ construct (ERR was structured differently in v2.3.1).

Type Declaration

E

readonly E: "E" = "E"

Error.

I

readonly I: "I" = "I"

Information.

W

readonly W: "W" = "W"

Warning.

Example

import { ERR_SEVERITIES } from "@cosyte/hl7";
ERR_SEVERITIES.E; // "E" (Error)