Imports a SNOMED CT RF2 snapshot release (archive or extracted directory) into a local terminology store. The import runs as Spark jobs and replaces any previous content for the same code system version atomically.
pathling_import_snomed(
pc,
source,
storage_path,
edition_uri = NULL,
dense_id_order = NULL,
default_dialect = NULL
)The PathlingContext object.
The path to an RF2 release archive or extracted directory, on any filesystem accessible through the Hadoop FileSystem API.
The terminology store location, created if absent.
An explicit SNOMED edition/version URI, overriding detection. Defaults to NULL.
How dense identifiers are assigned to concepts, either "code-order" (the default) or "pre-order". The pre-order makes the runtime hierarchy index materially smaller, in exchange for identifiers that shift more between releases. Defaults to NULL.
The dialect whose preferred synonyms become the stored display of every concept, given as a dialect tag such as "en-GB", as a private-use dialect extension tag, or as a language reference set identifier. When NULL, the dialect is chosen from the release: the sole language reference set where there is only one, or US English for the International edition. A release that holds several and is not the International edition fails the import, naming the candidates. Defaults to NULL.
The PathlingContext object, invisibly.
Other terminology import functions:
pathling_import_fhir_terminology()