Modellbiblioteket openEHR Fork
Name
Consumer note
Description
Health related information about an individual, entered into a health record by that individual or their carer.
Purpose
To record health-related information about an individual, as entered into a health record by that individual or their carer. This note may include details about an individual's health status, events, and issues. The intent of this note could be for the sole use of that individual or for sharing with healthcare providers.
Use
Use to record health-related information about an individual, as entered into a health record by that individual or their carer.

If the note requires association with a physical location, then the reference model can be used for this purpose.
If the note requires association with a healthcare provider, then participations can be used for this purpose.
Misuse
Not to be used for recording health information about an individual by a healthcare provider.
Archetype Id
openEHR-EHR-EVALUATION.consumer_note.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
Heather Leslie
Ocean Informatics
Date Originally Authored
To record health-related information about an individual, as entered into a health record by that individual or their carer. This note may include details about an individual's health status, events, and issues. The intent of this note could be for the sole use of that individual or for sharing with healthcare providers.
Name Card Type Description
Topic name
0..1 DV_TEXT Identification of the topic of the note, by name.
Note
0..1 DV_TEXT Narrative description of information that the consumer wishes to record.
Date
0..1 DV_DATE_TIME Option to make the note relevant for a specific date and/or time.
DV_DATE_TIME
archetype (adl_version=1.4; uid=33b256c9-2046-4b50-84ce-800a03acb72e)
	openEHR-EHR-EVALUATION.consumer_note.v0

concept
	[at0000]	-- Consumer note
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Ocean Informatics">
		["email"] = <"heather.leslie@oceaninformatics.com">
		["date"] = <"2016-05-04">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record health-related information about an individual, as entered into a health record by that individual or their carer. 

This note may include details about an individual's health status, events, and issues. The intent of this note could be for the sole use of that individual or for sharing with healthcare providers.">
			use = <"Use to record health-related information about an individual, as entered into a health record by that individual or their carer. 

If the note requires association with a physical location, then the reference model can be used for this purpose.
If the note requires association with a healthcare provider, then participations can be used for this purpose.">
			misuse = <"Not to be used for recording health information about an individual by a healthcare provider.">
			copyright = <"© openEHR Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <"Heath Frankel, Ocean 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, Ocean Informatics<heather.leslie@oceaninformatics.com>">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"D6EA5C6700AB7364E7847D3CC47302C9">
		["build_uid"] = <"716717eb-92c0-4753-a625-2e7c1638f91f">
		["revision"] = <"0.0.1-alpha">
	>

definition
	EVALUATION[at0000] matches {	-- Consumer note
		data matches {
			ITEM_TREE[at0001] matches {	-- Tree
				items cardinality matches {0..*; unordered} matches {
					ELEMENT[at0002] occurrences matches {0..1} matches {	-- Topic name
						value matches {
							DV_TEXT matches {*}
						}
					}
					ELEMENT[at0003] occurrences matches {0..1} matches {	-- Note
						value matches {
							DV_TEXT matches {*}
						}
					}
					ELEMENT[at0004] occurrences matches {0..1} matches {	-- Date
						value matches {
							DV_DATE_TIME matches {*}
						}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Consumer note">
					description = <"Health related information about an individual, entered into a health record by that individual or their carer.">
				>
				["at0001"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Topic name">
					description = <"Identification of the topic of the note, by name.">
				>
				["at0003"] = <
					text = <"Note">
					description = <"Narrative description of information that the consumer wishes to record.">
				>
				["at0004"] = <
					text = <"Date">
					description = <"Option to make the note relevant for a specific date and/or time.">
				>
			>
		>
	>