Config
Index
Properties
dateTimeFormatOptions
displayOrder
Control the display order used by the algorithm Useful when you want to turn on / off some specific rules for some reason
displaySeparator
Override separator between each part of "Dosage"
fromCodeableConceptToString
Function to turn a codeable concept (e.g SNOMED CT "311504000") into a string for humans (e.g "With or after food") The choice to handle extension, local valueset, ... is thus under the hands of people ;)
fromExtensionsToString
Function to turn extension(s) into a string for humans. The choice to handle national extensions, ... is thus under the hands of people ;)
fromFHIRQuantityUnitToString
Function to turn a quantity unit (e.g UCUM "ml") into a string for humans (e.g "militier") The choice to handle plural form or not is thus under the hands of people ;)
i18nConfig
I18next config
language
BCP 47 language code to setup the library with
To control the formatting of dateTime objects. If not provided, will use the defaults according locale e.g. "20/01/2024"
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#options