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


package ca.uhn.fhir.rest.server.interceptor.s13n.standardizers
  • Interface Summary
    Interface
    Description
    Contract for standardizing textual primitives in the FHIR resources.
  • Class Summary
    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.
    Standardizes last names by capitalizing all characters following a separators (e.g.
     
    Standardizes phone numbers to fit 123-456-7890 pattern.
    Standardizes text literals by removing noise characters.