Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pieterbos/04376f166cae45b86f6f7c9fbc273ec1 to your computer and use it in GitHub Desktop.
Save pieterbos/04376f166cae45b86f6f7c9fbc273ec1 to your computer and use it in GitHub Desktop.
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