TEST Conditions
Name
GP synch details
Description
GP synch rosi
Purpose
Use
Archetype Id
openEHR-EHR-CLUSTER.gp_synch_rosi.v0
Copyright
© Apperta Foundation
Licencing
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
Original Author
Ian McNicoll
freshEHR Clinical Informatics Ltd.
Date Originally Authored
2021-12-15
Name Card Type Description
Date first synchronised
0..1 DV_DATE_TIME
Date last synchronised
0..1 DV_DATE_TIME
archetype (adl_version=1.4; uid=3d80c778-510b-438e-b28a-08799ad7820d)
	openEHR-EHR-CLUSTER.gp_synch_rosi.v0

concept
	[at0000]	-- GP synch details
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Ian McNicoll">
		["organisation"] = <"freshEHR Clinical Informatics Ltd.">
		["email"] = <"ian@freshehr.com">
		["date"] = <"2021-12-15">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"">
			use = <"">
			misuse = <"">
			copyright = <"© Apperta Foundation">
		>
	>
	lifecycle_state = <"in_development">
	other_contributors = <>
	other_details = <
		["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.">
		["custodian_organisation"] = <"Apperta UK">
		["original_namespace"] = <"uk.org.clinicalmodels">
		["original_publisher"] = <"Apperta UK">
		["custodian_namespace"] = <"uk.org.clinicalmodels">
		["MD5-CAM-1.0.1"] = <"7D85FB648FC836D726F4200F9ED8B62D">
		["build_uid"] = <"47ad8d4c-c5f5-42f0-85c2-9895c4b34fc2">
		["revision"] = <"0.0.1-alpha">
	>

definition
	CLUSTER[at0000] matches {    -- GP synch details
		items cardinality matches {1..*; unordered} matches {
			ELEMENT[at0001] occurrences matches {0..1} matches {    -- Date first synchronised
				value matches {
					DV_DATE_TIME matches {*}
				}
			}
			ELEMENT[at0002] occurrences matches {0..1} matches {    -- Date last synchronised
				value matches {
					DV_DATE_TIME matches {*}
				}
			}
		}
	}


ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					text = <"GP synch details">
					description = <"GP synch rosi">
				>
				["at0001"] = <
					text = <"Date first synchronised">
					description = <"">
				>
				["at0002"] = <
					text = <"Date last synchronised">
					description = <"">
				>
			>
		>
	>