Back to the BIM & IFC blog
Standards · 2026-03-15 · 9 min
ISO 19650 Compliance for IFC Deliveries: A Practical Checklist
ISO 19650 specifies information requirements for BIM deliveries. Here is what that means for your IFC files — from filename conventions to embedded project metadata — and how to verify compliance before submission.
ISO 19650 Compliance for IFC Deliveries: A Practical Checklist — IFC Viewer Online article cover
ISO 19650 is the international standard for managing information over the whole life cycle of a built asset using BIM. Part 2 covers information management during capital delivery phases — which is where most IFC delivery requirements originate.
Part 1: File Naming Convention
ISO 19650-2 §6.3 specifies a filename structure built from fields separated by hyphens: [Project] - [Originator] - [Volume/System] - [Level/Location] - [Type] - [Role] - [Classification] - [Number].[Extension].
Part 2: IfcProject Metadata
ISO 19650-2 §9.2 requires that IfcProject contain: LongName (the official project name), Description (a brief project description), and ObjectType (the project type and phase). These three fields are the minimum — and they're missing in the majority of IFC files in practice.
Part 3: File Header Traceability
The IFC STEP file header FILE_NAME record has author and organization fields. ISO 19650-2 §9.1 requires these to be populated for traceability. Most tools leave them as empty strings by default.
ISO 19650 Compliance Checklist
- Filename follows the convention specified in the PIR.
- IfcProject.LongName = official project name as it appears in contracts.
- IfcProject.Description = brief project description.
- IfcProject.ObjectType = project type and current phase.
- FILE_NAME author field = originator's full name.
- FILE_NAME organization field = originator's company name.
- All physical elements have IfcRelAssociatesClassification.
- Classification system matches the one agreed in the PIR.
- Health Score ≥ 80 (structural quality prerequisite for formal delivery).
Turning the Checklist Into an Agreement
A checklist only changes behaviour once it is somebody's obligation. The wording that puts these items into a BIM Execution Plan is in BEP clauses that actually prevent bad IFC deliveries; the table the receiver applies at the gate is in IFC acceptance criteria; and what travels alongside the file is in what to hand over with an IFC model.
ISO 19650 Compliance for IFC Deliveries: A Practical Checklist