Interface: TranslateUnmapped
A fail-safe unmapped translation - the never-fabricate outcome. The source is surfaced as-is;
no target is ever guessed. Any group.unmapped fallback the author declared is reported via
UnmappedMode (and fixedTarget/otherMapUrl) for the caller to accept or reject - the
engine does not silently substitute it.
Properties
code
readonlycode:"TERM_TRANSLATE_UNMAPPED"
The stable diagnostic code for an unmapped translation.
fixedTarget?
readonlyoptionalfixedTarget?:Coding
For mode: "fixed", the author's fixed fallback coding - reported, not auto-applied.
mode
readonlymode:UnmappedMode
The map author's declared fallback mode (or none).
otherMapUrl?
readonlyoptionalotherMapUrl?:string
For mode: "other-map", the referenced map's URL - reported, not auto-followed.
provenance
readonlyprovenance:MapProvenance
Where the (failed) translation was attempted.
source
readonlysource:Coding
The original source Coding, surfaced untouched.
unmapped
readonlyunmapped:true
Discriminant: the source did not map.