Interface: CsvSource
An RFC-4180 CSV source (quoted fields, embedded commas/quotes/newlines) - e.g. LOINC's
Loinc.csv. The one release format that needs real quote handling; hand-rolled, zero-dep. BYO.
Properties
columns
readonlycolumns:CsvColumnMap
Which header-named columns hold the code/display/status/properties.
content
readonlycontent:string
The raw CSV file content.
format
readonlyformat:"csv"
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.
version?
readonlyoptionalversion?:string
The release version.