OwS Object Type: system
Zur Navigation springen
Zur Suche springen
Defined Properties
| Property Name | RWDS | Type | Subtype | Card. | Definition |
|---|---|---|---|---|---|
| _name | RD | string | 1..1 | OwS managed property: Name of the object. Set when the object is initially defined (see define statement). | |
| _type | RD | string | 1..1 | OwS managed property: "system" | |
| oid | RW | string | 0/1..1 | OID of the code system. Used by OwS as the primary identitfier. May only be omitted if an URN is defined. | |
| uri | RW | string | 0/1..1 | URN of the code system. Must be given if no OID is provided. Takes the role of the primary identifier in this case. | |
| version | RW | string | 0..1 | A code system is globally and univocally identifiable by it's OID/URN and Version. The version for external code systems should be provided when introducing this system (see define statement) in order to allow for weak references. | |
| status | R | string | 0..1 | not yet implemented | |
| description | R | collection | string | 0..1 | not yet implemented |
| copyright | R | string | 0..1 | not yet implemented | |
| publisher | R | string | 0..1 | not yet implemented | |
| language | R | string | 0..1 | not yet implemented | |
| concepts | RS | collection | concept | 1..1 | Concepts within the code system |
| _Temp | RW | string | 0..1 | for your own disposition |
RWDS = Read Access - Write Access - Default Value if not explicitly set - Special Treatment