Difference between revisions of "Instance Identifier (II)"
| Line 32: | Line 32: | ||
{{ConstraintBox|dtr1-10-II: @root MUST be a syntactically correct OID or UUID}} | {{ConstraintBox|dtr1-10-II: @root MUST be a syntactically correct OID or UUID}} | ||
| − | {{ | + | {{OIBox|DICOM has a max of 64 chars in an OID, Canada uses 200 chars for OIDs.}} |
Revision as of 15:32, 23 July 2013
Instance Identifier (II)
This data type identifies instances of classes like observations or entities (persons, or-ganizations). Attributes are
| Attribute | DT | Conf | Description |
|---|---|---|---|
| @extension | st | O | Identification |
| @root | uid | R | Source of identification |
<id extension="13234453645" root="2.16.840.1.113883.2.6.15.3.427.1"/>
The @root attribute is of type OID (object identifier), a unique identifier of the issuing authority or system.
| Example |
|
For example, a patient with a patient number 13234453645 created by a specific healthcare provider organization is uniquely identified by the number itself in |
In some cases a single OID identifies an object uniquely. In that situation, only @root is populated and @extension is omitted.
| dtr1-8-II: @root should not be longer than 128 characters. Please write a note to the authors of this rule if this is found to be not sufficient |