Reference Model based software implementers meeting March 8, Gothenburg, Sweden

2012-02-09 Thread Rene Spronk (Ringholm)
The next Reference Model based software developers meeting (hosted by 
HL7 RIMBAA) will be held in Gothenburg. See 
http://wiki.hl7.org/index.php?title=RIMBAA_201203_Agenda for agenda.

Core topic: software implementation aspects of Refence Model based 
applications, focusing on both the 13606/OpenEHR RM as well as the HL7 
RIM. Sweden has opted to use 13606/OpenEHR as the base standards for its 
national infrastructure, which means there should be lots of 
opportunities to discuss RM based implementation issues.

Please consider joining the meeting. This is also a call for speakers: 
as a software developer / architect you are kindly invited to share your 
experiences in implementing RM/EHRcom based implementations. Please drop 
me an e-mail should you wish to present.

With best regards,

-Rene

-- 

Rene Spronk Cell: +31 (0)655 363 446
Senior ConsultantFax: +31 (0)318 548 090
Ringholm bv  The Netherlands
http://www.ringholm.com  mailto:Rene.Spronk at ringholm.com
twitter:@Ringholmskype:rene_ringholm
Ringholm is registered at   the Amsterdam KvK reg.# 30155695

Ringholm bv - Making Standards Work - Courses and consulting



Building software to convert HL7 v2/v3 messaging into archetypes templates

2012-02-09 Thread Paulo Ferreira
Hello all,

I'm working on my thesis project, which one of the components is EHRstorage
in a openEHR repository. Since the input is HL7v2.x messages there isthe
necessity of openEHR conversion. I think Heath remembers me, because Heath
andChunlan helps me with this issue. I was capable to assemble a small
prototypethat includes Mirth, which invokes a Java implementation
environment to performthe conversion.
The clinical data that that is present in an Unsolicited ObservationResult
(ORU^R01) for instance, it?s successfully converted, but withoutdemographic
data, neither a patient identification instance. Can you give someclue
about this topic?

Best Regards,
Paulo Ferreira.
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20120209/4b5e52ae/attachment.html


Building software to convert HL7 v2/v3 messaging into archetypes templates

2012-02-09 Thread pablo pazos

Hi Paulo,
If I understand correctly, you need a mapping between the HL7 v2.x PID line and 
some Person archetype of the demographic model: 
http://www.openehr.org/knowledge/OKM.html#showarchetype_1013.1.479
-- 
Kind regards,
Ing. Pablo Pazos Guti?rrez
LinkedIn: http://uy.linkedin.com/in/pablopazosgutierrez
Blog: http://informatica-medica.blogspot.com/
Twitter: http://twitter.com/ppazos

Date: Thu, 9 Feb 2012 17:12:31 +
Subject: RE: Building software to convert HL7 v2/v3 messaging into archetypes   
 templates
From: ferreira.rob...@gmail.com
To: openehr-technical at openehr.org

Hello all,I'm working on my thesis project, which one of the components is 
EHRstorage in a openEHR repository. Since the input is HL7v2.x messages there 
isthe necessity of openEHR conversion. I think Heath remembers me, because 
Heath andChunlan helps me with this issue. I was capable to assemble a small 
prototypethat includes Mirth, which invokes a Java implementation environment 
to performthe conversion.
The clinical data that that is present in an Unsolicited ObservationResult 
(ORU^R01) for instance, it?s successfully converted, but withoutdemographic 
data, neither a patient identification instance. Can you give someclue about 
this topic?
 Best Regards,Paulo Ferreira.

___
openEHR-technical mailing list
openEHR-technical at openehr.org
http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical 
  
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20120209/6ccb037b/attachment.html


Building software to convert HL7 v2/v3 messaging into archetypes templates

2012-02-09 Thread David Moner
Hello,

Here at the Technical University of Valencia, we have been developing
LinkEHR (www.linkehr.com) for the last six years and it seems to be exactly
what you are looking for. LinkEHR Studio has two main functionalities:
- It is a generic archetype editor, able of working with any reference
model you import into it. We have worked with archetypes for
openEHR, EN13606, HL7 CDA, CDISC ODM, MML and many others.
- It is a data transformation tool based on archetypes. You can use an
archetype and map it to a data source, defining the appropriate
transformation functions and rules. Then the tools automatically generates
an XQuery to transform existing XML data instances into XML extracts that
follow the archetype and reference model rules.

Although we have not worked directly with HL7 v2.x messages, it should be
possible to work with them in their XML representation version. You just
have to choose or define an archetype as target schema, import the HL7 XML
message schema as source, and define the correspondences between those two.
We have generated CDA documents based on this methodology, so v2.X messages
should be even easier to manage.

Contact us if you have any question.

Best regards,
David


2012/2/3 Chang, Wo L. wchang at nist.gov

 Dear All,

 ** **

 I hope this is the right reflector?.

 ** **

 First of all, thanks to those who developed tools, prepared tutorials,
 etc.!!

 I have spending the last few days playing around with the followings:

 **? **Java Reference Implementation of openEHR

 **? **LiU-Archtype-Editor-0.5.2

 **? **Archtype Editor 2.2.779

 **? **ADL 1.5 Workbench beta

 **? **Template Designer 2.6.1213.3

 **? **Etc.

 Along with reading very good tutorials on:

 **? **Intro to openEHR, Sam Heard

 **? **Knowledge-enabled approach to eHealth records, Heather
 Leslie

 **? **Using Archtypes with HL7 Messages and Clinical Documents,
 Health Frankel

 **? **EN 13606-2 Gello ? DCM, Andrew McIntyre

 **? **Etc.

 And openEHR stable specifications on:

 **? **Introducing openEHR

 **? **Architecture Overview

 **? **Etc.

 And ISO 13606 Part-1 and Part-2.

 ** **

 I truly believe the archtype/template would be the right approach for my
 project on long-term management and preservation of EHRs.  The Java ref.
 implementation libraries, Archtype Editor, Template Designer are great
 utils/tools.

 ** **

 My basic question is: are there any public tools available to allow me to
 covert HL7 v2/v3 messaging to/from archtypes/templates as described in
 Health Frankel?s tutorial on ?Using Archtypes with HL7 Messages and
 Clinical Documents??

 ** **

 I know there is deep learning curve and would very much appreciated for
 any pointers.

 ** **

 Thanks in advance for any help!

 ** **

 --Wo

 ** **

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




-- 
David Moner Cano
Grupo de Inform?tica Biom?dica - IBIME
Instituto ITACA
http://www.ibime.upv.es

Universidad Polit?cnica de Valencia (UPV)
Camino de Vera, s/n, Edificio G-8, Acceso B, 3? planta
Valencia ? 46022 (Espa?a)
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20120209/5982c777/attachment.html