OwS Object Type: property

Aus CTS2-LE
Zur Navigation springen Zur Suche springen

Defined Properties

Property Name RWDS Type Subtype Card. Definition
Name RD string 1..1 Name of the property as set when the property was defined.
Type RD string 1..1 "property"
PropertyType RWD string 1..1 Type of values of this property. This may be any defined OwS type name or code system name.
Once set this value cannot be changed. Properties with no PropertyType defined are considered to hold values of type "string".
Cardinality RWD string 1..1 Cardinality of the property. Allowed values are
  • 0..1: the property is optional and atomic (may hold a single value of PropertyType).
  • 1..1: the property is mandatory and atomic (must hold a single value of PropertyType).
  • 0..*: the property is optional and holds a collection of values (may hold any number of values of PropertyType).
  • 1..*: the property is mandatory and holds a collection of values (may hold any number of values of PropertyType, but must hold at least one value).

Once set this value cannot be changed. Properties with no Cardinality defined are considered to have a cardinality of "0..1".
Remark: Properties of cardinalities 0..* and 1..* are mapped onto objects of OwS type Collection. You may filter on these collections using the [Property=Value] syntax.

URI RW string 1..1 URI for univocally identifying this property.
Definition RW collection string 0..* Definition of the property. Adding a value to this property will add another collection element unless the set-statement with mode ste to "overwrite" is used.
NOTE: This feature is not supported for the CTS2LE FHIR DSTU-2 release.
Display RWD string 0..1 Text to be shown in the CTS2LE Ontology Browser.
NOTE: This feature is not supported for the CTS2LE FHIR DSTU-2 release.
ValueType RWD string 1..1 deprecated. Please use PropertyType and Cardinality instead.
CollectedType RWD string 0/1..1 deprecated. Please use PropertyType and Cardinality instead.