An organization can reference a parent organization. Users may be associated with an Organization. An Organization may be associated with a Location. A User, Location, or Organization may have an address.
Element Name | Organization |
---|---|
Parent Elements | AdminData |
Element XPath(s) | /ODM/AdminData/Organization |
Element Textual Value | None |
Attributes | OID, Name, Role, Type, PartOfOrganizationOID, LocationOID |
Child Elements | (Description?, Address*, Telecom*) |
Usage/Business Rules |
|
Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rule(s) |
---|---|---|---|---|
OID | oid | Required | Unique identifier for the organization. |
|
Name | name | Required | Formal, human readable name of the organization. |
|
Role | text | Optional | Role of the organization in the current study. | |
Type | (Sponsor | Site | CRO | Lab | Other | TechnologyProvider) | Required | Categorization of organizations associated with clinical studies. |
|
LocationOID | oidref | Optional | Reference to a location where data is collected and/or study subjects are treated. |
|
PartOfOrganizationOID | oidref | Optional | Reference to a parent organization. |
|
Example: Organization
Organization
<Organization OID="ORG.007" Name="James Bond Inc" Type="TechnologyProvider" PartOfOrganizationOID="ORG.MI6"> <Description><TranslatedText xml:lang="en" Type="text/plain">My favorite secret technology provider</TranslatedText></Description> <Address> <StreetName>Griesegg</StreetName> <HouseNumber>39</HouseNumber> <City>Tarrenz</City> <StateProv>Tyrol</StateProv> <Country>Austria</Country> <PostalCode>6464</PostalCode> <GeoPosition Longitude="47.264928751" Latitude="10.7592135405" Altitude="840"/> <OtherText>Appartment 3</OtherText> </Address> <Telecom TelecomType="Email" Value="info@JamesBondInc.org"/> <Telecom TelecomType="Fax" Value="+43-1234-56789"/> </Organization>
Overview
Content Tools