Interface: PQ
Parsed HL7 v3 Physical Quantity. value is the parsed number (omitted when
@value was non-numeric), raw is the verbatim @value string, and unit
is the UCUM unit when present.
Example
import type { PQ } from "@cosyte/ccda";
const dose: PQ = { value: 81, raw: "81", unit: "mg" };
Properties
nullFlavor?
readonlyoptionalnullFlavor?:string
raw?
readonlyoptionalraw?:string
unit?
readonlyoptionalunit?:string
value?
readonlyoptionalvalue?:number