Modellbiblioteket openEHR Fork
Name
Vaccination list
Description
Framework for consistent modelling of content within a template for an Vaccination List.
Keywords
immunisation vaccination exclusion absence list
Purpose
To provide a framework and design guidance for consistent modelling of content within a template for a Vaccination list.
Use
Use as a framework and suggested design guidance for consistent modelling of content within a template for a Vaccination list.

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

This list can be comprised of three types of statements, each represented by specific archetypes:
- statements about the positive presence of vaccinations administered are recorded using the ACTION.medication OR
- statements about the positive exclusion of vaccinations administered can be recorded using the specific EVALUATION.exclusion-global; OR
- statements about no information being available - neither a positive presence of an administered vaccination nor a positive exclusion - can be recorded using the EVALUATION.absence archetype.
Misuse
Not to be used to record the actual administration of a vaccination. Use ACTION.medication for this purpose.
Archetype Id
openEHR-EHR-SECTION.immunisation_list.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 provide a framework and design guidance for consistent modelling of content within a template for a Vaccination list.
Name Card Type Description
Vaccinations administered
0..* Slot (Entry) Positive statements about vaccinations that have been administered.
Slot
Slot
Exclusion statement
0..* Slot (Evaluation) A positive statement about the exclusion of vaccinations administered.
Comment
For example: "No vaccinations administered".
Slot
Slot
Absence statement
0..* Slot (Evaluation) A positive statement that no information is available about vaccinations administered.
Comment
For example: "No information available about vaccinations administered".
Slot
Slot
archetype (adl_version=1.4; uid=b48f667c-03fe-4c38-b817-cc18cbefb4db)
	openEHR-EHR-SECTION.immunisation_list.v0

concept
	[at0000]	-- Vaccination list
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Atomica Informatics">
		["email"] = <"heather.leslie@atomicainformatics.com">
		["date"] = <"2019-02-11">
	>
	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 Vaccination list.">
			use = <"Use as a framework and suggested design guidance for consistent modelling of content within a template for a Vaccination list.

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

This list can be comprised of three types of statements, each represented by specific archetypes:
- statements about the positive presence of vaccinations administered are recorded using the ACTION.medication OR
- statements about the positive exclusion of vaccinations administered can be recorded using the specific EVALUATION.exclusion-global; OR
- statements about no information being available - neither a positive presence of an administered vaccination nor a positive exclusion - can be recorded using the EVALUATION.absence archetype.">
			keywords = <"immunisation", "vaccination", "exclusion", "absence", "list">
			misuse = <"Not to be used to record the actual administration of a vaccination. Use ACTION.medication for this purpose.">
			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"] = <"6D33ECAE951870774131B9C6BB600560">
		["build_uid"] = <"4cb62ae4-0f0c-4a80-bdb2-ad6427834dc3">
		["revision"] = <"0.0.1-alpha">
	>

definition
	SECTION[at0000] matches {    -- Vaccination list
		items cardinality matches {1..*; unordered} matches {
			allow_archetype ENTRY[at0001] occurrences matches {0..*} matches {    -- Vaccinations administered
				include
					archetype_id/value matches {/openEHR-EHR-ACTION\.medication(-[a-zA-Z0-9_]+)*\.v1/}
			}
			allow_archetype EVALUATION[at0002] occurrences matches {0..*} matches {    -- Exclusion statement
				include
					archetype_id/value matches {/openEHR-EHR-EVALUATION\.exclusion_global(-[a-zA-Z0-9_]+)*\.v1/}
			}
			allow_archetype EVALUATION[at0003] 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 = <"Vaccination list">
					description = <"Framework for consistent modelling of content within a template for an Vaccination List.">
				>
				["at0001"] = <
					text = <"Vaccinations administered">
					description = <"Positive statements about vaccinations that have been administered.">
				>
				["at0002"] = <
					text = <"Exclusion statement">
					description = <"A positive statement about the exclusion of vaccinations administered.">
					comment = <"For example: \"No vaccinations administered\".">
				>
				["at0003"] = <
					text = <"Absence statement">
					description = <"A positive statement that no information is available about vaccinations administered.">
					comment = <"For example: \"No information available about vaccinations administered\".">
				>
			>
		>
	>