UNPKG

fhirtypes

Version:
12 lines (11 loc) 299 B
import { IElement } from '../base'; import { IIdentifier } from './IIdentifier'; export interface IReference extends IElement { reference?: string; type?: string; identifier?: IIdentifier; display?: string; _display?: IElement; _type?: IElement; _reference?: IElement; }