archetype (adl_version=1.4) openEHR-EHR-EVALUATION.pregnancy_bf_status.v1 concept [at0000] -- Pregnancy/Breast Feeding Status language original_language = <[ISO_639-1::en]> description original_author = < ["name"] = <"Heather Leslie"> ["organisation"] = <"Ocean Informatics"> ["email"] = <"heather.leslie@oceaninformatics.com"> ["date"] = <"2012-12-02"> > details = < ["en"] = < language = <[ISO_639-1::en]> purpose = <"To record that a woman is currently pregnant or is currently breast feeding only."> use = <"Use to flag the positive, currently pregnant, and/or currently breast feeding state, within a clinical system. If the woman is no longer pregnant and/or breast feeding, then this flag should be removed. This archetype has been designed to trigger decision support and therapeutic precautions in clinical systems, without necessarily having knowledge of details about the pregnancy or breast feeding."> keywords = <"pregnant", "pregnancy", "breast feeding"> misuse = <"Not to be used to record the positive exclusion of pregnancy or breast feeding - use specific EVALUATION.exclusion archetypes for this purpose. Not to be used to record details about a specific pregnancy - use EVALUATION.pregnancy for this purpose."> copyright = <"© openEHR Foundation"> > > lifecycle_state = <"AuthorDraft"> other_contributors = <"Sam Heard, Ocean Informatics, Australia", ...> other_details = < ["current_contact"] = <"Heather Leslie, Ocean Informatics, heather.leslie@oceaninformatics.com"> ["references"] = <"openEHR Clinical Knowledge Manager [Internet]. London: openEHR Foundation. [Draft archetype] Pregnancy/Breast Feeding Status; [updated 2012 Dec 02, cited 2012 Dec 02]. Available from: http://www.openehr.org/knowledge/OKM.html#showarchetype_1013.1.1300_3."> ["MD5-CAM-1.0.1"] = <"F75369554F8AD6EB3F65CE785F9E9350"> > definition EVALUATION[at0000] matches { -- Pregnancy/Breast Feeding Status data matches { ITEM_TREE[at0001] matches { -- Tree items cardinality matches {0..*; unordered} matches { ELEMENT[at0002] occurrences matches {0..1} matches { -- Pregnant value matches { DV_BOOLEAN matches { value matches {True} } } } ELEMENT[at0003] occurrences matches {0..1} matches { -- Breast Feeding value matches { DV_BOOLEAN matches { value matches {True} } } } } } } protocol matches { ITEM_TREE[at0004] matches { -- Tree items cardinality matches {0..*; unordered} matches { ELEMENT[at0005] occurrences matches {0..1} matches { -- Last Updated value matches { DV_DATE_TIME matches {*} } } } } } } ontology term_definitions = < ["en"] = < items = < ["at0000"] = < text = <"Pregnancy/Breast Feeding Status"> description = <"Record of the positive state of pregnancy or breast feeding."> > ["at0001"] = < text = <"Tree"> description = <"@ internal @"> > ["at0002"] = < text = <"Pregnant"> description = <"The woman is pregnant."> comment = <"Record as True if there is clinical opinion or confirmation by diagnostic test of a positive pregnancy state. "> > ["at0003"] = < text = <"Breast Feeding"> description = <"The woman is breast feeding."> comment = <"Record as True if there is knowledge that the woman is currently breastfeeding."> > ["at0004"] = < text = <"Tree"> description = <"@ internal @"> > ["at0005"] = < text = <"Last Updated"> description = <"Date and optional time when the pregnancy and /or breast feeding statement was last updated."> > > > >