Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
ISO 29585 specifies a framework for the representation, management, and interchange of clinical knowledge using archetypes. Archetypes are formal, computable definitions of clinical content that are separate from the underlying information model (typically the ISO 13606 reference model or the openEHR reference model). This separation of clinical knowledge from information technology infrastructure is a paradigm shift in health informatics. Rather than hard-coding clinical concepts into database schemas and application logic, archetypes allow domain experts — clinicians, nurses, and allied health professionals — to define clinical content directly. The standard supports the full archetype lifecycle including creation, validation, versioning, repository management, and querying.
| Component | Purpose | Example |
|---|---|---|
| Reference Model | Defines generic building blocks | COMPOSITION, SECTION, ENTRY, CLUSTER |
| Archetype | Constrains the reference model for clinical concepts | Blood pressure archetype, Medication order archetype |
| Template | Combines multiple archetypes for use cases | Emergency department admission template |
| Terminology Binding | Links archetype nodes to terminologies | SNOMED CT, LOINC, ICD-11 |
ISO 29585 provides comprehensive guidance on archetype development methodology. Each archetype must include: (a) a unique identifier (archetype ID) following a hierarchical naming convention; (b) purpose and use description in machine-readable form; (c) definition section containing the clinical concept structure; (d) ontology section with terminology bindings; (e) language and translation section for multilingual support. The standard defines the Archetype Definition Language (ADL) as the primary formalism, with an XML representation (ADL-XML) for systems interoperability. Archetype validation includes structural validation against the reference model, semantic validation of terminology bindings, and clinical validation by domain experts.
The standard also addresses archetype specialization: a child archetype inherits all constraints from its parent and may add additional constraints. For example, a “Systolic Blood Pressure” archetype is a specialization of the generic “Blood Pressure” archetype. Version management follows semantic versioning (major.minor.patch), with major version changes indicating incompatible constraint modifications that may affect existing data instances.
The practical impact of ISO 29585 is substantial. Health systems in the United Kingdom (NHS), Australia (NEHTA), Brazil, and multiple Nordic countries have adopted archetype-based architectures for their national electronic health record (EHR) programs. The standard enables semantic interoperability — the ability of different healthcare systems to exchange and interpret clinical data meaningfully. This is particularly important for cross-border healthcare, clinical research, and population health management. Machine learning and artificial intelligence applications in healthcare benefit significantly from archetype-structured data, as the explicit semantic encoding of clinical concepts enables more accurate feature extraction and model generalization.