Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The increasing volume of data across enterprise systems demands a rigorous approach to data governance. The CAN/CSA-ISO/IEC 11179-1-16 standard, the Canadian adoption of the international standard ISO/IEC 11179-1:2015, provides the foundational framework for creating and managing Metadata Registries (MDR). This article provides a technical examination of its scope, core structural requirements, practical implementation strategies, and critical compliance considerations for data architects and standards professionals.
Part 1 of the ISO/IEC 11179 series specifically defines the framework for a Metadata Registry. It establishes the essential concepts and terminology used across all other parts of the series (Parts 2-6). The scope includes:
This standard is applicable to any organization that needs to describe data formally. It is heavily utilized in government administration, healthcare informatics, statistical agencies, and scientific research.
The standard’s primary technical contribution is the formal structure it imposes on metadata. It outlines a clear hierarchy for data specification. The core requirement is the separation of a data element’s conceptual meaning from its representational form.
The framework defines a strict conceptual model. The relationship between these four levels is critical for compliance:
| Level | Component | Definition |
|---|---|---|
| 1 | Data Element Concept (DEC) | A concept that can be represented by a data element. Note: It is independent of any specific representation. Example: “Person Date of Birth”. |
| 2 | Conceptual Domain | A set of conceptual value meanings (e.g., a classification of types, a context for a date). |
| 3 | Value Domain | A set of permissible values for a Data Element (e.g., a specific date format: `YYYY-MM-DD`). |
| 4 | Data Element | A unit of data that combines a DEC with a specific Value Domain. Example: “Person Date of Birth” (DEC) expressed as “YYYY-MM-DD” (Value Domain). |