Modellbiblioteket openEHR Fork
Name
Physiological monitoring
Description
Details of the monitoring applied in the provision of healthcare.
Keywords
telemetry facial nerve electrocardiography haemodynamic intercranial pressure electroencephalography
Purpose
To record details of the monitoring applied in the provision of healthcare.
Use
Use to record details of monitoring applied during the provision of healthcare.

This archetype is intended for use as a component of an INSTRUCTION or ACTION, for example procedure archetype.
Misuse
Do not use to record the results of the monitoring, use OBSERVATION.monitoring for this purpose.
Archetype Id
openEHR-EHR-CLUSTER.physiological_monitoring.v0
Copyright
© openEHR Foundation
Licencing
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
Original Author
Heather Leslie
Atomica Informatics
Date Originally Authored
To record details of the monitoring applied in the provision of healthcare.
Name Card Type Description
Monitoring type
0..1 DV_TEXT Narrative description of the category or kind of monitoring.
Body site
0..1 DV_TEXT Identification of a single physical site either on, or within the human body.
Structured body site
0..* Slot (Cluster) Additional detail using specific region or a point on , or within the identified body site.
Slot
Slot
Additional details
0..* Slot (Cluster) Structured additional information about the monitoring.
Slot
Slot
Medical device
0..* Slot (Cluster) To record the details of a medical device to capture physiological monitoring.
Slot
Slot
Comment
0..1 DV_TEXT Additional narrative about physiological monitoring not captured in other fields.
Monitoring not done
0..* Slot (Cluster) Details to record that the physiological monitoring was not performed.
Slot
Slot
archetype (adl_version=1.4; uid=97afbc49-3436-4ede-a724-12b748f0c9ba)
	openEHR-EHR-CLUSTER.physiological_monitoring.v0

concept
	[at0000]	-- Physiological monitoring
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Atomica Informatics">
		["email"] = <"heather.leslie@atomicainformatics.com">
		["date"] = <"2017-07-21">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record details of the monitoring applied in the provision of healthcare.">
			use = <"Use to record details of monitoring applied during the provision of healthcare. 

This archetype is intended for use as a component of an INSTRUCTION or ACTION, for example procedure archetype.">
			keywords = <"telemetry", "facial nerve", "electrocardiography", "haemodynamic", "intercranial pressure", "electroencephalography">
			misuse = <"Do not use to record the results of the monitoring, use OBSERVATION.monitoring for this purpose.">
			copyright = <"© openEHR Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <>
	other_details = <
		["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.">
		["custodian_organisation"] = <"openEHR Foundation">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"5003C1DAAC67043D8331F2C8758F81F2">
		["build_uid"] = <"9366f86f-1c6b-4d2e-bee6-f39c6ea3c475">
		["revision"] = <"0.0.1-alpha">
	>

definition
	CLUSTER[at0000] matches {	-- Physiological monitoring
		items cardinality matches {1..*; unordered} matches {
			ELEMENT[at0001] occurrences matches {0..1} matches {	-- Monitoring type
				value matches {
					DV_TEXT matches {*}
				}
			}
			ELEMENT[at0002] occurrences matches {0..1} matches {	-- Body site
				value matches {
					DV_TEXT matches {*}
				}
			}
			allow_archetype CLUSTER[at0003] occurrences matches {0..*} matches {	-- Structured body site
				include
					archetype_id/value matches {/openEHR-EHR-CLUSTER\.anatomical_location\.v1/}
			}
			allow_archetype CLUSTER[at0004] occurrences matches {0..*} matches {	-- Additional details
				include
					archetype_id/value matches {/.*/}
			}
			allow_archetype CLUSTER[at0005] occurrences matches {0..*} matches {	-- Medical device
				include
					archetype_id/value matches {/.*/}
			}
			ELEMENT[at0006] occurrences matches {0..1} matches {	-- Comment
				value matches {
					DV_TEXT matches {*}
				}
			}
			allow_archetype CLUSTER[at0007] occurrences matches {0..*} matches {	-- Monitoring not done
				include
					archetype_id/value matches {/.*/}
			}
		}
	}



ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Physiological monitoring">
					description = <"Details of the monitoring applied in the provision of healthcare.">
				>
				["at0001"] = <
					text = <"Monitoring type">
					description = <"Narrative description of the category or kind of monitoring.">
				>
				["at0002"] = <
					text = <"Body site">
					description = <"Identification of a single physical site either on, or within the human body.">
				>
				["at0003"] = <
					text = <"Structured body site">
					description = <"Additional detail using specific region or a point on , or within the identified body site.">
				>
				["at0004"] = <
					text = <"Additional details">
					description = <"Structured additional information about the monitoring.">
				>
				["at0005"] = <
					text = <"Medical device">
					description = <"To record the details of a medical device to capture physiological monitoring.">
				>
				["at0006"] = <
					text = <"Comment">
					description = <"Additional narrative about physiological monitoring not captured in other fields.">
				>
				["at0007"] = <
					text = <"Monitoring not done">
					description = <"Details to record that the physiological monitoring was not performed.">
				>
			>
		>
	>