Information Management in Construction Projects - Feature Image

How to prevent information loss on construction projects?

Have you ever wondered why, despite the exponential growth of digital data in construction project information management, stakeholders’ understanding of that data seems to continuously diminish?

The root cause: information silos that fragment information management in construction projects at every stage.

This article delves deep into the complexities of information management in construction projects, exploring the systemic challenges that prevent effective knowledge transfer and data continuity.

Table of Contents

The Data Paradox: Growth vs. Understanding

Throughout the lifecycle of construction projects, information management faces a paradoxical challenge:

  • Digital data production increases exponentially
  • Meaningful interpretation of information dramatically decreases
  • Project stakeholders struggle to maintain comprehensive information management in construction projects

This phenomenon is aptly illustrated in a research visualization that shows a stark decline in information understanding with a transition to each project phase.

Knowledge loss on the stage transitions
Information loss during phases transition. Resource: https://www.researchgate.net/publication/311495556_Bridging_The_Performance_Gap_Information_Delivery_Manual_Framework_To_Improve_Life-Cycle_Information_Availability

Why Information Gets Lost and why is it a problem?

Not all data loss is detrimental. Some information naturally becomes archival as a project evolves. However, the scale of knowledge erosion is often far more significant than necessary.

Why do information management in construction projects efforts consistently fail? Several critical factors emerge:

  1. Changing Team Compositions
    1. Different teams handle various project phases
    2. While some roles (like architects) remain consistent, many teams exit during the project
    3. New team members join later, bringing different perspectives
  2. Software Discontinuity
    1. Design stages rely heavily on BIM Authoring tools
    2. Construction phases shift to viewers and field solutions
    3. Other phases rely on other tools or spreadsheets
    4. This transition creates barriers to accessing embedded information
  3. Shifting Focus Areas – Each project stage has distinct objectives:
    1. Planning: Function
    2. Design: Shape and Form
    3. Construction: Details and Materials
    4. Facility Management: Maintenance and Operations

A Practical Example: Medical Equipment Installation

Consider the journey of medical equipment through a hospital project – a perfect illustration of information management in construction projects complexities:

Stage 1: Medical Planning

It starts with Medical Planners that use database or Excel software to specify the equipment e.g. its dimensions, weight, connection to building installations, medical gasses, etc. They also care about the room requirements for that equipment: capacity for ventilation, load bearing floor, radiation barrier and other requirements.

Stage 2: Design

Architects must translate planners’ requirements into a model, often without deep expertise in that matter. They have to rely on provided data – miscommunication here can lead to design flaws.

Stage 3: Construction

Designers specify form and materials. That information should be present in the model, drawings and technical descriptions that are delivered to the contractor. Critical details like for instance a requirement for lead sheets in a wall for radiation protection might get lost in translation, potentially resulting in inadequate construction.

Stage 4: Procurement

Parallel to construction happens procurement and the delivery of the equipment. Procurement teams often struggle with disconnected specifications, which complicates supplier selection and tendering processes.

Stage 5: Assembly and Testing

At the tangent of construction and procurement is assembly and testing of the equipment. Misalignments from previous stages manifest here, potentially requiring on-site reworks or retesting.

Stage 6: Facility Management

In the end, the supplier delivers maintenance, operation and management documentation. Disconnected delivery makes equipment maintenance challenging, risking invalid maintenance procedures.
Information Management in Construction Projects - errors on stages interface
Information Management in Construction Projects - errors on stages interface

Proposed Solutions

To mitigate information loss and enhance information management in construction projects, I recommend:

  1. Enhanced Digitalization
    1. Move beyond merely having digital data
    2. Ensure data is accessible to relevant stakeholders
  2. Silo Connection
    1. Create smoother transitions between project stages
    2. Minimize data fragmentation
  3. Comprehensive Data History
    1. Maintain an activity log of decisions, notes, and changes
    2. Provide context for new team members

How can we do that?

The best would be to achieve that without the necessity to make too many changes to our current processes.

Use similar workflows.

Use the same software.

