Skip to main content
Version: v0.0.3

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?

readonly optional code?: CD


effectiveTime?

readonly optional effectiveTime?: IVL_TS


ids

readonly ids: readonly II[]


moodCode?

readonly optional moodCode?: string


narrative?

readonly optional narrative?: string


statusCode?

readonly optional statusCode?: string