Skip to content

DummyHospitalNameLookup

Based on Extensible Algorithm Framework

The DummyHospitalNameLookup algorithm is an instance of the Secure Lookup Algorithm Framework.

This algorithm performs a lookup on the input value and returns a value from the provided lookup file. It is possible for this algorithm to produce the same output value for different input values. Inputs to this algorithm are case-sensitive so two inputs with the same value in different cases may mask to different values. Leading and trailing whitespaces are preserved by this algorithm.

The lookup values for this algorithm are non-real hospital names.

For example:

  • "Hospital 1" → "Community Hospital"
  • "New York General Hospital" → "St. Patrick's Medical Center"
  • "California Health Institute" → "Gotham City Mental Hospital"
  • "Children's Hospital of Philadelphia" → "Hogwarts Medical Clinic"