OpenEHR Master CKM Mirror
Name
Family history
Description
Framework for consistent modelling of content within a template for a persistent Family history record.
Keywords
family history pedigree prevalence
Purpose
To provide a framework and design guidance for consistent modelling of content within a template for a persistent Family history record.
Use
Use as a framework and suggested design guidance for consistent modelling of content within a template for a persistent Family history record.

This archetype is intended to be used within the COMPOSITION.family_history or as one component of other COMPOSITION archetypes. For example: complex documents, such as a discharge summary or referral.

This list can be comprised of three types of statements, each represented by specific archetypes:
- a statement about the positive presence of family history issues can be recorded using a single instance of the EVALUATION.family_history; OR
- statements about the positive exclusion of family history issues can be recorded using the specific EVALUATION.exclusion-global ; OR
- statements about no information being available - neither a positive presence of family history issues nor a positive exclusion - can be recorded using the EVALUATION.absence archetype.
Archetype Id
openEHR-EHR-SECTION.family_history.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
2019-04-12
Name Card Type Description
Family history
0..1 Slot (Evaluation) A positive statement about the presence of family health issues.
Slot
Slot
Exclusion statement
0..* Slot (Evaluation) A positive statement about the exclusion of known family history.
Comment
For example: 'No known family history'.
Slot
Slot
Absence statement
0..* Slot (Evaluation) A positive statement that no information is available about family history.
Comment
For example: 'No information available about family history'.
Slot
Slot
archetype (adl_version=1.4; uid=8631ae3c-edaa-4792-a74c-cd09c734c57e)
	openEHR-EHR-SECTION.family_history.v0

concept
	[at0000]	-- Family history
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Atomica Informatics">
		["email"] = <"heather.leslie@atomicainformatics.com">
		["date"] = <"2019-04-12">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To provide a framework and design guidance for consistent modelling of content within a template for a persistent Family history record.">
			use = <"Use as a framework and suggested design guidance for consistent modelling of content within a template for a persistent Family history record.

This archetype is intended to be used within the COMPOSITION.family_history or as one component of other COMPOSITION archetypes. For example: complex documents, such as a discharge summary or referral.

This list can be comprised of three types of statements, each represented by specific archetypes:
- a statement about the positive presence of family history issues can be recorded using a single instance of the EVALUATION.family_history; OR
- statements about the positive exclusion of family history issues can be recorded using the specific EVALUATION.exclusion-global ; OR
- statements about no information being available - neither a positive presence of family history issues nor a positive exclusion - can be recorded using the EVALUATION.absence archetype.">
			keywords = <"family,history,pedigree,prevalence", ...>
			misuse = <"">
			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<heather.leslie@atomicainformatics.com>">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"8BCB58E2E9EBD31E373ADB1EA2ACB437">
		["build_uid"] = <"cd1df45d-d4e7-4ea1-a489-eca49f05b6d8">
		["revision"] = <"0.0.1-alpha">
	>

definition
	SECTION[at0000] matches {    -- Family history
		items cardinality matches {1..*; unordered} matches {
			allow_archetype EVALUATION[at0007] occurrences matches {0..1} matches {    -- Family history
				include
					archetype_id/value matches {/openEHR-EHR-EVALUATION\.family_history(-[a-zA-Z0-9_]+)*\.v2/}
			}
			allow_archetype EVALUATION[at0008] occurrences matches {0..*} matches {    -- Exclusion statement
				include
					archetype_id/value matches {/openEHR-EHR-EVALUATION\.exclusion_global(-[a-zA-Z0-9_]+)*\.v1/}
			}
			allow_archetype EVALUATION[at0009] occurrences matches {0..*} matches {    -- Absence statement
				include
					archetype_id/value matches {/openEHR-EHR-EVALUATION\.absence(-[a-zA-Z0-9_]+)*\.v2/}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Family history">
					description = <"Framework for consistent modelling of content within a template for a persistent Family history record.">
				>
				["at0007"] = <
					text = <"Family history">
					description = <"A positive statement about the presence of family health issues.">
				>
				["at0008"] = <
					text = <"Exclusion statement">
					description = <"A positive statement about the exclusion of known family history.">
					comment = <"For example: 'No known family history'.">
				>
				["at0009"] = <
					text = <"Absence statement">
					description = <"A positive statement that no information is available about family history.">
					comment = <"For example: 'No information available about family history'.">
				>
			>
		>
	>