Interface: Problem
A single Problem Observation. value is the coded condition (SNOMED CT /
ICD-10-CM), the field most consumers want; code is the observation's
problem-type code. negated (from @negationInd) and nullFlavor are
distinct, a negated problem ("no chest pain") is not an unknown one.
Example
import type { Problem } from "@cosyte/ccda";
const p: Problem = { ids: [], value: { code: "59621000", codeSystem: "2.16.840.1.113883.6.96" } };
Properties
code?
readonlyoptionalcode?:CD
effectiveTime?
readonlyoptionaleffectiveTime?:IVL_TS
ids
readonlyids: readonlyII[]
narrative?
readonlyoptionalnarrative?:string
negated?
readonlyoptionalnegated?:boolean
nullFlavor?
readonlyoptionalnullFlavor?:string
value?
readonlyoptionalvalue?:CD