Look for oenEHR xml schemas.

Sent from my LG Mobile

Lexis Nexis <lexisnexis5490 at gmail.com> wrote:

>Is RM-objects only used for data interchanges between different EHR system?
>
>Does "a way to serialize your RM-objects to that database" means that I
>have to create my own tables to store medical data?
>
>Where can I get a whole picture about how to retrieve data and save data?
>As I understand OpenEHR is used to model medical data. Am I right?
>
>Thanks,
>
>David
>
>
>On Wed, Aug 7, 2013 at 3:33 AM, Bert Verhees <bert.verhees at rosa.nl> wrote:
>
>>  On 08/07/2013 03:21 AM, Lexis Nexis wrote:
>>
>>   Is there a tutorial book I can purchase or some examples? Step-by-step
>> tutorial is best.
>>
>>  I found ArchetypeSaveLoadExample.java, but I missed a lot of imported
>> libraries. How do I find the source code for this example?
>>
>>
>> David, you have to build your own kernel. There is no fully functional
>> kernel in Java available.
>> There are some wheels you have to reinvent.
>>
>> Be careful with advices in the past, they are always/often based on
>> limited experiences, or have some company-politically background.
>>
>> Think for your own, that is the most important advice I can give you.
>>
>> You must think about:
>> - Database-layer, you have to consider the type of database, and then a
>> way to serialize your RM-objects to that database.
>> - You also must consider your infrastructure, how to handle archetypes,
>> how to validate data against the archetypes, how to communicate with GUI's,
>> etc.
>> - How to have a query-engine which is able to query ADL-paths. (AQL)
>>
>> All this is not available in open source, even good ideas how to do so are
>> not available.
>>
>> There is quite a lot you have to do before you have a working
>> OpenEHR-kernel.
>>
>> So, thinking in terms of displaying data on a website, is something you do
>> not need to do coming months.
>> In fact, that is more or less, the last step.
>>
>> A first step:
>> A good study point to start with is read the Reference Model, and look at
>> the archetypes at:
>> http://www.openehr.org/ckm/
>> Try to match them, and when you have understood that, than it will become
>> time to think about how to design your kernel.
>> There are many good ways to do so.
>>
>> This list is a good place for advice, especially when you have more
>> specific questions
>>
>> good luck
>> Bert Verhees
>>
>>
>>
>>
>>  Thanks,
>>
>>  David
>>
>>
>> On Tue, Aug 6, 2013 at 8:59 PM, pablo pazos <pazospablo at hotmail.com>wrote:
>>
>>>  Hi Lexis, you can grab the demographic Person archetype here:
>>> http://www.openehr.org/ckm/
>>>
>>> Then use the ADL Workbench to extract paths, and map those paths with
>>> your fields. We call that mapping a "binding" between archetype nodes and
>>> software elements/artifacts.
>>>
>>> --
>>> Kind regards,
>>> Eng. Pablo Pazos Guti?rrez
>>> http://cabolabs.com <http://cabolabs.com/es/home>
>>>
>>>  ------------------------------
>>> Date: Tue, 6 Aug 2013 20:50:29 -0400
>>> Subject: How to start
>>> From: lexisnexis5490 at gmail.com
>>> To: openehr-technical at lists.openehr.org
>>>
>>>
>>>      I am a Java developer. I am assigned to develop EHR based on
>>> OpenEHR. I read some specifications and they seem very complex to me. For
>>> instance, I want to create a web page like:
>>>
>>>  Last Name:
>>>  First Name:
>>>  Date of Birth Date:
>>>  Gender:
>>>  Phone:
>>>  Email:
>>>  Emergency Contact Person:
>>>
>>>  How do I map this object to Archetype?
>>>
>>>
>>>  David
>>>
>>>  _______________________________________________ openEHR-technical
>>> mailing list openEHR-technical at lists.openehr.org
>>> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>>>
>>> _______________________________________________
>>> openEHR-technical mailing list
>>> openEHR-technical at lists.openehr.org
>>>
>>> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>>>
>>
>>
>>
>> _______________________________________________
>> openEHR-technical mailing listopenEHR-technical at 
>> lists.openehr.orghttp://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>>
>>
>>
>> _______________________________________________
>> openEHR-technical mailing list
>> openEHR-technical at lists.openehr.org
>>
>> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>>
>
>_______________________________________________
>openEHR-technical mailing list
>openEHR-technical at lists.openehr.org
>http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org

Reply via email to