Skip to main content
Version: v0.0.4

Interface: MedicationRoute

One RXR (Pharmacy/Treatment Route) grouped under its parent RX* segment. route is HL7 Table 0162 (CWE); site is Table 0163 (CWE). Provenance travels on the CWE (route.nameOfCodingSystem): a "PO" route is only safe to act on when you know the system it was coded against.

Example

import type { MedicationRoute } from "@cosyte/hl7";
const r: MedicationRoute = { route: { identifier: "PO", text: "Oral" } };

Properties

route?

readonly optional route?: CWE

RXR-1 route of administration (HL7 Table 0162).


site?

readonly optional site?: CWE

RXR-2 administration site (HL7 Table 0163).