Package ca.uhn.fhir.rest.server.interceptor.s13n.standardizers


package ca.uhn.fhir.rest.server.interceptor.s13n.standardizers
  • Class
    Description
    Standardizes email addresses by removing whitespace, ISO control characters and applying lower-case to the values.
    Standardizes first name by capitalizing all characters following a separators (e.g. -, ') and removing noise characters.
    Contract for standardizing textual primitives in the FHIR resources.
    Standardizes last names by capitalizing all characters following a separators (e.g. -, '), capitalizing "Mac" and "Mc" prefixes and keeping name particles in lower case.
     
    Standardizes phone numbers to fit 123-456-7890 pattern.
    Standardizes text literals by removing noise characters.