Interface: VitalSignsOrganizer
A Vital Signs Organizer: the cluster wrapper around one or more
VitalSign observations taken together. code is the cluster code;
statusCode is the organizer status; vitals are the member readings.
Example
import type { VitalSignsOrganizer } from "@cosyte/ccda";
function clusterSize(o: VitalSignsOrganizer): number {
return o.vitals.length;
}
Properties
code?
readonlyoptionalcode?:CD
ids
readonlyids: readonlyII[]
statusCode?
readonlyoptionalstatusCode?:string
vitals
readonlyvitals: readonlyVitalSign[]