In the rapidly evolving landscape of construction technology, BIM is no longer just about 3D modeling—it is about Information Management. For years, the industry relied on the PAS 1192 suite, but the global shift to ISO 19650 has standardized how we organize, digitize, and manage information across the entire lifecycle of a built asset.
For BIM Managers, Coordinators, and Architects, the challenge isn't understanding why we need standards—it's understanding how to apply them technically within software like Autodesk Revit.
If you have ever stared at a PDF of the ISO 19650-2 guidelines and wondered, "How do I translate this into my Revit Project Browser?", this guide is for you. We will break down the theoretical requirements of the standard and translate them into actionable Revit workflows, ensuring your firm remains compliant, competitive, and efficient.
1. The Core Philosophy: Why ISO 19650 Matters for Revit Users
Before diving into parameters and templates, it is crucial to understand that ISO 19650 is fundamentally about reducing data friction. It is a methodology that ensures that when an Architect sends a model to a Structural Engineer, the Engineer knows exactly what the file is, what state it is in, and if it can be relied upon.
For a Revit user, this standard impacts three critical pillars of daily work:
- ▹Naming Conventions: The rigid structure of file and view names.
- ▹The Common Data Environment (CDE): The specific states of data (WIP, Shared, Published).
- ▹Information Quality: The depth of metadata (Level of Information Need) attached to geometry.
Implementation is not just about satisfying a client mandate; it is about protecting your team from working on outdated information and automating the administrative burden of document control.
2. Step 0: The Execution Plan and National Annexes
ISO 19650 is an international standard, but it often works in tandem with a National Annex. For example, the UK National Annex provides specific codes for naming fields that might differ slightly from an Annex used in Singapore or Australia.
Action Item: Before touching Revit, consult your project's BIM Execution Plan (BEP). The BEP should define the specific codes for:
- ▹Originator: (e.g., "ACM" for Acme Architects)
- ▹Volume/System: (e.g., "ZZ" for all volumes or "B1" for Block 1)
- ▹Levels: (e.g., "01" for Floor 1)
- ▹Roles: (e.g., "A" for Architect)
Without these definitions clearly mapped out in Excel or a BEP document, setting up Revit is impossible.
3. Configuring the Revit Template: The Foundation
Compliance begins at the template level. Trying to retrofit an active project to ISO 19650 standards is a nightmare; starting with a compliant template is seamless.
A. Implementing the Naming Convention
ISO 19650 mandates a unique ID for every information container (file). A typical format looks like this:
Revit does not natively force you to save a file with this name, but you must enforce it for Sheets and Exports.
Strategy:
Don't use the standard Revit "Sheet Number" parameter alone. Instead, create Shared Parameters for each field of the naming convention:
- ▹
ISO_ProjectCode(Text) - ▹
ISO_Originator(Text) - ▹
ISO_Volume(Text) - ▹
ISO_Level(Text) - ▹
ISO_Type(Text) - ▹
ISO_Role(Text) - ▹
ISO_Number(Text - e.g., 0001)
Add these to your Title Block family and create a concatenated Label that automatically combines these parameters with hyphens. This ensures PDF outputs are mechanically generated and compliant.
B. Project Information
Go to Manage > Project Information. This is where your high-level ISO data lives.
Create Project Parameters for the static parts of the naming convention (like Project Code and Originator). Every view, sheet, and export will then carry the correct project identity tags.
4. Managing the CDE States Inside Revit
ISO 19650 dictates that information moves through four distinct states:
- ▹Work In Progress (WIP): Unverified data, internal use only.
- ▹Shared: Verified data, shared for coordination.
- ▹Published: Authorized data, signed off for construction or tender.
- ▹Archived: A record of information transactions.
How to Mirror This in Revit Project Browser:
- ▹Create a Project Parameter (Text) called
CDE_StateorView_Classificationand apply it to Views and Sheets. - ▹Define values such as:
- ▹
01_WIP_Design - ▹
02_WIP_Validation - ▹
03_SHARED_Export
- ▹
- ▹Go to View > User Interface > Browser Organization and create a new sorting rule grouping views by
CDE_State.
Result:
Users see a clear folder structure. WIP work stays isolated. Only verified views are shared, preventing accidental errors.
5. Metadata and Classification (Uniclass 2015)
ISO 19650 emphasizes structured data. Elements should be classified using Uniclass 2015 to ensure downstream software can interpret the model correctly.
Implementing in Revit:
- ▹Download the latest Uniclass 2015 classification tables from NBS.
- ▹Load into Revit via Manage > Additional Settings > Assembly Code.
- ▹Assign codes in the Type Properties of elements, e.g.,
EF_25_10for External Walls.
Tip: Always load the source file to avoid typos that cause validation errors.
6. Revision Control: Alphanumeric vs Numeric
ISO 19650 specifies:
- ▹Preliminary (WIP) versions:
P01,P02, etc. - ▹Contractual (Shared/Published) versions:
C01,C02, or numeric01,02.
Steps in Revit:
- ▹Go to View > Sheet Issues/Revisions.
- ▹Under Numbering, select Alphanumeric.
- ▹Create sequences for Preliminary and Contractual revisions.
- ▹Issue revisions using the correct sequence.
7. Level of Information Need (LOIN)
LOIN focuses on information sufficiency, not over-modeling:
- ▹Only model what is required for the project stage.
- ▹Strip heavy families (e.g., high-poly chairs).
- ▹Use visibility parameters (Yes/No) to manage detail levels.
8. Exporting to the CDE
When publishing to cloud platforms:
- ▹Go to Collaborate > Publish Settings.
- ▹Create a set named
ISO_SHARED_EXPORT. - ▹Include only 3D views and Sheets in the Shared state.
- ▹Uncheck WIP views.
- ▹Save and sync.
IFC Deliverables:
- ▹Ensure IFC export mapping aligns with categories.
- ▹Override elements that do not match automatically.
Conclusion: Compliance is a Mindset
Implementing ISO 19650 in Revit requires upfront effort, but ensures:
- ▹Clarity: Everyone knows where to find information.
- ▹Consistency: Uniform project structure.
- ▹Scalability: Ready for Tier 1 contractors and government mandates.
Embedding these standards into templates shifts compliance from memory to software logic — the hallmark of a mature BIM firm.
Related Reading
- ▹Internal: BIM Execution Plan Best Practices
- ▹Internal: Level of Detail vs Level of Information Need
References
- ▹ISO 19650-1 & 2 Standards
- ▹NBS Uniclass 2015 Classification
- ▹Autodesk Revit Documentation
End of technical report.
Return to Index