Skip to main content
Version: v0.0.3

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?

readonly optional code?: CD


ids

readonly ids: readonly II[]


statusCode?

readonly optional statusCode?: string


vitals

readonly vitals: readonly VitalSign[]