Sha256: 20b1db93f74c93fde6c07b36a3b9bbad565497b5bc3056168807af89cdce752f

Contents?: true

Size: 1.36 KB

Versions: 21

Compression:

Stored size: 1.36 KB

Contents

archetype (adl_version=1.4)
	adl-test-SOME_TYPE.generic_type_basic.v1

concept
	[at0000]	-- root item
language
	original_language = <[ISO_639-1::en]>
description
	original_author = <
		["name"] = <"Thomas Beale">
	>
	details = <
		["en"] = <
			language = <[ISO_639-1::en]>
			purpose = <"Illustrates the use of generic types">
			keywords = <"ADL", "test">
			copyright = <"copyright (c) 2006 The openEHR Foundation">
		>
	>
	lifecycle_state = <"draft">

definition
	SOME_TYPE[at0000] matches {	-- root item
		interval_attr matches {
			INTERVAL<QUANTITY>[at0001] matches {	-- interval of quantities
				lower matches {
					QUANTITY matches {
						property matches {"temperature"}
						unit matches {"C"}
						magnitude matches {|>= 37.0|}
					}
				}
				upper matches {
					QUANTITY matches {
						property matches {"temperature"}
						unit matches {"C"}
						magnitude matches {|>= 39.0|}
					}
				}
				lower_included matches {True}
				upper_included matches {True}
			}
		}
		interval_attr2 matches {
			use_node INTERVAL<QUANTITY> /interval_attr[at0001]
		}
	}

ontology
	term_definitions = <
		["en"] = <
			items = <
				["at0000"] = <
					description = <"xxxx">
					text = <"root item">
				>
				["at0001"] = <
					description = <"interval">
					text = <"interval of quantities">
				>
			>
		>
	>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
open_ehr-0.9.4 spec/lib/open_ehr/parser/adl14/adl-test-SOME_TYPE.generic_type_use_node.draft.adl