Information about a specific user of a clinical data collection or data management system.
Element Name | User |
---|---|
Parent Elements | AdminData |
Element XPath(s) | /ODM/AdminData/User |
Element Textual Value | None |
Attributes | OID, UserType, OrganizationOID, LocationOID |
Child Elements | (UserName?, Prefix?, Suffix?, FullName?, GivenName?, FamilyName?, Image?, Address*, Telecom*) |
Usage/Business Rules |
|
Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rule(s) |
---|---|---|---|---|
OID | oid | Required | Business Rules |
|
UserType | (Sponsor | Investigator | Subject | Monitor | Data analyst | Care provider | Assessor | Lab | Other) | Optional | User's role in the study. |
|
OrganizationOID | oidref | Optional | Reference to an Organization elment. |
|
LocationOID | oidref | Optional | Reference to a Location element. |
|
Example: User
User
<User OID="USR.007" UserType="Data analyst" OrganizationOID="ORG.MI6" LocationOID="LOC.MI6.LONDON"> <UserName>James007</UserName> <Prefix>Mr</Prefix> <Suffix>VII</Suffix> <FullName>James Bond</FullName> <GivenName>James</GivenName> <FamilyName>Bond</FamilyName> <Image ImageFileName="Fleming007impression.jpg" MimeType="image/jpg" href="https://en.wikipedia.org/wiki/James_Bond#/media/File:Fleming007impression.jpg"/> <Address> <StreetName>Albert Embankment</StreetName> <HouseNumber>85</HouseNumber> <City>London</City> <Country>Great Britain</Country> <PostalCode>SE1 7FY</PostalCode> <OtherText>Vauxhall, Lambeth</OtherText> </Address> <Telecom TelecomType="Email" Value="James@MI6.org"/> </User>
Overview
Content Tools