Last active
June 7, 2018 16:33
-
-
Save pieterbos/3b9f61ccb51b0e26280efcd5b039ecc0 to your computer and use it in GitHub Desktop.
Artistic pain rating scale
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.5; rm_release=1.0.4) | |
openEHR-EHR-OBSERVATION.artistic_pain_rating_scale.v0.0.1 | |
language | |
original_language = <[ISO_639-1::en]> | |
description | |
lifecycle_state = <"unmanaged"> | |
original_author = < | |
["name"] = <"Pieter Bos"> | |
["email"] = <"[email protected]"> | |
["organisation"] = <"Nedap"> | |
> | |
details = < | |
["en"] = < | |
language = <[ISO-639_1::en]> | |
purpose = <"To rate the pain of the subject, at the same time easing their suffering with humor"> | |
> | |
> | |
definition | |
OBSERVATION[id1] matches { -- Artistic pain rating scale | |
data matches { | |
HISTORY[id2] matches { | |
events matches { | |
EVENT[id3] matches { -- Artistic pain rating scale event | |
data matches { | |
ITEM_TREE[id4] matches { | |
items matches { | |
ELEMENT[id5] matches { -- rated pain | |
value matches { | |
DV_ORDINAL[id6] matches { | |
[value, symbol] matches { | |
[{1}, {[at1]}], | |
[{2}, {[at2]}], | |
[{3}, {[at3]}], | |
[{4}, {[at4]}], | |
[{5}, {[at5]}], | |
[{6}, {[at6]}], | |
[{7}, {[at7]}], | |
[{8}, {[at8]}], | |
[{9}, {[at9]}], | |
[{10}, {[at10]}] | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
terminology | |
term_definitions = < | |
["en"] = < | |
["id1"] = < | |
text = <"Artistic pain rating scale"> | |
description = <"Artistic pain rating scale"> | |
code = <"id1"> | |
> | |
["id3"] = < | |
text = <"Artistic pain rating scale event"> | |
description = <""> | |
> | |
["id5"] = < | |
text = <"rated pain"> | |
description = <""> | |
> | |
["ac1"] = < | |
text = <"Artistic pain rating scale"> | |
description = <"Artistic pain rating scale"> | |
> | |
["at1"] = < | |
text = <"Vermeer"> | |
description = <"I feel a little twinge now and then"> | |
> | |
["at2"] = < | |
text = <"Da Vinci"> | |
description = <"I can grin and bear it"> | |
> | |
["at3"] = < | |
text = <"Whistler"> | |
description = <"I just want to sit here"> | |
> | |
["at4"] = < | |
text = <"Rembrandt"> | |
description = <"I've been better"> | |
> | |
["at5"] = < | |
text = <"Durer"> | |
description = <"Yes I'm in pain. I wouldn't be here otherwise"> | |
> | |
["at6"] = < | |
text = <"Van Gogh"> | |
description = <"Can't talk..."> | |
> | |
["at7"] = < | |
text = <"Picasso"> | |
description = <"Something is very, very wrong with me."> | |
> | |
["at8"] = < | |
text = <"Courbet"> | |
description = <"Morphene!"> | |
> | |
["at9"] = < | |
text = <"Munch"> | |
description = <"AGHHHHHHHHHH!!!!"> | |
> | |
["at10"] = < | |
text = <"Dali"> | |
description = <"Not. Even. Human. Any. More."> | |
> | |
> | |
> | |
value_sets = < | |
["ac1"] = < | |
id = <"ac1"> | |
members = <"at1", "at2", "at3", "at4", "at5", "at6", "at7", "at8", "at9", "at10"> | |
> | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment