OpenEHR Apperta Mirror
Name
Clinical event
Description
Unscheduled encounter_ol
Purpose
Use
Archetype Id
openEHR-EHR-ADMIN_ENTRY.clinical_event_ol.v0
Copyright
© Apperta Foundation
Licencing
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
Original Author
Ian McNicoll
freshEHR Clinical Informatics Ltd.
Date Originally Authored
2021-12-09
Name Card Type Description
Encounter date
0..1 DV_DATE_TIME
Category
0..1 DV_TEXT
Event type
0..* DV_TEXT
Note
0..1 DV_TEXT
Extension
0..* Slot (Cluster)
Slot
Slot
archetype (adl_version=1.4; uid=2d889c66-97fb-425f-b8c9-1c7cbb3db719)
	openEHR-EHR-ADMIN_ENTRY.clinical_event_ol.v0

concept
	[at0000]	-- Clinical event
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Ian McNicoll">
		["organisation"] = <"freshEHR Clinical Informatics Ltd.">
		["email"] = <"ian@freshehr.com">
		["date"] = <"2021-12-09">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"">
			use = <"">
			misuse = <"">
			copyright = <"© Apperta Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <>
	other_details = <
		["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.">
		["custodian_organisation"] = <"Apperta UK">
		["original_namespace"] = <"uk.org.clinicalmodels">
		["original_publisher"] = <"Apperta UK">
		["custodian_namespace"] = <"uk.org.clinicalmodels">
		["MD5-CAM-1.0.1"] = <"AD42FDB1C47501025190F53D3A0F9756">
		["build_uid"] = <"e57e3850-839d-43db-9119-9380df296b06">
		["revision"] = <"0.0.1-alpha">
	>

definition
	ADMIN_ENTRY[at0000] matches {    -- Clinical event
		data matches {
			ITEM_TREE[at0001] matches {    -- Item tree
				items cardinality matches {0..*; unordered} matches {
					ELEMENT[at0002] occurrences matches {0..1} matches {    -- Encounter date
						value matches {
							DV_DATE_TIME matches {*}
						}
					}
					ELEMENT[at0003] occurrences matches {0..1} matches {    -- Category
						value matches {
							DV_TEXT matches {*}
						}
					}
					ELEMENT[at0004] occurrences matches {0..*} matches {    -- Event type
						value matches {
							DV_TEXT matches {*}
						}
					}
					ELEMENT[at0006] occurrences matches {0..1} matches {    -- Note
						value matches {
							DV_TEXT matches {*}
						}
					}
					allow_archetype CLUSTER[at0005] occurrences matches {0..*} matches {    -- Extension
						include
							archetype_id/value matches {/.*/}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Clinical event">
					description = <"Unscheduled encounter_ol">
				>
				["at0001"] = <
					text = <"Item tree">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Encounter date">
					description = <"">
				>
				["at0003"] = <
					text = <"Category">
					description = <"">
				>
				["at0004"] = <
					text = <"Event type">
					description = <"">
				>
				["at0005"] = <
					text = <"Extension">
					description = <"">
				>
				["at0006"] = <
					text = <"Note">
					description = <"">
				>
			>
		>
	>