OpenEHR Apperta Mirror
Name
Pain VAS
Description
Pain Visual Analogue Scale.
Keywords
pain VAS scale
Purpose
For the capture and reporting of Pain Visual Analogue Scale (VAS) information.
Use
Use to record pain visual analogue scale.
Archetype Id
openEHR-EHR-CLUSTER.pain_vas.v0
Copyright
© openEHR Foundation, Clinical Models UK
Licencing
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.
Original Author
Hildegard Franke
freshEHR Clinical Informatics Ltd.
Date Originally Authored
2017-10-25
Name Card Type Description
Pain scale
0..1 DV_COUNT Patient-reported estimation of extent of pain on a scale of 0 to 100, where 0 indicates no pain and 100 indicates severe pain.
Constraint for DV_COUNT
min: >= 0; max: <= 100
archetype (adl_version=1.4; uid=f25705a5-1ba4-4b37-9e2a-8fcca529ba06)
	openEHR-EHR-CLUSTER.pain_vas.v0

concept
	[at0000]	-- Pain VAS
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Hildegard Franke">
		["organisation"] = <"freshEHR Clinical Informatics Ltd.">
		["email"] = <"hildi@freshehr.com">
		["date"] = <"2017-10-25">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"For the capture and reporting of Pain Visual Analogue Scale (VAS) information.">
			use = <"Use to record pain visual analogue scale.">
			keywords = <"pain, VAS, scale", ...>
			misuse = <"">
			copyright = <"© openEHR Foundation, Clinical Models UK">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <>
	other_details = <
		["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.">
		["custodian_organisation"] = <"UK Clinical Models">
		["original_namespace"] = <"uk.org.clinicalmodels">
		["original_publisher"] = <"UK Clinical Models">
		["custodian_namespace"] = <"uk.org.clinicalmodels">
		["MD5-CAM-1.0.1"] = <"1019D8BBB744A0EF5524223458710948">
		["build_uid"] = <"3ef62f1f-e4f1-4e18-96ce-b0c23fe20ff5">
		["revision"] = <"0.0.1-alpha">
	>

definition
	CLUSTER[at0000] matches {	-- Pain VAS
		items cardinality matches {1..*; unordered} matches {
			ELEMENT[at0001] occurrences matches {0..1} matches {	-- Pain scale
				value matches {
					DV_COUNT matches {
						magnitude matches {|0..100|}
					}
				}
			}
		}
	}


ontology
	terminologies_available = <"en", ...>
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Pain VAS">
					description = <"Pain Visual Analogue Scale.">
				>
				["at0001"] = <
					text = <"Pain scale">
					description = <"Patient-reported estimation of extent of pain on a scale of 0 to 100, where 0 indicates no pain and 100 indicates severe pain.">
				>
			>
		>
	>