Created
October 29, 2020 12:49
-
-
Save pieterbos/04376f166cae45b86f6f7c9fbc273ec1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
archetype (adl_version=2.0.4; rm_release=1.1.0) | |
openEHR-EHR-CLUSTER.dv_scale_example.v0.0.1 | |
language | |
original_language = <[ISO_639-1::en]> | |
description | |
lifecycle_state = <"unmanaged"> | |
copyright = <""> | |
details = < | |
["en"] = < | |
language = <[ISO_639-1::en]> | |
purpose = <""> | |
> | |
> | |
definition | |
CLUSTER[id1] matches { -- DV_SCALE example cluster | |
items matches { | |
ELEMENT[id2] matches { | |
value matches { | |
DV_SCALE[id3] matches { | |
[value, symbol] ∈ { | |
[{1.0}, {[at1]}], | |
[{2}, {[at2]}], | |
[{2.5}, {[at3]}] | |
} | |
} | |
} | |
} | |
} | |
} | |
terminology | |
term_definitions = < | |
["en"] = < | |
["id1"] = < | |
text = <"DV_SCALE example cluster"> | |
description = <"DV_SCALE example cluster"> | |
> | |
["id2"] = < | |
text =<"dv scale element"> | |
description =<"dv scale element"> | |
> | |
["at1"] = < | |
text =<"scale value 1"> | |
description =<"scale value 1"> | |
> | |
["at2"] = < | |
text =<"scale value 2"> | |
description =<"scale value 2"> | |
> | |
["at3"] = < | |
text =<"scale value 3"> | |
description =<"scale value 3"> | |
> | |
["ac1"] = < | |
text =<"example scale values"> | |
description =<"example scale values"> | |
> | |
> | |
> | |
value_sets = < | |
["ac1"] = < | |
id = <"ac1"> | |
members = <"at1", "at2", "at3"> | |
> | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment