UNPKG

fhirtypes

Version:
7 lines (6 loc) 183 B
import { IElement } from '../base'; import { NarrativeStatusType } from '../types'; export interface INarrative extends IElement { status: NarrativeStatusType; div: string; }