-- -- component: openEHR Reference Model (RM) -- description: openEHR Reference Model schema. This file format is based on the BMM specification -- http://www.openehr.org/releases/BASE/latest/docs/bmm/bmm.html -- keywords: reference model, meta-model, archetypes -- author: Thomas Beale -- support: https://openehr.atlassian.net/projects/SPECPR -- copyright: Copyright (c) 2016 openEHR Foundation -- license: Apache 2.0 License -- ------------------------------------------------------ -- BMM version on which these schemas are based. ------------------------------------------------------ bmm_version = <"2.1"> ------------------------------------------------------ -- schema identification -- (schema_id computed as __) ------------------------------------------------------ rm_publisher = <"openehr"> schema_name = <"base"> rm_release = <"1.0.0"> ------------------------------------------------------ -- schema documentation ------------------------------------------------------ schema_revision = <"1.0.0.1"> schema_lifecycle_state = <"stable"> schema_description = <"openEHR Release 1.0.0 BASE model foundation and base types packages"> schema_author = <"Thomas Beale "> ------------------------------------------------------ -- includes ------------------------------------------------------ includes = < ["1"] = < id = <"openehr_base_foundation_types_1.0.0"> > ["2"] = < id = <"openehr_base_base_types_1.0.0"> > >