Is that even possible?

It might be.

We have to take a look at this continuity from a data perspective.

Let’s circulate back to the example of an equipment and break down its information path:

  1. First, it is created in a database (or an Excel) with some information about requirements
  2. Then, the designer models an object in BIM Authoring software
  3. Onthe  construction site, it exists in an IFC model, the drawing and technical specification available tothe  responsible team as a scope of work
  4. For procurement, it exists in another spreadsheet or procurement software
  5. Mounting and testing – another checklist to verify if the equipment has been delivered and if it works properly
  6. Handover still works as a folder with pdfs, graphs and schemas describing that equipment type.
Information Flow and management in Construction Projects
Data circulation in different places during consecutive project stages.

Do you see the thread here?

The same or similar data travel from one software to another. We can connect it with a thread.

Unique object tag.

Something like I’ve described previously on this blog.

Why would this help?

Because we could treat this value as a Primary Key and lookup required information from other data sources.

Just like it works in relational databases.

Relation database and cardinalities

What we want to achieve is the possibility for seamless import or lookup data from one source to another and correctly associate the same objects from different sources. To perform that, we have to use the data sets we have in a way that would make it possible to create relations between them.

I’ve already given some introductions to databases and explained some simple terms. You can find it here.

The next topic in the database world is relations and their cardinalities.

Cardinality in relational databases refers to the numerical relationship between entities in different tables. It defines how many instances of one entity can be related to instances of another entity.

The key types of cardinalities are:

  • One-to-One (1:1): Each record in Table A relates to exactly one record in Table B, and vice versa. For example, each building has exactly one building permit number, and each building permit number belongs to only one building.
  • One-to-Many / Many-to-One (1:*/ *:1): A single record in Table A can relate to multiple records in Table B, but each record in B relates to only one record in A. For example, many rooms are located on one floor of a building.
  • Many-to-Many (*:*): Multiple records in Table A can relate to multiple records in Table B. This relationship requires an intermediary junction table. For example, multiple contractors can work on multiple projects. A contractor can be assigned to several construction projects, and each project can employ multiple contractors.

For a comprehensive explanation of both cardinalities and keys, you can visit Database.Guide’s article on database relationships.

Primary key properties in BIM

Focusing though on our example of the path for objects’ data throughout the project phases. To be able to retain the information, we have to establish a possibility to exchange objects’ data between different software. In every project, there are loads of different software used.

How It Works

  • Establish a consistent identifier in initial planning
  • Carry this identifier through design, construction, procurement, and facility management
  • Enable seamless data lookup and association

Where to search for cardinalities and identifiers?

In objects’ properties.

Yet different use cases and software rest on distinct properties that we can use as a Primary Key. We’ll get to that in detail in my next article.
Let us now take a look at how a potential workflow might look like:

  1. Create an object in a planning database with a unique key
  2. Carry key through design software
  3. Export to IFC for construction site – key value is inside IFC properties.
  4. For procurement systems, use the same key to gather data both from planning software and models
  5. Include key in delivery and testing checklists
  6. If the handover is in folders, give it the primary key name. If in software, use the key established in the model and other databases.

As you see here, we have full data and knowledge available throughout the entire construction process for any object that follows this path.

Summary

By treating project data as a continuous, interconnected ecosystem, we can dramatically enhance information management in construction projects. The goal is not just data preservation but creating a seamless knowledge transfer mechanism across all project stages.

Stay tuned for the next article, which will provide concrete examples of implementing unique object keys across different software platforms.

Did you like that post ? Share it with others !

We spend a lot of time and effort creating all of our articles and guides. It would be great if you could take a moment to share this post !

Share:

Comments:

Subscribe
Notify of
guest
0 Comments
Oldest
Newest
Inline Feedbacks
View all comments

Author:

Download BIM CASE STUDIES:

After reading this guide you will learn:

  • How BIM is used on the biggest projects in Norway
  • What were the challenges for the design team and how were they solved
  • What were the challenges on the construction site and what was our approach to them

Newest articles: