Interface: ProblemConcern
A Problem Concern Act: the clinical-concern wrapper around one or more
Problem observations. status is the resolved active/resolved/
inactive state (from the concern statusCode); effectiveTime is the
concern window (onset → resolution).
Example
import type { ProblemConcern } from "@cosyte/ccda";
function isActive(c: ProblemConcern): boolean {
return c.status === "active";
}
Properties
effectiveTime?
readonlyoptionaleffectiveTime?:IVL_TS
ids
readonlyids: readonlyII[]
problems
readonlyproblems: readonlyProblem[]
status
readonlystatus:ConcernStatus