Modellbiblioteket openEHR Fork
Name
Conference
Description
Text conversation, or video- or audio-conference recording, between two or more clinicians, captured as part of the record of health care.
Keywords
chat videoconference audioconference conversation discussion
Purpose
To record the text conversation, or video- or audio-conference recording, between two or more clinicians, captured as part of the record of health care.
Use
Use to document evidence of interactions between healthcare providers that support the record of health care. For example, use to record phone or online chat conversations between remote healthcare providers; or audio- and video-conference recordings that record aspects of telemedicine consultations or case conferences.
Archetype Id
openEHR-EHR-OBSERVATION.conference.v0
Copyright
© 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
Sam Heard
Ocean Informatics
Date Originally Authored
To record the text conversation, or video- or audio-conference recording, between two or more clinicians, captured as part of the record of health care.
Name Card Type Description
Text record
0..1 DV_TEXT The text conversation between two or more healthcare providers.
Audio or video record
0..1 DV_MULTIMEDIA The audio or video conversation between two or more healthcare providers.
DV_MULTIMEDIA
Author
0..1 DV_TEXT The author of the chat or instigator of the recording.
Name Card Type Description
Extension
0..* Slot (Cluster) Additional information required to capture local context or to align with other reference models/formalisms.
Comment
For example: Local hospital departmental infomation or additional metadata to align with FHIR or CIMI equivalents.
Slot
Slot
archetype (adl_version=1.4; uid=ebc0fe7d-c4c0-303c-81f0-97f87d4416e2)
	openEHR-EHR-OBSERVATION.conference.v0

concept
	[at0000]	-- Conference
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Sam Heard">
		["organisation"] = <"Ocean Informatics">
		["email"] = <"sam.heard@oceaninformatics.com">
		["date"] = <"2013-01-25">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record the text conversation, or video- or audio-conference recording, between two or more clinicians, captured as part of the record of health care.">
			use = <"Use to document evidence of interactions between healthcare providers that support the record of health care. For example, use to record phone or online chat conversations between remote healthcare providers; or audio- and video-conference recordings that record aspects of telemedicine consultations or case conferences.">
			keywords = <"chat", "videoconference", "audioconference", "conversation", "discussion">
			misuse = <"">
			copyright = <"© openEHR Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <"Heather Leslie, Atomica Informatics, Australia", ...>
	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">
		["current_contact"] = <"Heather Leslie, Atomica Informatics, heather.leslie@atomicainformatics.com">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"24182E5F660C9B8B5BDC89834E2F85F5">
		["build_uid"] = <"98bfa438-fbeb-4ce0-9492-56e67832366c">
		["revision"] = <"0.0.1-alpha">
	>

definition
	OBSERVATION[at0000] matches {    -- Conference
		data matches {
			HISTORY[at0001] matches {    -- Event Series
				events cardinality matches {1..*; unordered} matches {
					POINT_EVENT[at0002] occurrences matches {0..*} matches {    -- Time
						data matches {
							ITEM_TREE[at0003] matches {    -- Tree
								items cardinality matches {0..*; unordered} matches {
									ELEMENT[at0004] occurrences matches {0..1} matches {    -- Text record
										value matches {
											DV_TEXT matches {*}
										}
									}
									ELEMENT[at0005] occurrences matches {0..1} matches {    -- Audio or video record
										value matches {
											DV_MULTIMEDIA matches {
												media_type matches {
													[openEHR::
													417,
													418,
													419,
													423,
													401,
													402,
													404,
													405,
													406,
													407,
													414,
													387,
													388,
													389,
													390,
													391,
													392,
													393,
													394,
													395,
													396,
													397,
													398,
													399,
													400,
													409,
													410,
													411,
													412,
													413]
												}
											}
										}
									}
									ELEMENT[at0007] occurrences matches {0..1} matches {    -- Author
										value matches {
											DV_TEXT matches {*}
										}
									}
								}
							}
						}
					}
					INTERVAL_EVENT[at0006] occurrences matches {0..*} matches {    -- Recording interval
						data matches {
							use_node ITEM_TREE /data[at0001]/events[at0002]/data[at0003]
						}
						math_function matches {
							DV_CODED_TEXT matches {
								defining_code matches {
									[openehr::640]
								}
							}
						}
					}
				}
			}
		}
		protocol matches {
			ITEM_TREE[at0008] matches {    -- Item tree
				items cardinality matches {0..*; unordered} matches {
					allow_archetype CLUSTER[at0009] occurrences matches {0..*} matches {    -- Extension
						include
							archetype_id/value matches {/.*/}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Conference">
					description = <"Text conversation, or video- or audio-conference recording, between two or more clinicians, captured as part of the record of health care.">
				>
				["at0001"] = <
					text = <"Event Series">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Time">
					description = <"Default, unspecified point in time recording which may be explicitly defined in a template or at run-time.">
				>
				["at0003"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0004"] = <
					text = <"Text record">
					description = <"The text conversation between two or more healthcare providers.">
				>
				["at0005"] = <
					text = <"Audio or video record">
					description = <"The audio or video conversation between two or more healthcare providers.">
				>
				["at0006"] = <
					text = <"Recording interval">
					description = <"Default, unspecified interval recording event which may be explicitly defined in a template or at run-time.">
				>
				["at0007"] = <
					text = <"Author">
					description = <"The author of the chat or instigator of the recording.">
				>
				["at0008"] = <
					text = <"Item tree">
					description = <"@ internal @">
				>
				["at0009"] = <
					text = <"Extension">
					description = <"Additional information required to capture local context or to align with other reference models/formalisms.">
					comment = <"For example: Local hospital departmental infomation or additional metadata to align with FHIR or CIMI equivalents.">
				>
			>
		>
	>