Modellbiblioteket openEHR Fork
Name
Referral details
Description
Example framework for modelling a template for a referral.
Keywords
referral request
Purpose
To provide an example framework for modelling a referral within a template.
Use
Use to provide an example framework for modelling a referral within a template.

This archetype is intended to be nested within the COMPOSITION.request or any relevant COMPOSITION archetype.
Archetype Id
openEHR-EHR-SECTION.referral_details.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 an example framework for modelling a referral within a template.
Name Card Type Description
Referral request
0..* Slot (Instruction) Details about the referral request.
Slot
Slot
Details
0..* Slot (Entry) Additional clinical details supporting the referral.
Slot
Slot
archetype (adl_version=1.4; uid=839ab12c-eb0b-310a-86a4-bd4931c45211)
	openEHR-EHR-SECTION.referral_details.v0

concept
	[at0000]	-- Referral details
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Heather Leslie">
		["organisation"] = <"Atomica Informatics">
		["email"] = <"heather.leslie@atomicainformatics.com">
		["date"] = <"2010-03-07">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"To provide an example framework for modelling a referral within a template.">
			use = <"Use to provide an example framework for modelling a referral within a template.

This archetype is intended to be nested within the COMPOSITION.request or any relevant COMPOSITION archetype.">
			keywords = <"referral", "request">
			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">
		["references"] = <"">
		["original_namespace"] = <"org.openehr">
		["original_publisher"] = <"openEHR Foundation">
		["custodian_namespace"] = <"org.openehr">
		["MD5-CAM-1.0.1"] = <"7DAA69B9A4F026B57C71629C1B49D260">
		["build_uid"] = <"cac8073d-4bf0-45b2-9dc8-39829125c1e5">
		["revision"] = <"0.0.1-alpha">
	>

definition
	SECTION[at0000] matches {    -- Referral details
		items cardinality matches {0..*; unordered} matches {
			allow_archetype INSTRUCTION[at0001] occurrences matches {0..*} matches {    -- Referral request
				include
					archetype_id/value matches {/openEHR-EHR-INSTRUCTION\.service_request\.v1/}
			}
			allow_archetype ENTRY[at0002] occurrences matches {0..*} matches {    -- Details
				include
					archetype_id/value matches {/openEHR-EHR-EVALUATION\.clinical_synopsis(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-OBSERVATION\.story(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-OBSERVATION\.exam(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-OBSERVATION\.imaging_exam_result(-[a-zA-Z0-9_]+)*\.v0|openEHR-EHR-OBSERVATION\.laboratory_test_result(-[a-zA-Z0-9_]+)*\.v1/}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Referral details">
					description = <"Example framework for modelling a template for a referral.">
				>
				["at0001"] = <
					text = <"Referral request">
					description = <"Details about the referral request.">
				>
				["at0002"] = <
					text = <"Details">
					description = <"Additional clinical details supporting the referral.">
				>
			>
		>
	>