This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Types of Identifiers"

From HL7Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Historically, it has not been possible to differentiate between identifiers in the II datatype.  However, an MnM resolution at the May, 2006 WGM recommending the introduction of an II.useCode property should differentiate this.
+
Historically, it has not been possible to differentiate between identifiers in the II datatype.  However, an MnM resolution at the May, 2006 WGM recommending the introduction of an II.useCode property should differentiate this (see the [[Datatypes R2 Issue 57]] proposal).
 +
Note that the proposal includes a list of types that are not mutualy exclusive, and so various combinations are permitted.
  
*''Business Identifier'': This is a commonly used identifier associated with a particular object.  It is often a publicly exposed identifier which is known to providers and may be printed on reports or forms.  It remains consistent as a class undergoes state transitions, including suspend, resume, revise, abort and complete.  It is the truest identifier of the "object", given the MnM paradigm that an object persists across state transitions.
+
*''Business Identifier'': This is a commonly used identifier associated with a particular object.  It is often a publicly exposed identifier which is known to providers and may be printed on reports or forms.  It remains consistent as a class undergoes state transitions, including suspend, resume, revise, abort and complete.  It is the truest identifier of the "object", given the MnM paradigm that an object persists across state transitions.
  
 
*''Version Identifier'': This is a type of identifier introduced in some jurisdictions to allow referencing a particular business object as it existed at a given point in time.  They can be considered identifiers of a static snapshot of the object.  This type of identifier changes with each state transition on the object.  I.e. The version identifier of an object prior to a 'suspend' state transition is distinct from the identifier of the object after the state transition.  Each version identifier can be tied to exactly one ControlAct event which brought that version into being.
 
*''Version Identifier'': This is a type of identifier introduced in some jurisdictions to allow referencing a particular business object as it existed at a given point in time.  They can be considered identifiers of a static snapshot of the object.  This type of identifier changes with each state transition on the object.  I.e. The version identifier of an object prior to a 'suspend' state transition is distinct from the identifier of the object after the state transition.  Each version identifier can be tied to exactly one ControlAct event which brought that version into being.
 +
**''Information Instance Identifier'':  This is an identifier for the exact information items that are included within a static model instance.  This identifies a view of the business object at a particular point in time, and as such identifies a set of data items that can be digitally signed and/or attested.  This is in contrast to the ''Version Identifier'' which identifies the object at a specific time, but not the amount of information being asserted about the object.  This identifier would be changed when a transformation of the information is performed (eg to add code translations, to provide a simplified textual rendering, or to provide additional information about the object as it existed at the specific point in time).  Note that the ''Information Instance Identifier'' may be conveyed with all its information items "byValue" or with none or some "byReference".  These additional use codes allow Information Instance Identifiers to be used when only enough information for populating a picklist is needed, with the full inforomation instance being retreived if needed.
 +
 +
 +
:To me the Version Identifier could be defined as being a Information Instance Identifier. If there are use-cases for 2 different identifier types, then the Information Instance Identifier is a spezialization of the Version Identifier type. [[User:Rene spronk|Rene spronk]] 06:58, 16 Aug 2006 (CDT)
  
 
See [[Types of Updates]] for a discussion of the link between [[Types of Identifier]] and updates of objects.
 
See [[Types of Updates]] for a discussion of the link between [[Types of Identifier]] and updates of objects.
 +
 +
See [[Datatypes R2 Issue 57]] for the related datatypes proposal.
 +
 +
 +
== Taxonomy of identification ==
 +
 +
Grahame's working list:
 +
 +
* how well do I trust the identifier?
 +
* what is it's scope?
 +
* who assigned it?
 +
* who told me about it?
 +
* how well have I checked it?
 +
* how do I manage correction of it?
 +
* what would I do about duplicates / mistakes?
 +
* what it the re-use cycle?
 +
* is there any limits to it's uniqueness?
 +
* who else knows about it?
 +
* who else do I share based upon it?
 +
* is there federation?
 +
* has it got parts? why would we care?
 +
* has it got check digits?
 +
* how sensitive is it?
 +
* is it fully qualified? if not, where might the context be found?
 +
* did I allocate it?
 +
* do I do matching on it?
 +
*

Latest revision as of 09:23, 21 September 2006

Historically, it has not been possible to differentiate between identifiers in the II datatype. However, an MnM resolution at the May, 2006 WGM recommending the introduction of an II.useCode property should differentiate this (see the Datatypes R2 Issue 57 proposal). Note that the proposal includes a list of types that are not mutualy exclusive, and so various combinations are permitted.

  • Business Identifier: This is a commonly used identifier associated with a particular object. It is often a publicly exposed identifier which is known to providers and may be printed on reports or forms. It remains consistent as a class undergoes state transitions, including suspend, resume, revise, abort and complete. It is the truest identifier of the "object", given the MnM paradigm that an object persists across state transitions.
  • Version Identifier: This is a type of identifier introduced in some jurisdictions to allow referencing a particular business object as it existed at a given point in time. They can be considered identifiers of a static snapshot of the object. This type of identifier changes with each state transition on the object. I.e. The version identifier of an object prior to a 'suspend' state transition is distinct from the identifier of the object after the state transition. Each version identifier can be tied to exactly one ControlAct event which brought that version into being.
    • Information Instance Identifier: This is an identifier for the exact information items that are included within a static model instance. This identifies a view of the business object at a particular point in time, and as such identifies a set of data items that can be digitally signed and/or attested. This is in contrast to the Version Identifier which identifies the object at a specific time, but not the amount of information being asserted about the object. This identifier would be changed when a transformation of the information is performed (eg to add code translations, to provide a simplified textual rendering, or to provide additional information about the object as it existed at the specific point in time). Note that the Information Instance Identifier may be conveyed with all its information items "byValue" or with none or some "byReference". These additional use codes allow Information Instance Identifiers to be used when only enough information for populating a picklist is needed, with the full inforomation instance being retreived if needed.


To me the Version Identifier could be defined as being a Information Instance Identifier. If there are use-cases for 2 different identifier types, then the Information Instance Identifier is a spezialization of the Version Identifier type. Rene spronk 06:58, 16 Aug 2006 (CDT)

See Types of Updates for a discussion of the link between Types of Identifier and updates of objects.

See Datatypes R2 Issue 57 for the related datatypes proposal.


Taxonomy of identification

Grahame's working list:

  • how well do I trust the identifier?
  • what is it's scope?
  • who assigned it?
  • who told me about it?
  • how well have I checked it?
  • how do I manage correction of it?
  • what would I do about duplicates / mistakes?
  • what it the re-use cycle?
  • is there any limits to it's uniqueness?
  • who else knows about it?
  • who else do I share based upon it?
  • is there federation?
  • has it got parts? why would we care?
  • has it got check digits?
  • how sensitive is it?
  • is it fully qualified? if not, where might the context be found?
  • did I allocate it?
  • do I do matching on it?