Interface: NamingSystemRegistry
The resolver consulted by the identity- and code-conversion paths.
Properties
resolveAssigningAuthority
readonlyresolveAssigningAuthority: (hd) =>string|undefined
Resolve an assigning authority (HD) to a FHIR Identifier.system URI, or undefined when it
cannot be resolved safely. Never synthesizes a URI from HD.1 alone.
Parameters
hd
HD
Returns
string | undefined
resolveCodeSystem
readonlyresolveCodeSystem: (mnemonic) =>string|undefined
Resolve a v2 coding-system mnemonic to a canonical URI, or undefined when unrecognized.
Parameters
mnemonic
string
Returns
string | undefined