OpenEHR Apperta Mirror
Name
Menstrual hygiene
Description
The ability of an individual to carry out menstrual hygiene activities, such as using sanitary towels and tampons.
Keywords
menstruation period
Purpose
To record details about the practical ability of an individual to carry out menstrual hygiene activities, such as using sanitary towels and tampons, and their identified support needs.
Use
Use to record details about the practical ability of an individual to carry out menstrual hygiene activities, such as using sanitary towels and tampons, and their identified support needs.
Archetype Id
openEHR-EHR-CLUSTER.menstrual_hygiene.v0
Copyright
© Apperta 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
Heidi Koikkalainen
freshEHR Clinical Informatics Ltd.
Date Originally Authored
2020-10-09
Name Card Type Description
Description
0..1 DV_TEXT Narrative description of the individual's overall ability to carry out menstrual hygiene activities.
Ability
0..1 DV_CODED_TEXT Description of the individual's level of ability to carry out menstrual hygiene activities.
Constraint for DV_CODED_TEXT
  • Independent without equipment/aids
    [The individual is able to take care of their menstrual hygiene independently without any equipment/aids.]
  • Independent with equipment/aids
    [The individual is able to take care of their menstrual hygiene independently with equipment/aids.]
  • Requires support
    [The individual requires support from others to take of their menstrual hygiene.]
  • Unable to manage personal care
    [The individual is unable to take care of their menstrual hygiene and is totally dependent on others.]
  • Not known
    [It is not known whether the individual is independent or requires support to take care of their menstrual hygiene.]
Support required
0..1 DV_CODED_TEXT Description of the type of support the individual requires to carry out menstrual hygiene activities.
Constraint for DV_CODED_TEXT
  • Verbal prompt
    [The individual requires verbal prompting to carry out menstrual hygiene activities.]
  • Physical prompt
    [The individual requires physical prompting to carry out menstrual hygiene activities.]
  • Support from one person
    [The individual requires support from one person to carry out menstrual hygiene activities.]
  • Support from two or more people
    [The individual requires support from two or more people to carry out menstrual hygiene activities.]
Equipment/aids
0..* CLUSTER Details of the equipment/aids that the individual requires to carry out menstrual hygiene activities.
CLUSTER
Equipment description
0..1 DV_TEXT Narrative description of the equipment/aid.
Equipment details
0..1 Slot (Cluster) Structured details of the equipment/aid.
Slot
Slot
Comment
0..1 DV_TEXT Additional narrative about the individual's ability to carry out menstrual hygiene activities not captured in other fields.
Extension
0..* Slot (Cluster) Additional information required to extend the model with local content or to align with other reference models/formalisms.
Slot
Slot
archetype (adl_version=1.4; uid=3ae80a25-2a1d-4a80-85b2-eb1fcaf18659)
	openEHR-EHR-CLUSTER.menstrual_hygiene.v0

concept
	[at0000]	-- Menstrual hygiene
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heidi Koikkalainen">
		["organisation"] = <"freshEHR Clinical Informatics Ltd.">
		["email"] = <"heidi@freshehr.com">
		["date"] = <"2020-10-09">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record details about the practical ability of an individual to carry out menstrual hygiene activities, such as using sanitary towels and tampons, and their identified support needs.">
			use = <"Use to record details about the practical ability of an individual to carry out menstrual hygiene activities, such as using sanitary towels and tampons, and their identified support needs.">
			keywords = <"menstruation, period", ...>
			misuse = <"">
			copyright = <"© Apperta Foundation">
		>
	>
	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"] = <"Apperta UK">
		["original_namespace"] = <"uk.org.clinicalmodels">
		["original_publisher"] = <"Apperta UK">
		["custodian_namespace"] = <"uk.org.clinicalmodels">
		["MD5-CAM-1.0.1"] = <"1CA4B3DC91C3AE19DDB0872158961298">
		["build_uid"] = <"c526e19e-65de-4b65-8c32-8e219dc3afa1">
		["revision"] = <"0.0.1-alpha">
	>

