possible error small error in BaseTypes.xsd (version 1.0.1)

2009-04-14 Thread Heath Frankel
Hi Bert,
Yes I agree, it should be 

xs:complexType name=DV_AMOUNT abstract=true
...

Heath

 -Original Message-
 From: openehr-technical-bounces at openehr.org [mailto:openehr-technical-
 bounces at openehr.org] On Behalf Of Bert Verhees
 Sent: Saturday, 11 April 2009 7:00 PM
 To: openehr-technical at openehr.org
 Subject: possible error small error in BaseTypes.xsd (version 1.0.1)
 
 According to the documentation
 (http://www.openehr.org/releases/1.0.1/architecture/rm/data_types_im.pd
 f) should
 xs:complexType name=DV_AMOUNT
 be marked abstract.
 
 Bert
 
 
 
 ___
 openEHR-technical mailing list
 openEHR-technical at openehr.org
 http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical




Archetype-triggered events for CDSS

2009-04-14 Thread Pariya Kashfi
Hi all,
In the paper Archetype 101 by Heather and Sam, there's a short  
discussion about CDSS, here comes a quote from it:
Intelligent generic decision support programs can rely on archetype- 
triggered events and for the
first time operate in real-time.

I wonder what is the exact meaning of Archetype-triggered events.
IS any research done in this area before or has any implementation  
based on that been used in a CDSS so far?


Regards
Pariya

PhD Student
Department of Computing  Science and Engineering
Chalmers University of Technology
http://www.cs.chalmers.se/~hajar.kashfi/




-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20090414/dde49950/attachment.html


Archetype-triggered events for CDSS

2009-04-14 Thread Tim Cook
On Tue, 2009-04-14 at 12:59 +0200, Pariya Kashfi wrote:
 Hi all,
 In the paper Archetype 101 by Heather and Sam, there's a short
 discussion about CDSS, here comes a quote from it:
 Intelligent generic decision support programs can rely on
 archetype-triggered events and for the
 first time operate in real-time. 
 
 
 I wonder what is the exact meaning of Archetype-triggered events.
 IS any research done in this area before or has any implementation
 based on that been used in a CDSS so far?
 

Archetypes allow for embedded First Order Predicate Logic therefore in
an application they can do some simple internal processing.

The Epidemiological Surveillance Support System (EpiS3)[1] has been
funded for development (for 3 years, by the INCT-Macc network in Brazil)
based on the Python implementation of openEHR; aka. OSHIP[2].

Though background work began last year, the funding is expected to be
released within the next few weeks and development in earnest can
finally begin. :-)  The OSHIP framework also includes event triggering
and we will be exploring several options using both of these triggering
mechanisms in conjunction forward-chaining inference and Bayesian DSS.

[1]  https://launchpad.net/epis3 
[2]  https://launchpad.net/oship/ 

Regards,
Tim

-- 
Timothy Cook, MSc
Health Informatics Research  Development Services
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == timothy.cook 
**
*You may get my Public GPG key from  popular keyservers or   *
*from this link http://timothywayne.cook.googlepages.com/home*
**
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: 
http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20090414/672573d7/attachment.asc


possible error small error in BaseTypes.xsd (version 1.0.1)

2009-04-14 Thread Bert Verhees
Op dinsdag 14-04-2009 om 14:58 uur [tijdzone +0930], schreef Heath
Frankel:
 Hi Bert,
 Yes I agree, it should be 
 
 xs:complexType name=DV_AMOUNT abstract=true

Thanks for the confirmation.

I am not in the position to repair it.

Bert
 ...
 
 Heath
 
  -Original Message-
  From: openehr-technical-bounces at openehr.org [mailto:openehr-technical-
  bounces at openehr.org] On Behalf Of Bert Verhees
  Sent: Saturday, 11 April 2009 7:00 PM
  To: openehr-technical at openehr.org
  Subject: possible error small error in BaseTypes.xsd (version 1.0.1)
  
  According to the documentation
  (http://www.openehr.org/releases/1.0.1/architecture/rm/data_types_im.pd
  f) should
  xs:complexType name=DV_AMOUNT
  be marked abstract.
  
  Bert
  
  
  
  ___
  openEHR-technical mailing list
  openEHR-technical at openehr.org
  http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
 
 ___
 openEHR-technical mailing list
 openEHR-technical at openehr.org
 http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
 




Archetype-triggered events for CDSS

2009-04-14 Thread Fabiane Bizinella Nardon

Pariya,

At the Zilics EHR there is an implementation of an event service. When a 
composition is saved in the database, registered events are triggered. 
This is used for several decision support activities. For example, to 
help patient triage, an event is triggered when a composition containing 
archetypes with information used to decide if the patient situation is 
an emergency or not is saved. Then, decision rules are fired and this 
will be used to move the patient up or down in the waiting line. To 
retrieve the data from the composition when the event is triggered, the 
A-Path language is used 
(http://www.openehr.org/wiki/display/spec/A-path+proposal+(Zilics)).

Fabiane


Pariya Kashfi wrote:
 Hi all,
 In the paper Archetype 101 by Heather and Sam, there's a short 
 discussion about CDSS, here comes a quote from it:
 Intelligent generic decision support programs can rely on 
 archetype-triggered events and for the
 first time operate in real-time. 

 I wonder what is the exact meaning of Archetype-triggered events.
 IS any research done in this area before or has any implementation 
 based on that been used in a CDSS so far?


 Regards
 Pariya

 PhD Student 
 Department of Computing  Science and Engineering 
 Chalmers University of Technology
 http://www.cs.chalmers.se/~hajar.kashfi/ 
 http://www.cs.chalmers.se/%7Ehajar.kashfi/




 

 ___
 openEHR-technical mailing list
 openEHR-technical at openehr.org
 http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
   



possible error small error in BaseTypes.xsd (version 1.0.1)

2009-04-14 Thread Thomas Beale

Bert,

can you raise this on the openEHR SPEC project tracker on Jira.

thanks

- thomas beale


Bert Verhees wrote:
 Op dinsdag 14-04-2009 om 14:58 uur [tijdzone +0930], schreef Heath
 Frankel:
   
 Hi Bert,
 Yes I agree, it should be 

 xs:complexType name=DV_AMOUNT abstract=true
 

 Thanks for the confirmation.

 I am not in the position to repair it.

 Bert
   
 ...

 Heath

 
 -Original Message-
 From: openehr-technical-bounces at openehr.org [mailto:openehr-technical-
 bounces at openehr.org] On Behalf Of Bert Verhees
 Sent: Saturday, 11 April 2009 7:00 PM
 To: openehr-technical at openehr.org
 Subject: possible error small error in BaseTypes.xsd (version 1.0.1)

 According to the documentation
 (http://www.openehr.org/releases/1.0.1/architecture/rm/data_types_im.pd
 f) should
 xs:complexType name=DV_AMOUNT
 be marked abstract.

 Bert



 ___
 openEHR-technical mailing list
 openEHR-technical at openehr.org
 http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
   
 ___
 openEHR-technical mailing list
 openEHR-technical at openehr.org
 http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical

 

 ___
 openEHR-technical mailing list
 openEHR-technical at openehr.org
 http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical


   


-- 
*Thomas Beale
Chief Technology Officer, Ocean Informatics 
http://www.oceaninformatics.com/*

Chair Architectural Review Board, /open/EHR Foundation 
http://www.openehr.org/
Honorary Research Fellow, University College London 
http://www.chime.ucl.ac.uk/


*
*