Interface: RrfSource
An RRF (Rich Release Format - pipe-delimited RxNorm/UMLS release) source. One parameterized
reader serves both: RxNorm RXNCONSO/RXNSAT and UMLS MRCONSO/MRSAT share the RRF shape
(pipe-delimited, one trailing pipe per line). BYO - the consumer supplies the file.
Properties
columns
readonlycolumns:RrfColumnMap
Which columns hold the code/display/status/properties.
content
readonlycontent:string
The raw RRF file content.
format
readonlyformat:"rrf"
Discriminant.
name?
readonlyoptionalname?:string
A human-readable name.
statusMap?
readonlyoptionalstatusMap?:StatusMapper
Override the default status interpretation of the status column's raw token.
url?
readonlyoptionalurl?:string
The code system's canonical URI, attached to the loaded release.
version?
readonlyoptionalversion?:string
The release version (RRF carries none inline - supply it so displays stay release-scoped).