Modellbiblioteket openEHR Fork
Name
Breast feeding summary
Description
Summary or persistent information about the all breastfeeding experience of an individual.
Keywords
breast
Purpose
To record summary information about the breastfeeding experience of an individual.
Use
Use to record summary information about the breastfeeding experience of an individual.
Misuse
Not to be used to record details about the feeding of an infant. Use EVALUATION.infant_feeding_summary for an overview of infant feeding and OBSERVATION.infant_feeding to record a feeding diary.
Archetype Id
openEHR-EHR-EVALUATION.breast_feeding_summary.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 summary information about the breastfeeding experience of an individual.
Name Card Type Description
Status
0..1 DV_CODED_TEXT
Constraint for DV_CODED_TEXT
  • Currently breastfeeding
    [The individual is currently breastfeeding.]
  • Previous breastfeeding
    [The individual has breastfed in the past.]
  • Never breastfed
    [The individual has never breastfed.]
Description
0..1 DV_TEXT Narrative description about the overall breastfeeding history for an individual.
Per episode
0..* CLUSTER Detail about a discrete episode of breastfeeding activity.
CLUSTER
Episode label
0..1 DV_TEXT Identification of an episode of breastfeeding - either as a number in a sequence and/or a named event.
Comment
For example: '2' as the second episode within a sequence of episodes; or 'James' if describing the breastfeeding after the birth of an infant named James.
Episode description
0..1 DV_TEXT Narrative description about breastfeeding during the identified episode.
Start date
0..1 DV_DATE The date when the episode of breastfeeding commenced.
DV_DATE
Stop date
0..1 DV_DATE The date when the episode of breastfeeding ceased.
DV_DATE
Comment
0..1 DV_TEXT Additional narrative about all breastfeeding not captured in other fields.
Name Card Type Description
Last updated
0..1 DV_DATE_TIME The date when the breast feeding summary was last updated.
DV_DATE_TIME
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=e5d5ab60-99ac-465a-aaf8-103c7d508ea9)
	openEHR-EHR-EVALUATION.breast_feeding_summary.v0

concept
	[at0000]	-- Breast feeding summary
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Atomica Informatics">
		["email"] = <"heather.leslie@atomicainformatics.com">
		["date"] = <"2020-07-22">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record summary information about the breastfeeding experience of an individual.">
			use = <"Use to record summary information about the breastfeeding experience of an individual.">
			keywords = <"breast", ...>
			misuse = <"Not to be used to record details about the feeding of an infant. Use EVALUATION.infant_feeding_summary for an overview of infant feeding and OBSERVATION.infant_feeding to record a feeding diary.">
			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">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"59219763CD95EB07D842187E55E3CA33">
		["build_uid"] = <"af53b7d6-44fd-4429-bb99-9586f423b41e">
		["revision"] = <"0.0.1-alpha">
	>

definition
	EVALUATION[at0000] matches {    -- Breast feeding summary
		data matches {
			ITEM_TREE[at0001] matches {    -- Item tree
				items cardinality matches {0..*; unordered} matches {
					ELEMENT[at0002] occurrences matches {0..1} matches {    -- Status
						value matches {
							DV_CODED_TEXT matches {
								defining_code matches {
									[local::
									at0003,    -- Currently breastfeeding
									at0004,    -- Previous breastfeeding
									at0005]    -- Never breastfed
								}
							}
						}
					}
					ELEMENT[at0006] occurrences matches {0..1} matches {    -- Description
						value matches {
							DV_TEXT matches {*}
						}
					}
					CLUSTER[at0007] occurrences matches {0..*} matches {    -- Per episode
						items cardinality matches {1..*; unordered} matches {
							ELEMENT[at0008] occurrences matches {0..1} matches {    -- Episode label
								value matches {
									DV_TEXT matches {*}
								}
							}
							ELEMENT[at0009] occurrences matches {0..1} matches {    -- Episode description
								value matches {
									DV_TEXT matches {*}
								}
							}
							ELEMENT[at0010] occurrences matches {0..1} matches {    -- Start date
								value matches {
									DV_DATE matches {*}
								}
							}
							ELEMENT[at0011] occurrences matches {0..1} matches {    -- Stop date
								value matches {
									DV_DATE matches {*}
								}
							}
						}
					}
					ELEMENT[at0012] occurrences matches {0..1} matches {    -- Comment
						value matches {
							DV_TEXT matches {*}
						}
					}
				}
			}
		}
		protocol matches {
			ITEM_TREE[at0013] matches {    -- Item tree
				items cardinality matches {0..*; unordered} matches {
					ELEMENT[at0014] occurrences matches {0..1} matches {    -- Last updated
						value matches {
							DV_DATE_TIME matches {*}
						}
					}
					allow_archetype CLUSTER[at0015] occurrences matches {0..*} matches {    -- Extension
						include
							archetype_id/value matches {/.*/}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Breast feeding summary">
					description = <"Summary or persistent information about the all breastfeeding experience of an individual.">
				>
				["at0001"] = <
					text = <"Item tree">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Status">
					description = <"">
				>
				["at0013"] = <
					text = <"Item tree">
					description = <"@ internal @">
				>
				["at0006"] = <
					text = <"Description">
					description = <"Narrative description about the overall breastfeeding history for an individual.">
				>
				["at0007"] = <
					text = <"Per episode">
					description = <"Detail about a discrete episode of breastfeeding activity.">
				>
				["at0010"] = <
					text = <"Start date">
					description = <"The date when the episode of breastfeeding commenced.">
				>
				["at0011"] = <
					text = <"Stop date">
					description = <"The date when the episode of breastfeeding ceased.">
				>
				["at0009"] = <
					text = <"Episode description">
					description = <"Narrative description about breastfeeding during the identified episode.">
				>
				["at0014"] = <
					text = <"Last updated">
					description = <"The date when the breast feeding summary was last updated.">
				>
				["at0015"] = <
					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.">
				>
				["at0003"] = <
					text = <"Currently breastfeeding">
					description = <"The individual is currently breastfeeding.">
				>
				["at0004"] = <
					text = <"Previous breastfeeding">
					description = <"The individual has breastfed in the past.">
				>
				["at0005"] = <
					text = <"Never breastfed">
					description = <"The individual has never breastfed.">
				>
				["at0012"] = <
					text = <"Comment">
					description = <"Additional narrative about all breastfeeding not captured in other fields.">
				>
				["at0008"] = <
					text = <"Episode label">
					description = <"Identification of an episode of breastfeeding - either as a number in a sequence and/or a named event.">
					comment = <"For example: '2' as the second episode within a sequence of episodes; or 'James' if describing the breastfeeding after the birth of an infant named James.">
				>
			>
		>
	>