Modellbiblioteket openEHR Fork
Name
ADL assessment
Description
Details about an individual's ability to perform an identified activity of daily living.
Purpose
To record details about an individual's ability to perform an identified activity of daily living.
Use
Use to record details about an individual's ability to perform an identified activity of daily living.

Record one instance of the archetype for each identified activity.
Misuse
Not to be used to record the results of formal instruments, scores or scales, assessing capability for activities of daily living, such as the Barthel Index - use specific archetypes for each score or scale, such as OBSERVATION.modified_barthel_index.
Archetype Id
openEHR-EHR-OBSERVATION.adl.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 about an individual's ability to perform an identified activity of daily living.
Language Details
Norwegian Bokmal
Silje Ljosland Bakke
Helse Vest IKT AS
Name Card Type Description
Activity name
0..1 DV_TEXT The name of the activity of daily living.
Comment
For example: movement in bed; transfers; locomotion; dressing; personal hygiene; and feeding
Clinical description
0..1 DV_TEXT Narrative description about the individual's ability to perform the activity.
Capability
0..1
CHOICE OF
DV_CODED_TEXT
DV_TEXT
Category of the ability for the individual to perform the identified activity.
Constraint for DV_CODED_TEXT
  • Independent
    [The individual is able to perform the activity independently.]
  • Independent with equipment
    [The individual is able to perform the activity with the assistance of equipment or aids.]
  • Requires assistance
    [The individual requires active support to perform the activity.]
  • Dependent
    [The individual is not able to perform the activity by themselves.]
Support description
0..1 DV_TEXT Description about the support required to carry out the activity.
Equipment description
0..1 DV_TEXT Description about the equipment or aide required to carry out the activity.
Equipment
0..* Slot (Cluster) Structured details about the equipment required.
Slot
Slot
Additional details
0..* Slot (Cluster) Additional structured details about the ability to perform the activity.
Slot
Slot
Comment
0..1 DV_TEXT Additional narrative about the individual's ability to perform the activity not captured in other fields.
Name Card Type Description
Extension
0..* Slot (Cluster) Additional information required to extend the model with local content or to align with other reference models or formalisms.
Comment
For example: local information requirements; or additional metadata to align with FHIR.
Slot
Slot
archetype (adl_version=1.4; uid=64e6c887-ddb7-4ca9-ab27-3d32d50bee74)
	openEHR-EHR-OBSERVATION.adl.v0

concept
	[at0000]	-- ADL assessment
language
	original_language = <[ISO_639-1::en]>
	translations = <
		["nb"] = <
			language = <[ISO_639-1::nb]>
			author = <
				["name"] = <"Silje Ljosland Bakke">
				["organisation"] = <"Helse Vest IKT AS">
				["email"] = <"silje.ljosland.bakke@helse-vest-ikt.no">
			>
		>
	>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Atomica Informatics">
		["email"] = <"heather.leslie@atomicainformatics.com">
		["date"] = <"2020-10-26">
	>
	details = <
		["nb"] = <
			language = <[ISO_639-1::nb]>
			purpose = <"For å registrere detaljer om et individs evne til å utføre en spesifikk ADL-aktivitet.">
			use = <"Brukes for å registrere detaljer om et individs evne til å utføre en spesifikk ADL-aktivitet.

Registrer én instans av arketypen for hver aktivitet.">
			misuse = <"Brukes ikke til å registrere resultatene av formelle kartleggingsverktøy, skåringer eller skalaer for vurdering av ADL-ferdigheter, for eksempel Barthel indeks. Bruk spesifikke arketyper for hver skår eller skala, for eksempel OBSERVATION.modified_barthel_index.">
		>
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record details about an individual's ability to perform an identified activity of daily living.">
			use = <"Use to record details about an individual's ability to perform an identified activity of daily living.

