Interface: Encounter
A single Encounter Activity. code is the encounter type; statusCode is the
encounter status; effectiveTime is the visit/admission period; narrative
is the resolved <text> reference.
Example
import type { Encounter } from "@cosyte/ccda";
function encounterType(e: Encounter): string | undefined {
return e.code?.code;
}
Properties
code?
readonlyoptionalcode?:CD
effectiveTime?
readonlyoptionaleffectiveTime?:IVL_TS
ids
readonlyids: readonlyII[]
moodCode?
readonlyoptionalmoodCode?:string
narrative?
readonlyoptionalnarrative?:string
statusCode?
readonlyoptionalstatusCode?:string