Sha256: d26c11b1352fc32c3303726ac317c712d7945c2decc7e2efe066319ef611240c

Contents?: true

Size: 1.36 KB

Versions: 2

Compression:

Stored size: 1.36 KB

Contents

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

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

2 entries across 2 versions & 1 rubygems

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