Norwegian openEHR Repository
Name
Diagnostic Reports
Description
Suggested design pattern for including Diagnostic Reports in a template.
Keywords
diagnostic report laboratory imaging radiology pathology list
Purpose
To demonstrate a design pattern for representation of a List of Diagnostic Reports.
Use
Use to support the representation of diagnostic reports that have been recorded.
Archetype Id
openEHR-EHR-SECTION.diagnostic_reports.v0
Copyright
© Nasjonal IKT HF
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
Ocean Informatics
Date Originally Authored
7/03/2010
Language Details
Russian
Art Latyp Латыпов Артур Шамилевич
RusBITech РусБИТех, Москва
Name Card Type Description
Laboratory reports
0..* Slot (Observation) Slot constrained to specifically include archetypes representing reports/results of laboratory tests.
Slot
Slot
Imaging reports
0..* Slot (Observation) Slot constrained to specifically include archetypes representing reports/results of imaging tests.
Slot
Slot
Diagnostic report synopsis
0..* Slot (Evaluation) Slot constrained to include archetypes representing narrative synopses of laboratory and/or imaging test results.
Slot
Slot
archetype (adl_version=1.4; uid=746c58df-ab3b-4419-b4e8-b8f98d8e41d0)
	openEHR-EHR-SECTION.diagnostic_reports.v0

concept
	[at0000]	-- Diagnostic Reports
language
	original_language = <[ISO_639-1::en]>
	translations = <
		["ru"] = <
			language = <[ISO_639-1::ru]>
			author = <
				["name"] = <"Art Latyp Латыпов Артур Шамилевич">
				["organisation"] = <"RusBITech РусБИТех, Москва">
			>
			accreditation = <"hmm">
		>
	>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Ocean Informatics">
		["email"] = <"heather.leslie@oceaninformatics.com">
		["date"] = <"7/03/2010">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To demonstrate a design pattern for representation of a List of Diagnostic Reports.">
			use = <"Use to support the representation of diagnostic reports that have been recorded.">
			keywords = <"diagnostic", "report", "laboratory", "imaging", "radiology", "pathology", "list">
			misuse = <"">
			copyright = <"© Nasjonal IKT HF">
		>
		["ru"] = <
			language = <[ISO_639-1::ru]>
			purpose = <"Дизайн представления списка обоснования диагнозов">
			use = <"Используется для поддержки представления списка обоснований диагноза">
			keywords = <"диагностический", "список", "обоснование", "уточненный", "лаборатория", "визуализация", "радиология", "патоморфология", "диагноз", "окончательный", "предварительный", "рабочий">
			misuse = <"">
			copyright = <"© Nasjonal IKT HF">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <"Ian McNicoll, Ocean Informatics, Australia", "Heath Frankel, Ocean Informatics, Australia">
	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"] = <"Nasjonal IKT">
		["references"] = <"">
		["original_namespace"] = <"no.nasjonalikt">
		["original_publisher"] = <"Nasjonal IKT">
		["custodian_namespace"] = <"no.nasjonalikt">
		["MD5-CAM-1.0.1"] = <"76CA01C69B663A6E4ABC590EAF4A881B">
		["build_uid"] = <"5b39b0ea-15e3-45f4-878c-ac9d6346a039">
		["revision"] = <"0.0.1-alpha">
	>

definition
	SECTION[at0000] matches {	-- Diagnostic Reports
		items cardinality matches {0..*; unordered} matches {
			allow_archetype OBSERVATION[at0001] occurrences matches {0..*} matches {	-- Laboratory reports
				include
					archetype_id/value matches {/openEHR-EHR-OBSERVATION\.lab_test(-[a-zA-Z0-9_]+)*\.v1/}
			}
			allow_archetype OBSERVATION[at0002] occurrences matches {0..*} matches {	-- Imaging reports
				include
					archetype_id/value matches {/openEHR-EHR-OBSERVATION\.imaging(-[a-zA-Z0-9_]+)*\.v1/}
			}
			allow_archetype EVALUATION[at0003] occurrences matches {0..*} matches {	-- Diagnostic report synopsis
				include
					archetype_id/value matches {/openEHR-EHR-EVALUATION\.clinical_synopsis(-[a-zA-Z0-9_]+)*\.v1/}
			}
		}
	}



ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Diagnostic Reports">
					description = <"Suggested design pattern for including Diagnostic Reports in a template.">
				>
				["at0001"] = <
					text = <"Laboratory reports">
					description = <"Slot constrained to specifically include archetypes representing reports/results of laboratory tests.">
				>
				["at0002"] = <
					text = <"Imaging reports">
					description = <"Slot constrained to specifically include archetypes representing reports/results of imaging tests.">
				>
				["at0003"] = <
					text = <"Diagnostic report synopsis">
					description = <"Slot constrained to include archetypes representing narrative synopses of laboratory and/or imaging test results.">
				>
			>
		>
		["ru"] = <
			items = <
				["at0000"] = <
					text = <"Обоснование диагноза">
					description = <"Предлагаемый дизайн для включения в шаблон обоснований диагнозов">
				>
				["at0001"] = <
					text = <"Отчеты о лабораторных данных">
					description = <"Слот, включающий архетипы результатов лабораторных тестов">
				>
				["at0002"] = <
					text = <"Отчеты по методам визуализации">
					description = <"Слот, включающий архетипы визуализационных обследований">
				>
				["at0003"] = <
					text = <"Эпикриз с обоснованием диагноза">
					description = <"Слот, включающий архетипы для краткого описания лабораторных и других параклинических результатов">
				>
			>
		>
	>