definition
	CLUSTER[at0000] matches {    -- Menstrual hygiene
		items cardinality matches {1..*; unordered} matches {
			ELEMENT[at0001] occurrences matches {0..1} matches {    -- Description
				value matches {
					DV_TEXT matches {*}
				}
			}
			ELEMENT[at0002] occurrences matches {0..1} matches {    -- Ability
				value matches {
					DV_CODED_TEXT matches {
						defining_code matches {
							[local::
							at0003,    -- Independent without equipment/aids
							at0004,    -- Independent with equipment/aids
							at0005,    -- Requires support
							at0006,    -- Unable to manage personal care
							at0007]    -- Not known
						}
					}
				}
			}
			ELEMENT[at0008] occurrences matches {0..1} matches {    -- Support required
				value matches {
					DV_CODED_TEXT matches {
						defining_code matches {
							[local::
							at0009,    -- Verbal prompt
							at0010,    -- Physical prompt
							at0011,    -- Support from one person
							at0012]    -- Support from two or more people
						}
					}
				}
			}
			CLUSTER[at0013] occurrences matches {0..*} matches {    -- Equipment/aids
				items cardinality matches {1..*; unordered} matches {
					ELEMENT[at0014] occurrences matches {0..1} matches {    -- Equipment description
						value matches {
							DV_TEXT matches {*}
						}
					}
					allow_archetype CLUSTER[at0015] occurrences matches {0..1} matches {    -- Equipment details
						include
							archetype_id/value matches {/.*/}
					}
				}
			}
			ELEMENT[at0016] occurrences matches {0..1} matches {    -- Comment
				value matches {
					DV_TEXT matches {*}
				}
			}
			allow_archetype CLUSTER[at0017] occurrences matches {0..*} matches {    -- Extension
				include
					archetype_id/value matches {/.*/}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Menstrual hygiene">
					description = <"The ability of an individual to carry out menstrual hygiene activities, such as using sanitary towels and tampons.">
				>
				["at0001"] = <
					text = <"Description">
					description = <"Narrative description of the individual's overall ability to carry out menstrual hygiene activities.">
				>
				["at0002"] = <
					text = <"Ability">
					description = <"Description of the individual's level of ability to carry out menstrual hygiene activities.">
				>
				["at0003"] = <
					text = <"Independent without equipment/aids">
					description = <"The individual is able to take care of their menstrual hygiene independently without any equipment/aids.">
				>
				["at0004"] = <
					text = <"Independent with equipment/aids">
					description = <"The individual is able to take care of their menstrual hygiene independently with equipment/aids.">
				>
				["at0005"] = <
					text = <"Requires support">
					description = <"The individual requires support from others to take of their menstrual hygiene.">
				>
				["at0006"] = <
					text = <"Unable to manage personal care">
					description = <"The individual is unable to take care of their menstrual hygiene and is totally dependent on others.">
				>
				["at0007"] = <
					text = <"Not known">
					description = <"It is not known whether the individual is independent or requires support to take care of their menstrual hygiene.">
				>
				["at0008"] = <
					text = <"Support required">
					description = <"Description of the type of support the individual requires to carry out menstrual hygiene activities.">
				>
				["at0009"] = <
					text = <"Verbal prompt">
					description = <"The individual requires verbal prompting to carry out menstrual hygiene activities.">
				>
				["at0010"] = <
					text = <"Physical prompt">
					description = <"The individual requires physical prompting to carry out menstrual hygiene activities.">
				>
				["at0011"] = <
					text = <"Support from one person">
					description = <"The individual requires support from one person to carry out menstrual hygiene activities.">
				>
				["at0012"] = <
					text = <"Support from two or more people">
					description = <"The individual requires support from two or more people to carry out menstrual hygiene activities.">
				>
				["at0013"] = <
					text = <"Equipment/aids">
					description = <"Details of the equipment/aids that the individual requires to carry out menstrual hygiene activities.">
				>
				["at0014"] = <
					text = <"Equipment description">
					description = <"Narrative description of the equipment/aid.">
				>
				["at0015"] = <
					text = <"Equipment details">
					description = <"Structured details of the equipment/aid.">
				>
				["at0016"] = <
					text = <"Comment">
					description = <"Additional narrative about the individual's ability to carry out menstrual hygiene activities not captured in other fields.">
				>
				["at0017"] = <
					text = <"Extension">
					description = <"Additional information required to extend the model with local content or to align with other reference models/formalisms.">
				>
			>
		>
	>