fhirtypes
Version:
9 lines (8 loc) • 305 B
TypeScript
import { IBackboneElement, IElement } from '../base';
import { IReference } from '../datatypes';
import { IdentityAssuranceLevelType } from '../types';
export interface IPersonLink extends IBackboneElement {
target: IReference;
assurance?: IdentityAssuranceLevelType;
_assurance?: IElement;
}