import type { Coding } from 'fhir/r4'; export interface CodeSystemLookupPromise { promise: Promise>; oldCoding: Coding; newCoding?: Coding; }