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

Difference between revisions of "UpdateTime proposal"

From HL7Wiki
Jump to navigation Jump to search
 
Line 30: Line 30:
  
 
An alternate approach is to say that the controlActs should be conveyed with a "subject" actRelationship off the focal act of the payload.  The datatypes R2 HIXT.controlActRef would be used to point from an HL7 attribute (such as an address or telephone number) to the controlAct that triggered the most recent change or verification of that information.
 
An alternate approach is to say that the controlActs should be conveyed with a "subject" actRelationship off the focal act of the payload.  The datatypes R2 HIXT.controlActRef would be used to point from an HL7 attribute (such as an address or telephone number) to the controlAct that triggered the most recent change or verification of that information.
 +
 +
There is an even simpler solution, which is to add updateTime : TS in the same way that updateMode is defined. updateMode is conceptually a denormalisation of the controlAct, but with different granularity. I believe that updateTime is similar. --[[User:GrahameGrieve|GrahameGrieve]] 20:52, 1 August 2007 (CDT)

Revision as of 01:52, 2 August 2007

Introduction

There is a requirement to be able to manage distributed updates between intermittently connected systems using timestamps to identify the most recently updated version of the information conveyed.

It is recognised that this approach is problematic because of the need to synchronise system clocks across systems. However it is an approach that is commonly used, and so should be supported by HL7 communication specifications.

Use cases

Supporting distributed changes to demographic information, where the patient address, telephone numbers and registered physicians can be changed independantly in different locations and computer systems.


Existing HL7 solutions

This timestamp information may be modelled as the controlAct.author.time.high for the most recent control act that applies to the information item in question.

One approach is to say that a separate communication (message / SOA method / Document) should be used for each change to an independent piece of information. This is impractical.

An alternate approach is to say that the controlActs should be conveyed with a "subject" actRelationship off the focal act of the payload. The datatypes R2 HIXT.controlActRef would be used to point from an HL7 attribute (such as an address or telephone number) to the controlAct that triggered the most recent change or verification of that information.

There is an even simpler solution, which is to add updateTime : TS in the same way that updateMode is defined. updateMode is conceptually a denormalisation of the controlAct, but with different granularity. I believe that updateTime is similar. --GrahameGrieve 20:52, 1 August 2007 (CDT)