Interface HealthCharacteristicsOutput

Output of getCharacteristics.

Only the names requested in input.names appear as keys in the response. A key with a null value means the characteristic was requested but is not available or the user has not filled it in. Names that were not requested are absent from the response.

Hierarchy

  • HealthCharacteristicsOutput

Properties

biologicalSex?: null | "male" | "female" | "other"
dateOfBirth?: null | string

ISO-8601 date (e.g. "1990-04-12").

bloodType?: null | string

"A+", "A-", "B+", "B-", "AB+", "AB-", "O+", "O-", or "unknown".

fitzpatrickSkinType?: null | string

Fitzpatrick skin type scale "I", "II", "III", "IV", "V", "VI".

wheelchairUse?: null | boolean

Generated using TypeDoc