OpenEHR Master CKM Mirror
Name
Rinne and Weber test results
Description
Two hearing screening tests, commonly recorded together to determine the presence and character of any detected hearing loss.
Keywords
rinne weber test result air bone conduction lateralisation lateralization
Purpose
To record the results of the Rinne and Weber tests as part of screening for hearing loss.
Use
Use to record the results of the Rinne and Weber tests as part of screening for hearing loss.
Misuse
Not to be used to record the results of other hearing tests. Use other OBSERVATION archetypes specific for the purpose, for example, OBSERVATION.audiometry_result and OBSERVATION.tympanogram_226hz.
References
Derived from: Derived from: Rinne and Weber test results, Draft archetype [Internet]. Australian Digital Health Agency (NEHTA), ADHA Clinical Knowledge Manager. Authored: 2013 Mar 26. Available at: http://dcm.nehta.org.au/ckm#showArchetype_1013.1.1263_1 (discontinued).
Archetype Id
openEHR-EHR-OBSERVATION.rinne_weber_result.v0
Copyright
© National E-Health Transition Authority, openEHR Foundation
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
Heather Leslie
Atomica Informatics, Australia
Date Originally Authored
2013-03-26
Name Card Type Description
Weber Test Result
0..1 DV_CODED_TEXT A test to compare bone conduction in both ears.
Constraint for DV_CODED_TEXT
  • No Lateralisation
    [The sound from vibration is heard equally in both ears.]
  • Lateralising Left
    [The sound from the vibration is heard predominantly on the left.]
  • Lateralising Right
    [The sound from the vibration is heard predominantly on the right.]
Rinne Test
0..2 CLUSTER A test to compare the subject's perception of sounds transmitted by air conduction to those transmitted by bone conduction through the mastoid.
CLUSTER
Ear Tested
0..1 DV_CODED_TEXT Identification of the ear being tested.
Constraint for DV_CODED_TEXT
  • Left
    [The left ear was tested.]
  • Right
    [The right ear was tested.]
Rinne Test Result
0..1 DV_CODED_TEXT The result of the Rinne Test.
Constraint for DV_CODED_TEXT
  • Positive
    [Air Conduction is greater than bone conduction.]
  • Negative
    [Air Conduction is less than bone conduction.]
Clinical Interpretation
0..* DV_TEXT Single word, phrase or brief description represents the clinical meaning and significance of the physical examination findings.
Comment
0..* DV_TEXT Additional narrative about the Rinne and Weber tests not captured in other fields.
archetype (adl_version=1.4; uid=ec3baa37-449b-4b43-9d47-b180f73fba1d)
	openEHR-EHR-OBSERVATION.rinne_weber_result.v0

concept
	[at0000]	-- Rinne and Weber test results
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Atomica Informatics, Australia">
		["email"] = <"heather.leslie@atomicainformatics.com">
		["date"] = <"2013-03-26">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record the results of the Rinne and Weber tests as part of screening for hearing loss.">
			use = <"Use to record the results of the Rinne and Weber tests as part of screening for hearing loss.">
			keywords = <"rinne", "weber", "test", "result", "air", "bone", "conduction", "lateralisation", "lateralization">
			misuse = <"Not to be used to record the results of other hearing tests. Use other OBSERVATION archetypes specific for the purpose, for example, OBSERVATION.audiometry_result and OBSERVATION.tympanogram_226hz.">
			copyright = <"© National E-Health Transition Authority, openEHR Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <"Ian McNicoll, freshEHR Informatics, UK", ...>
	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"] = <"openEHR Foundation">
		["references"] = <"Derived from: Derived from: Rinne and Weber test results, Draft archetype [Internet]. Australian Digital Health Agency (NEHTA), ADHA Clinical Knowledge Manager. Authored: 2013 Mar 26. Available at: http://dcm.nehta.org.au/ckm#showArchetype_1013.1.1263_1 (discontinued).">
		["current_contact"] = <"Heather Leslie, Atomica Informatics, Australia<heather.leslie@atomicainformatics.com>">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"9D0DEDB51ED1A134238767C1D8DA4413">
		["build_uid"] = <"d78e6150-ff4b-4004-9e42-3126ec5aa2ee">
		["revision"] = <"0.0.1-alpha">
	>

