Modellbiblioteket openEHR Fork
Name
Infectious disease summary
Description
Summary details about an infectious disease and factors related to assessment of immunity.
Purpose
To record summary details about an infectious disease and factors related to assessment of immunity.
Use
Use to record summary details about an infectious disease and factors related to assessment of immunity.
Archetype Id
openEHR-EHR-EVALUATION.infectious_disease_summary.v0
Copyright
© openEHR 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
Sistine Barretto-Daniels
Ocean Informatics Pty Ltd
Date Originally Authored
To record summary details about an infectious disease and factors related to assessment of immunity.
Name Card Type Description
Infectious disease
1..1 DV_TEXT Name of the infectious disease.
Immune status
0..1 DV_TEXT Assertion about the immune status of the subject.
Comment
For example: confirmed immune; assumed immune; acute infection; chronic infection; carrier; not immune; and non-responder. This assessment will need to take into account any evidence re previous infection, diagnostic evidence (CLUSTER.diagnostic_evidence_summary) and immunisation history (EVALUATION.immunisation_summary).
Description of immune status
0..1 DV_TEXT Narrative description about the assessment of immune status for the infectious disease.
Previous infection?
0..1 DV_CODED_TEXT Has the subject been exposed through a previous infection to the same infectious disease?
Constraint for DV_CODED_TEXT
  • Confirmed
    [Previous infection has been confirmed by history or findings.]
  • Suspected
    [Previous infection is suspected from history or findings, but has not been confirmed.]
  • No Evidence
    [There is no history or findings to suggest that the subject has had a previous infection.]
Evidence
0..* Slot (Cluster) Details about evidence that supports the assertion of an immune status.
Slot
Slot
Comment
0..1 DV_TEXT Narrative information about the infectious disease not captured in other fields.
Name Card Type Description
Last Updated
0..1 DV_DATE_TIME The date at which the infectious disease summary was last clinically asserted, affirmed or confirmed.
DV_DATE_TIME
Extension
0..* Slot (Cluster) Additional information required to capture local context or to align with other reference models/formalisms.
Comment
For example: Local hospital departmental infomation or additional metadata to align with FHIR or CIMI equivalents.
Slot
Slot
archetype (adl_version=1.4; uid=834b8faa-1161-3e42-974e-da7e4c5f32d2)
	openEHR-EHR-EVALUATION.infectious_disease_summary.v0

concept
	[at0000]	-- Infectious disease summary
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Sistine Barretto-Daniels">
		["organisation"] = <"Ocean Informatics Pty Ltd">
		["email"] = <"Sistine.Barretto-Daniels@oceaninformatics.com">
		["date"] = <"2012-10-10">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To record summary details about an infectious disease and factors related to assessment of immunity.">
			use = <"Use to record summary details about an infectious disease and factors related to assessment of immunity.">
			misuse = <"">
			copyright = <"© openEHR Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <"Heather Leslie, Atomica Informatics, Australia", ...>
	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"] = <"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"] = <"2101661D3025DCD4F2C7F9D60DD209A0">
		["build_uid"] = <"24cacbf7-0836-4903-9a34-96e588c0645b">
		["revision"] = <"0.0.1-alpha">
	>

definition
	EVALUATION[at0000] matches {    -- Infectious disease summary
		data matches {
			ITEM_TREE[at0001] matches {    -- Tree
				items cardinality matches {1..*; unordered} matches {
					ELEMENT[at0002] matches {    -- Infectious disease
						value matches {
							DV_TEXT matches {*}
						}
					}
					ELEMENT[at0003] occurrences matches {0..1} matches {    -- Immune status
						value matches {
							DV_TEXT matches {*}
						}
					}
					ELEMENT[at0042] occurrences matches {0..1} matches {    -- Description of immune status
						value matches {
							DV_TEXT matches {*}
						}
					}
					ELEMENT[at0047] occurrences matches {0..1} matches {    -- Previous infection?
						value matches {
							DV_CODED_TEXT matches {
								defining_code matches {
									[local::
									at0048,    -- Confirmed
									at0049,    -- Suspected
									at0050]    -- No Evidence
								}
							}
						}
					}
					allow_archetype CLUSTER[at0046] occurrences matches {0..*} matches {    -- Evidence
						include
							archetype_id/value matches {/.*/}
					}
					ELEMENT[at0014] occurrences matches {0..1} matches {    -- Comment
						value matches {
							DV_TEXT matches {*}
						}
					}
				}
			}
		}
		protocol matches {
			ITEM_TREE[at0020] matches {    -- Tree
				items cardinality matches {0..*; unordered} matches {
					ELEMENT[at0021] occurrences matches {0..1} matches {    -- Last Updated
						value matches {
							DV_DATE_TIME matches {*}
						}
					}
					allow_archetype CLUSTER[at0051] occurrences matches {0..*} matches {    -- Extension
						include
							archetype_id/value matches {/.*/}
					}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Infectious disease summary">
					description = <"Summary details about an infectious disease and factors related to assessment of immunity.">
				>
				["at0001"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0002"] = <
					text = <"Infectious disease">
					description = <"Name of the infectious disease.">
				>
				["at0003"] = <
					text = <"Immune status">
					description = <"Assertion about the immune status of the subject.">
					comment = <"For example: confirmed immune; assumed immune; acute infection; chronic infection; carrier; not immune; and non-responder. This assessment will need to take into account any evidence re previous infection, diagnostic evidence (CLUSTER.diagnostic_evidence_summary) and immunisation history (EVALUATION.immunisation_summary).">
				>
				["at0014"] = <
					text = <"Comment">
					description = <"Narrative information about the infectious disease not captured in other fields.">
				>
				["at0020"] = <
					text = <"Tree">
					description = <"@ internal @">
				>
				["at0021"] = <
					text = <"Last Updated">
					description = <"The date at which the infectious disease summary was last clinically asserted, affirmed or confirmed.">
				>
				["at0042"] = <
					text = <"Description of immune status">
					description = <"Narrative description about the assessment of immune status for the  infectious disease.">
				>
				["at0046"] = <
					text = <"Evidence">
					description = <"Details about evidence that supports the assertion of an immune status.">
				>
				["at0047"] = <
					text = <"Previous infection?">
					description = <"Has the subject been exposed through a previous infection to the same infectious disease?">
				>
				["at0048"] = <
					text = <"Confirmed">
					description = <"Previous infection has been confirmed by history or findings.">
				>
				["at0049"] = <
					text = <"Suspected">
					description = <"Previous infection is suspected from history or findings, but has not been confirmed.">
				>
				["at0050"] = <
					text = <"No Evidence">
					description = <"There is no history or findings to suggest that the subject has had a previous infection.">
				>
				["at0051"] = <
					text = <"Extension">
					description = <"Additional information required to capture local context or to align with other reference models/formalisms.">
					comment = <"For example: Local hospital departmental infomation or additional metadata to align with FHIR or CIMI equivalents.">
				>
			>
		>
	>