Identifier
A string, typically numeric or alphanumeric, that is associated with a single object or entity within a given system.
Definition
Typically, identifiers are used to connect content in resources to external content available in other frameworks or protocols.
Type
identifier
Attributes
Key | Type | Cardinality | Description |
---|---|---|---|
system | 0..1 | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | |
value | 0..1 | The portion of the identifier typically relevant to the user and which is unique within the context of the system. | |
use | 0..1 | The purpose of this identifier. Proposed values are:
| |
period | 0..1 | Time period when identifier was/is in use. |
{
"system": "<uri>",
"value": "<symbol>",
"use": "<code>",
"period": { Period }
}
Updated 5 months ago