description: Aidbox user account with credentials and identity attributes. package_name: io.health-samurai.core.r4 derivation: specialization name: User type: User elements: inactive: {type: boolean, short: A Boolean value indicating the User's administrative status., index: 20} employeeNumber: {type: string, short: Numeric or alphanumeric identifier assigned to a person., index: 55} department: {type: string, short: Identifies the name of a department., index: 57} ims: type: BackboneElement short: Instant messaging addresses for the User. array: true index: 61 elements: value: {type: string, short: Instant messaging address., index: 62} display: {type: string, short: 'A human-readable name, primarily for display (READ-ONLY).', index: 63} type: {type: string, short: 'A label indicating the IM type, e.g. ''aim'', ''gtalk''.', index: 64} primary: {type: boolean, short: Indicates if this is the primary IM. Only one may be 'true'., index: 65} addresses: type: BackboneElement short: A physical mailing address for this User. array: true index: 45 elements: formatted: {type: string, short: 'Full address, formatted for display or mailing label.', index: 46} streetAddress: {type: string, short: Street address component (may contain newlines)., index: 47} locality: {type: string, short: City or locality component., index: 48} region: {type: string, short: State or region component., index: 49} postalCode: {type: string, short: Zip code or postal code., index: 50} country: {type: string, short: Country name component., index: 51} type: {type: string, short: A label indicating the address type., index: 52} email: {type: string, short: Primary email for the user., index: 31} timezone: {type: string, short: The User's time zone in the 'Olson' format., index: 21} profileUrl: {type: uri, short: A fully qualified URL pointing to a page representing the User's online profile., index: 22} division: {type: string, short: Identifies the name of a division., index: 56} locale: {type: string, short: Indicates the User's default location for localization., index: 23} password: {short: 'The User''s cleartext password, used for initial or reset scenarios.', index: 13} displayName: {type: string, short: 'The name of the User, suitable for display to end-users.', index: 12} entitlements: type: BackboneElement short: A list of entitlements for the User that represent a thing the User has. array: true index: 66 elements: value: {type: string, short: The value of an entitlement., index: 67} display: {type: string, short: 'A human-readable name, primarily used for display purposes (READ-ONLY).', index: 68} type: {type: string, short: A label indicating the attribute's function., index: 69} primary: {type: boolean, short: Indicates if this is the primary entitlement. Only one may be 'true'., index: 70} name: type: BackboneElement short: The components of the user's real name. index: 24 elements: formatted: {type: string, short: 'Full name, including titles and suffixes, formatted for display.', index: 25} familyName: {type: string, short: Family name (last name in Western languages)., index: 26} givenName: {type: string, short: Given name (first name in Western languages)., index: 27} middleName: {type: string, short: The middle name(s) of the User., index: 28} honorificPrefix: {type: string, short: 'Honorific prefix (title), e.g. ''Ms.''.', index: 29} honorificSuffix: {type: string, short: 'Honorific suffix, e.g. ''III''.', index: 30} roles: type: BackboneElement short: A list of roles for the User that collectively represent who the User is (e.g. 'Student', 'Faculty'). array: true index: 71 elements: value: {type: string, short: The value of a role., index: 72} display: {type: string, short: 'A human-readable name, primarily used for display purposes (READ-ONLY).', index: 73} type: {type: string, short: A label indicating the attribute's function., index: 74} primary: {type: boolean, short: Indicates if this is the primary role. Only one may be 'true'., index: 75} fhirUser: type: Reference short: A reference to a related FHIR resource. refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Person', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson'] index: 4 phoneNumbers: type: BackboneElement short: Phone numbers for the User. array: true index: 38 elements: value: {type: string, short: The user's phone number., index: 39} display: {type: string, short: A human-readable name for display purposes (READ-ONLY)., index: 40} type: {type: string, short: A label for the phone number's function., index: 41} primary: {type: boolean, short: Indicates if this is the primary phone number., index: 42} organization: type: Reference short: Identifies the name of an organization. refers: ['http://hl7.org/fhir/StructureDefinition/Organization'] index: 60 preferredLanguage: {type: string, short: The User's preferred written or spoken language., index: 44} costCenter: {type: string, short: Identifies the name of a cost center., index: 58} title: {type: string, short: 'The user''s title, e.g. ''Vice President''.', index: 54} x509Certificates: type: BackboneElement short: A list of certificates issued to the User. array: true index: 76 elements: value: {type: base64Binary, short: The value of an X.509 certificate (base64)., index: 77} display: {type: string, short: 'A human-readable name, primarily used for display purposes (READ-ONLY).', index: 78} type: {type: string, short: A label indicating the certificate's function., index: 79} primary: {type: boolean, short: Indicates if this is the primary certificate. Only one may be 'true'., index: 80} photos: type: BackboneElement short: URLs of photos of the user. array: true index: 81 elements: value: {type: uri, short: URL of a photo of the User., index: 82} display: {type: string, short: 'A human-readable name, primarily used for display purposes (READ-ONLY).', index: 83} type: {type: string, short: A label indicating 'photo' or 'thumbnail'., index: 84} primary: {type: boolean, short: Indicates if this is the primary photo. Only one may be 'true'., index: 85} manager: type: Reference short: Another User resource who is this User's manager. refers: ['http://health-samurai.io/fhir/core/StructureDefinition/User'] index: 59 passwordResetJti: {type: string, short: Active password-reset JWT id; non-nil means a reset link is outstanding., index: 14} photo: {type: uri, short: Primary photo for the user., index: 43} link: type: BackboneElement short: A collection of references or links associated with the user. array: true index: 6 elements: link: {type: Reference, short: A referenced resource link., index: 7} type: {type: string, short: A label indicating the link's function., index: 8} active: {type: boolean, short: Deprecated. Use 'inactive' instead. Indicates the User's administrative status., index: 19} identifier: {type: Identifier, short: A list of identifiers for the user., array: true, index: 10} twoFactor: type: BackboneElement short: Two factor settings for user. index: 15 elements: enabled: {type: boolean, short: Defines whether two-factor auth is currently enabled., index: 16} transport: {type: string, short: Transport of 2FA confirmation code (if used)., index: 17} secretKey: {type: string, short: TOTP Secret key., index: 18} required: [enabled, secretKey] gender: {type: string, short: The user's gender., index: 5} emails: type: BackboneElement short: Email addresses for the user. array: true index: 32 elements: value: {type: string, short: An individual email address (canonicalized)., index: 33} display: {type: string, short: A human-readable name for display purposes (READ-ONLY)., index: 34} type: {type: string, short: 'A label indicating the attribute''s function, e.g. ''work'', ''home''.', index: 35} primary: {type: boolean, short: Indicates if this is the primary email., index: 36} _source: {type: string, short: System Property. DO NOT USE IT., index: 0} phoneNumber: {type: string, short: Primary phone number., index: 37} securityLabel: type: BackboneElement short: List of security labels associated to the user. array: true index: 1 elements: system: {type: string, short: Code system., index: 2} code: {type: string, short: Code value., index: 3} userName: {type: string, short: 'Unique identifier for the User, typically used to directly authenticate.', index: 11} userType: {type: string, short: Identifies the relationship between the organization and the user., index: 53} data: {short: Arbitrary user-related data., index: 9} package_version: 0.2605.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/User base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2605.0