OpenEHR Apperta Mirror
Name
Conclusion Assessment B RESET
Description
Conclusion for RESET Assessment B.
Keywords
Assessment RESET Emergency Rapid response Breathing
Purpose
Local archetype for RESET (Rapid response based Emergency Structured Exam Tool) to describe conclusion of Assessment Part B (Breathing assessment).
Use
Use for RESET project for breathing assessment conclusion.
Misuse
Not to be used outside the scope of RESET project.
Archetype Id
openEHR-EHR-OBSERVATION.conclusion_assess_b_reset.v0
Copyright
© 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
2016-05-03
Name Card Type Description
Assessment B conclusion
0..1 DV_CODED_TEXT Describes conclusion of breathing assessment (Part B of RESET assessment).
Constraint for DV_CODED_TEXT
  • Evidence of distress
    [The assessment of the patient's breathing indicates evidences of distress.]
  • Failure
    [The assessment of the patient's breathing indicates failure.]
  • Not compromised
    [The assessment of the patient's breathing indicates that the patient's breathing is not compromised.]
Name Card Type Description
Extension
0..* Slot (Cluster) Additional information required to capture local context or to align with other reference models/formalisms.
Comment
e.g. Local hospital departmental infomation or additional metadata to align with HL7 or CDISC equivalents.
Slot
Slot
archetype (adl_version=1.4; uid=fd5ee114-fc10-47f3-8666-5a00c3f6ff50)
	openEHR-EHR-OBSERVATION.conclusion_assess_b_reset.v0

concept
	[at0000]	-- Conclusion Assessment B RESET
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Hildegard Franke">
		["organisation"] = <"freshEHR Clinical Informatics Ltd.">
		["email"] = <"hildi@freshehr.com">
		["date"] = <"2016-05-03">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"Local archetype for RESET (Rapid response based Emergency Structured Exam Tool) to describe conclusion of Assessment Part B (Breathing assessment).">
			use = <"Use for RESET project for breathing assessment conclusion.">
			keywords = <"Assessment", "RESET", "Emergency", "Rapid response", "Breathing">
			misuse = <"Not to be used outside the scope of RESET project.">
			copyright = <"© 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">
		["current_contact"] = <"Hildegard Franke, freshEHR Clinical Informatics Ltd.<hildi@freshehr.com>">
		["original_namespace"] = <"uk.org.clinicalmodels">
		["original_publisher"] = <"UK Clinical Models">
		["custodian_namespace"] = <"uk.org.clinicalmodels">
		["MD5-CAM-1.0.1"] = <"2CD50938907CC2C09DEE4F959486A222">
		["build_uid"] = <"9193d7d7-fd47-4f90-ab4e-64ff682cda59">
		["revision"] = <"0.0.1-alpha">
	>

definition
	OBSERVATION[at0000] matches {	-- Conclusion Assessment B RESET
		data matches {
			HISTORY[at0001] matches {	-- Event Series
				events cardinality matches {1..*; unordered} matches {
					POINT_EVENT[at0002] occurrences matches {0..1} matches {	-- Point in time
						data matches {
							ITEM_TREE[at0003] matches {	-- Tree
								items cardinality matches {0..*; unordered} matches {
									ELEMENT[at0004] occurrences matches {0..1} matches {	-- Assessment B conclusion
										value matches {
											DV_CODED_TEXT matches {
												defining_code matches {
													[local::
													at0005, 	-- Evidence of distress
													at0006, 	-- Failure
													at0007]	-- Not compromised
												}
											}
										}
									}
								}
							}
						}
						state matches {
							ITEM_TREE[at0008] matches {	-- Tree
								items cardinality matches {0..*; unordered} matches {
									ELEMENT[at0009] occurrences matches {0..*} matches {	-- Confounding factors
										value matches {
											DV_TEXT matches {*}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		protocol matches {
			ITEM_TREE[at0010] matches {	-- Tree
				items cardinality matches {0..*; unordered} matches {
					allow_archetype CLUSTER[at0011] occurrences matches {0..*} matches {	-- Extension
						include
							archetype_id/value matches {/.*/}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Conclusion Assessment B RESET">
					description = <"Conclusion for RESET Assessment B.">
				>
				["at0001"] = <
					text = <"Event Series">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Point in time">
					description = <"A specific date and/or time which may be explicitly defined in a template or at run-time.">
				>
				["at0003"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0004"] = <
					text = <"Assessment B conclusion">
					description = <"Describes conclusion of breathing assessment (Part B of RESET assessment).">
				>
				["at0005"] = <
					text = <"Evidence of distress">
					description = <"The assessment of the patient's breathing indicates evidences of distress.">
				>
				["at0006"] = <
					text = <"Failure">
					description = <"The assessment of the patient's breathing indicates failure.">
				>
				["at0007"] = <
					text = <"Not compromised">
					description = <"The assessment of the patient's breathing indicates that the patient's breathing is not compromised.">
				>
				["at0008"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0009"] = <
					text = <"Confounding factors">
					description = <"Record any issues or factors that may impact on the assessment.">
				>
				["at0010"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0011"] = <
					text = <"Extension">
					description = <"Additional information required to capture local context or to align with other reference models/formalisms.">
					comment = <"e.g. Local hospital departmental infomation or additional metadata to align with HL7 or CDISC equivalents.">
				>
			>
		>
	>