definition
	OBSERVATION[at0000] matches {	-- Rinne and Weber test results
		data matches {
			HISTORY[at0001] matches {	-- Event Series
				events cardinality matches {1..*; unordered} matches {
					EVENT[at0002] occurrences matches {0..1} matches {	-- Any event
						data matches {
							ITEM_TREE[at0003] matches {	-- Tree
								items cardinality matches {0..*; unordered} matches {
									ELEMENT[at0004] occurrences matches {0..1} matches {	-- Weber Test Result
										value matches {
											DV_CODED_TEXT matches {
												defining_code matches {
													[local::
													at0005, 	-- No Lateralisation
													at0006, 	-- Lateralising Left
													at0007]	-- Lateralising Right
												}
											}
										}
									}
									CLUSTER[at0008] occurrences matches {0..2} matches {	-- Rinne Test
										items cardinality matches {1..*; unordered} matches {
											ELEMENT[at0010] occurrences matches {0..1} matches {	-- Ear Tested
												value matches {
													DV_CODED_TEXT matches {
														defining_code matches {
															[local::
															at0011, 	-- Left
															at0012]	-- Right
														}
													}
												}
											}
											ELEMENT[at0009] occurrences matches {0..1} matches {	-- Rinne Test Result
												value matches {
													DV_CODED_TEXT matches {
														defining_code matches {
															[local::
															at0014, 	-- Positive
															at0013]	-- Negative
														}
													}
												}
											}
										}
									}
									ELEMENT[at0017] occurrences matches {0..*} matches {	-- Clinical Interpretation
										value matches {
											DV_TEXT matches {*}
										}
									}
									ELEMENT[at0018] occurrences matches {0..*} matches {	-- Comment
										value matches {
											DV_TEXT matches {*}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Rinne and Weber test results">
					description = <"Two hearing screening tests, commonly recorded together to determine the presence and character of any detected hearing loss.">
				>
				["at0001"] = <
					text = <"Event Series">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Any event">
					description = <"Default, unspecified point in time or interval event which may be explicitly defined in a template or at run-time.">
				>
				["at0003"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0004"] = <
					text = <"Weber Test Result">
					description = <"A test to compare bone conduction in both ears.">
				>
				["at0005"] = <
					text = <"No Lateralisation">
					description = <"The sound from vibration is heard equally in both ears.">
				>
				["at0006"] = <
					text = <"Lateralising Left">
					description = <"The sound from the vibration is heard predominantly on the left.">
				>
				["at0007"] = <
					text = <"Lateralising Right">
					description = <"The sound from the vibration is heard predominantly on the right.">
				>
				["at0008"] = <
					text = <"Rinne Test">
					description = <"A test to compare the subject's perception of sounds transmitted by air conduction to those transmitted by bone conduction through the mastoid.">
				>
				["at0009"] = <
					text = <"Rinne Test Result">
					description = <"The result of the Rinne Test.">
				>
				["at0010"] = <
					text = <"Ear Tested">
					description = <"Identification of the ear being tested.">
				>
				["at0011"] = <
					text = <"Left">
					description = <"The left ear was tested.">
				>
				["at0012"] = <
					text = <"Right">
					description = <"The right ear was tested.">
				>
				["at0013"] = <
					text = <"Negative">
					description = <"Air Conduction is less than bone conduction.">
				>
				["at0014"] = <
					text = <"Positive">
					description = <"Air Conduction is greater than bone conduction.">
				>
				["at0017"] = <
					text = <"Clinical Interpretation">
					description = <"Single word, phrase or brief description represents the clinical meaning and significance of the physical examination findings.">
				>
				["at0018"] = <
					text = <"Comment">
					description = <"Additional narrative about the Rinne and Weber tests not captured in other fields.">
				>
			>
		>
	>