Skip to main content
Version: v0.0.4

Interface: NamingSystemRegistry

The resolver consulted by the identity- and code-conversion paths.

Properties

resolveAssigningAuthority

readonly resolveAssigningAuthority: (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

readonly resolveCodeSystem: (mnemonic) => string | undefined

Resolve a v2 coding-system mnemonic to a canonical URI, or undefined when unrecognized.

Parameters

mnemonic

string

Returns

string | undefined