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?
readonlyoptionalroute?:CWE
RXR-1 route of administration (HL7 Table 0162).
site?
readonlyoptionalsite?:CWE
RXR-2 administration site (HL7 Table 0163).