-
Notifications
You must be signed in to change notification settings - Fork 6
/
UserProfile.xml
65 lines (65 loc) · 4.82 KB
/
UserProfile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8" ?>
<ODM xmlns="http://www.cdisc.org/ns/odm/v1.3" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:redcap="https://projectredcap.org" xsi:schemaLocation="http://www.cdisc.org/ns/odm/v1.3 schema/odm/ODM1-3-1.xsd" ODMVersion="1.3.1" FileOID="000-00-0000" FileType="Snapshot" Description="User Profile" AsOfDateTime="2017-11-28T15:42:56" CreationDateTime="2017-11-28T15:42:56" SourceSystem="REDCap" SourceSystemVersion="7.6.9">
<Study OID="Project.UserProfile">
<GlobalVariables>
<StudyName>User Profile</StudyName>
<StudyDescription>This file contains the metadata, events, and data for REDCap project "User Profile".</StudyDescription>
<ProtocolName>User Profile</ProtocolName>
<redcap:RecordAutonumberingEnabled>1</redcap:RecordAutonumberingEnabled>
<redcap:CustomRecordLabel>[user_id]</redcap:CustomRecordLabel>
<redcap:SecondaryUniqueField></redcap:SecondaryUniqueField>
<redcap:SchedulingEnabled>0</redcap:SchedulingEnabled>
<redcap:Purpose>0</redcap:Purpose>
<redcap:PurposeOther></redcap:PurposeOther>
<redcap:ProjectNotes></redcap:ProjectNotes>
</GlobalVariables>
<MetaDataVersion OID="Metadata.UserProfile_2017-11-28_1542" Name="User Profile" redcap:RecordIdField="profile_id">
<FormDef OID="Form.profile_info" Name="Profile Info" Repeating="No" redcap:FormName="profile_info">
<ItemGroupRef ItemGroupOID="profile_info.profile_id" Mandatory="No"/>
<ItemGroupRef ItemGroupOID="profile_info.profile_info_complete" Mandatory="No"/>
</FormDef>
<ItemGroupDef OID="profile_info.profile_id" Name="Profile Info" Repeating="No">
<ItemRef ItemOID="profile_id" Mandatory="No" redcap:Variable="profile_id"/>
<ItemRef ItemOID="user_id" Mandatory="Yes" redcap:Variable="user_id"/>
<ItemRef ItemOID="user_phone" Mandatory="Yes" redcap:Variable="user_phone"/>
<ItemRef ItemOID="user_address" Mandatory="Yes" redcap:Variable="user_address"/>
<ItemRef ItemOID="user_name_on_prescription" Mandatory="No" redcap:Variable="user_name_on_prescription"/>
<ItemRef ItemOID="user_dea" Mandatory="No" redcap:Variable="user_dea"/>
<ItemRef ItemOID="user_license" Mandatory="No" redcap:Variable="user_license"/>
</ItemGroupDef>
<ItemGroupDef OID="profile_info.profile_info_complete" Name="Form Status" Repeating="No">
<ItemRef ItemOID="profile_info_complete" Mandatory="No" redcap:Variable="profile_info_complete"/>
</ItemGroupDef>
<ItemDef OID="profile_id" Name="profile_id" DataType="text" Length="999" redcap:Variable="profile_id" redcap:FieldType="text">
<Question><TranslatedText>Profile ID</TranslatedText></Question>
</ItemDef>
<ItemDef OID="user_id" Name="user_id" DataType="text" Length="999" redcap:Variable="user_id" redcap:FieldType="text" redcap:RequiredField="y">
<Question><TranslatedText>REDCap Username</TranslatedText></Question>
</ItemDef>
<ItemDef OID="user_phone" Name="user_phone" DataType="text" Length="999" redcap:Variable="user_phone" redcap:FieldType="text" redcap:TextValidationType="phone" redcap:RequiredField="y">
<Question><TranslatedText>Phone</TranslatedText></Question>
</ItemDef>
<ItemDef OID="user_address" Name="user_address" DataType="text" Length="999" redcap:Variable="user_address" redcap:FieldType="textarea" redcap:RequiredField="y">
<Question><TranslatedText>Address</TranslatedText></Question>
</ItemDef>
<ItemDef OID="user_name_on_prescription" Name="user_name_on_prescription" DataType="text" Length="999" redcap:Variable="user_name_on_prescription" redcap:FieldType="text" redcap:FieldNote="e.g. Joe Doe, MD.">
<Question><TranslatedText>Name on Prescription</TranslatedText></Question>
</ItemDef>
<ItemDef OID="user_dea" Name="user_dea" DataType="text" Length="999" redcap:Variable="user_dea" redcap:FieldType="text">
<Question><TranslatedText>DEA Number</TranslatedText></Question>
</ItemDef>
<ItemDef OID="user_license" Name="user_license" DataType="text" Length="999" redcap:Variable="user_license" redcap:FieldType="text">
<Question><TranslatedText>Medical License Number</TranslatedText></Question>
</ItemDef>
<ItemDef OID="profile_info_complete" Name="profile_info_complete" DataType="text" Length="1" redcap:Variable="profile_info_complete" redcap:FieldType="select" redcap:SectionHeader="Form Status">
<Question><TranslatedText>Complete?</TranslatedText></Question>
<CodeListRef CodeListOID="profile_info_complete.choices"/>
</ItemDef>
<CodeList OID="profile_info_complete.choices" Name="profile_info_complete" DataType="text" redcap:Variable="profile_info_complete">
<CodeListItem CodedValue="0"><Decode><TranslatedText>Incomplete</TranslatedText></Decode></CodeListItem>
<CodeListItem CodedValue="1"><Decode><TranslatedText>Unverified</TranslatedText></Decode></CodeListItem>
<CodeListItem CodedValue="2"><Decode><TranslatedText>Complete</TranslatedText></Decode></CodeListItem>
</CodeList>
</MetaDataVersion>
</Study>
</ODM>