Record one instance of the archetype for each identified activity.">
			misuse = <"Not to be used to record the results of formal instruments, scores or scales, assessing capability for activities of daily living, such as the Barthel Index - use specific archetypes for each score or scale, such as OBSERVATION.modified_barthel_index.">
			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">
		["current_contact"] = <"Heather Leslie, Atomica Informatics, Australia">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"1E5481D8F5F761A100CA63F8E4980049">
		["build_uid"] = <"44462901-6e03-4b37-9002-c429992ffdc0">
		["revision"] = <"0.0.1-alpha">
	>

definition
	OBSERVATION[at0000] matches {    -- Activity of daily living
		data matches {
			HISTORY[at0001] matches {    -- History
				events cardinality matches {0..*; unordered} matches {
					EVENT[at0002] occurrences matches {0..*} matches {    -- Any event
						data matches {
							ITEM_TREE[at0003] matches {    -- Tree
								items cardinality matches {0..*; unordered} matches {
									ELEMENT[at0004] occurrences matches {0..1} matches {    -- Activity name
										value matches {
											DV_TEXT matches {*}
										}
									}
									ELEMENT[at0005] occurrences matches {0..1} matches {    -- Clinical description
										value matches {
											DV_TEXT matches {*}
										}
									}
									ELEMENT[at0006] occurrences matches {0..1} matches {    -- Capability
										value matches {
											DV_CODED_TEXT matches {
												defining_code matches {
													[local::
													at0007,    -- Independent
													at0008,    -- Independent with equipment
													at0009,    -- Requires support
													at0010]    -- Dependent
												}
											}
											DV_TEXT matches {*}
										}
									}
									ELEMENT[at0011] occurrences matches {0..1} matches {    -- Support description
										value matches {
											DV_TEXT matches {*}
										}
									}
									ELEMENT[at0012] occurrences matches {0..1} matches {    -- Equipment description
										value matches {
											DV_TEXT matches {*}
										}
									}
									allow_archetype CLUSTER[at0013] occurrences matches {0..*} matches {    -- Equipment
										include
											archetype_id/value matches {/.*/}
									}
									allow_archetype CLUSTER[at0014] occurrences matches {0..*} matches {    -- Additional details
										include
											archetype_id/value matches {/.*/}
									}
									ELEMENT[at0015] occurrences matches {0..1} matches {    -- Comment
										value matches {
											DV_TEXT matches {*}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		protocol matches {
			ITEM_TREE[at0016] matches {    -- Item tree
				items cardinality matches {0..*; unordered} matches {
					allow_archetype CLUSTER[at0017] occurrences matches {0..*} matches {    -- Extension
						include
							archetype_id/value matches {/.*/}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"ADL assessment">
					description = <"Details about an individual's ability to perform an identified activity of daily living.">
				>
				["at0001"] = <
					text = <"History">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Any event">
					description = <"Default, unspecified point in time or interval event which may be explicitly defined in a template or at run-time.">
				>
				["at0003"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0004"] = <
					text = <"Activity name">
					description = <"The name of the activity of daily living.">
					comment = <"For example: movement in bed; transfers; locomotion; dressing; personal hygiene; and feeding">
				>
				["at0005"] = <
					text = <"Clinical description">
					description = <"Narrative description about the individual's ability to perform the activity.">
				>
				["at0006"] = <
					text = <"Capability">
					description = <"Category of the ability for the individual to perform the identified activity.">
				>
				["at0007"] = <
					text = <"Independent">
					description = <"The individual is able to perform the activity independently.">
				>
				["at0008"] = <
					text = <"Independent with equipment">
					description = <"The individual is able to perform the activity with the assistance of equipment or aids.">
				>
				["at0009"] = <
					text = <"Requires assistance">
					description = <"The individual requires active support to perform the activity.">
				>
				["at0010"] = <
					text = <"Dependent">
					description = <"The individual is not able to perform the activity by themselves.">
				>
				["at0011"] = <
					text = <"Support description">
					description = <"Description about the support required to carry out the activity.">
				>
				["at0012"] = <
					text = <"Equipment description">
					description = <"Description about the equipment or aide required to carry out the activity.">
				>
				["at0013"] = <
					text = <"Equipment">
					description = <"Structured details about the equipment required.">
				>
				["at0014"] = <
					text = <"Additional details">
					description = <"Additional structured details about the ability to perform the activity.">
				>
				["at0015"] = <
					text = <"Comment">
					description = <"Additional narrative about the individual's ability to perform the activity not captured in other fields.">
				>
				["at0016"] = <
					text = <"Item tree">
					description = <"@ internal @">
				>
				["at0017"] = <
					text = <"Extension">
					description = <"Additional information required to extend the model with local content or to align with other reference models or formalisms.">
					comment = <"For example: local information requirements; or additional metadata to align with FHIR.">
				>
			>
		>
		["nb"] = <
			items = <
				["at0000"] = <
					text = <"ADL-kartlegging">
					description = <"Detaljer om et individs evne til å utføre en spesifikk ADL-aktivitet.">
				>
				["at0001"] = <
					text = <"History">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Uspesifikk hendelse">
					description = <"Standard uspesifisert tidspunkt- eller intervallhendelse som kan defineres mer eksplisitt i et templat eller i en applikasjon.">
				>
				["at0003"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0004"] = <
					text = <"Aktivitetsnavn">
					description = <"Navnet på ADL-aktiviteten.">
					comment = <"For eksempel bevegelighet i seng, overføring, mobilitet, påkledning, personlig hygiene eller spising.">
				>
				["at0005"] = <
					text = <"Klinisk beskrivelse">
					description = <"Fritekstbeskrivelse av individets evne til å utføre aktiviteten.">
				>
				["at0006"] = <
					text = <"Evne">
					description = <"Kategorisering av individets evne til å utføre aktiviteten.">
				>
				["at0007"] = <
					text = <"Selvstendig">
					description = <"Individet kan utføre aktiviteten selvstendig.">
				>
				["at0008"] = <
					text = <"Selvstendig med hjelpemidler">
					description = <"Individet kan utføre aktiviteten selvstendig ved hjelp av hjelpemidler.">
				>
				["at0009"] = <
					text = <"Trenger assistanse">
					description = <"Individet trenger aktiv assistanse for å utføre aktiviteten.">
				>
				["at0010"] = <
					text = <"Helt hjelpetrengende">
					description = <"Individet kan ikke utføre aktiviteten uten omfattende hjelp.">
				>
				["at0011"] = <
					text = <"Beskrivelse av hjelpebehov">
					description = <"Beskrivelse av hjelpen individet trenger for å utføre aktiviteten.">
				>
				["at0012"] = <
					text = <"Beskrivelse av hjelpemidler">
					description = <"Beskrivelse av hjelpemidler eller utstyr individet trenger for å utføre aktiviteten.">
				>
				["at0013"] = <
					text = <"Utstyr">
					description = <"Strukturerte detaljer om utstyret.">
				>
				["at0014"] = <
					text = <"Ytterligere detaljer.">
					description = <"Ytterligere strukturerte detaljer om individets evne til å utføre aktiviteten.">
				>
				["at0015"] = <
					text = <"Kommentar">
					description = <"Ytterligere fritekst om individets evne til å utføre aktiviteten, som ikke fanges opp av andre felt.">
				>
				["at0016"] = <
					text = <"Item tree">
					description = <"@ internal @">
				>
				["at0017"] = <
					text = <"Tilleggsinformasjon">
					description = <"Ytterligere informasjon som trengs for å kunne registrere lokalt definert innhold eller for å tilpasse til andre referansemodeller/formalismer.">
					comment = <"For eksempel lokale informasjonsbehov eller ytterligere metadata for å kunne tilpasse til tilsvarende konsepter i FHIR.">
				>
			>
		>
	>