A physical location associated with data collection and/or treatment of subjects. 

Element NameLocation
Parent ElementsAdminData
Element XPath(s)/ODM/AdminData/Location
Element Textual ValueNone
AttributesOID, Name, Role, OrganizationOID
Child Elements(Description?, MetaDataVersionRef+, Address*, Telecom*, Query*)
Usage/Business Rules
  • Business Rule(s):
    • When the ODM FileType attribute is set to "Transactional", a Location element  must be provided for each LocationRef/@LocationOID value in  AuditRecord or Signature child elements in the ClinicalData.
  • Other Information:
    • The Location may be referenced in an AuditRecord or Signature in the ClinicalData.
    • The address of the location can be used to ascertain the local time associated with a DateTimeStamp.

AttributeSchema Datatype or EnumerationUsageDefinitionBusiness Rule(s)
OIDoidRequiredUnique identifier
  • Must be unique for a study.
NamenameRequiredHuman-readable identifier.
  • Must be unique within the set of Location definitions for the study.
RoletextOptionalSpecifies the role of this location in the study.
OrganizationOIDoidrefOptionalReference to an organization.

Example: Location

Location
<Location OID="LOC.007" Name="Example Location">
	<Description><TranslatedText xml:lang="en" Type="text/plain">Example location</TranslatedText></Description>
    <MetaDataVersionRef StudyOID="ST.001" MetaDataVersionOID="MV.001" EffectiveDate="2021-02-01"/>
    <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"/>
</Location>

  • No labels