OpenEHR Apperta Mirror
Name
Cancer MDT referral details
Description
Urology cancer MDT referral form specific details.
Keywords
urology referral cancer MDT
Purpose
Capture specific request details in Urology MDT referral dataset.
Use
For use in the openCancer project for requesting an MDT review meeting for urology cancer.
Archetype Id
openEHR-EHR-CLUSTER.urology_ref_details_oc.v0
Copyright
© Clinical Models UK
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
Hildegard Franke
freshEHR Clinical Informatics Ltd.
Date Originally Authored
2016-08-11
Name Card Type Description
MDT schedule
0..1 DV_CODED_TEXT Statement about schedule of MDT, whether next available or specific date.
Constraint for DV_CODED_TEXT
  • Next available
    [Schedule MDT for next available date.]
  • Specific date
    [Schedule MDT on specific date.]
Reviews required
0..* DV_CODED_TEXT Description of required reviews.
Constraint for DV_CODED_TEXT
  • Histology
    [Review of histology required.]
  • Radiology
    [Review of radiology required.]
  • Case discussion only
    [Case discussion only required.]
Special MDT office instructions
0..1 DV_TEXT Narrative to provide optional instructions for the MDT office.
Date symptoms first noticed
0..1 DV_DATE_TIME Date when patient first experienced symptoms.
archetype (adl_version=1.4; uid=85148608-d412-4e10-b02a-20fb41721733)
	openEHR-EHR-CLUSTER.urology_ref_details_oc.v0

concept
	[at0000]	-- Cancer MDT referral details
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Hildegard Franke">
		["organisation"] = <"freshEHR Clinical Informatics Ltd.">
		["email"] = <"hildi@freshehr.com">
		["date"] = <"2016-08-11">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"Capture specific request details in Urology MDT referral dataset.">
			use = <"For use in the openCancer project for requesting an MDT review meeting for urology cancer.">
			keywords = <"urology", "referral", "cancer", "MDT">
			misuse = <"">
			copyright = <"© Clinical Models UK">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <>
	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"] = <"UK Clinical Models">
		["current_contact"] = <"Hildegard Franke, freshEHR Clinical Informatics Ltd.<hildi@freshehr.com>">
		["original_namespace"] = <"uk.org.clinicalmodels">
		["original_publisher"] = <"UK Clinical Models">
		["custodian_namespace"] = <"uk.org.clinicalmodels">
		["MD5-CAM-1.0.1"] = <"EF3C07F7D8C7C5F737206A5BC05EFA5B">
		["build_uid"] = <"479aac30-56fb-4548-9bfe-c1989d0e1846">
		["revision"] = <"0.0.1-alpha">
	>

definition
	CLUSTER[at0000] matches {	-- Cancer MDT referral details
		items cardinality matches {1..*; unordered} matches {
			ELEMENT[at0001] occurrences matches {0..1} matches {	-- MDT schedule
				value matches {
					DV_CODED_TEXT matches {
						defining_code matches {
							[local::
							at0002, 	-- Next available
							at0003]	-- Specific date
						}
					}
				}
			}
			ELEMENT[at0005] occurrences matches {0..*} matches {	-- Reviews required
				value matches {
					DV_CODED_TEXT matches {
						defining_code matches {
							[local::
							at0006, 	-- Histology
							at0007, 	-- Radiology
							at0008]	-- Case discussion only
						}
					}
				}
			}
			ELEMENT[at0004] occurrences matches {0..1} matches {	-- Special MDT office instructions
				value matches {
					DV_TEXT matches {*}
				}
			}
			ELEMENT[at0010] occurrences matches {0..1} matches {	-- Date symptoms first noticed
				value matches {
					DV_DATE_TIME matches {*}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"Cancer MDT referral details">
					description = <"Urology cancer MDT referral form specific details.">
				>
				["at0001"] = <
					text = <"MDT schedule">
					description = <"Statement about schedule of MDT, whether next available or specific date.">
				>
				["at0002"] = <
					text = <"Next available">
					description = <"Schedule MDT for next available date.">
				>
				["at0003"] = <
					text = <"Specific date">
					description = <"Schedule MDT on specific date.">
				>
				["at0004"] = <
					text = <"Special MDT office instructions">
					description = <"Narrative to provide optional instructions for the MDT office.">
				>
				["at0005"] = <
					text = <"Reviews required">
					description = <"Description of required reviews.">
				>
				["at0006"] = <
					text = <"Histology">
					description = <"Review of histology required.">
				>
				["at0007"] = <
					text = <"Radiology">
					description = <"Review of radiology required.">
				>
				["at0008"] = <
					text = <"Case discussion only">
					description = <"Case discussion only required.">
				>
				["at0010"] = <
					text = <"Date symptoms first noticed">
					description = <"Date when patient first experienced symptoms.">
				>
			>
		>
	>