Re: serialization syntax of openEHR instance data

2019-02-22 Thread Pablo Pazos
Please let me know if you find any issues when using it:
https://github.com/ppazos/openEHR-OPT/issues

On Fri, Feb 22, 2019 at 8:28 AM Georg Fette 
wrote:

> Hello,
> Thank you all. The .xsds are already very useful. And the Toolkit also
> looks beneficial for what I want to do.
> Greetings
> Georg
>
> --
> -
> Dipl.-Inf. Georg Fette  Raum: B001
> Universität WürzburgTel.: +49-(0)931-31-85516
> Am Hubland  Fax.: +49-(0)931-31-86732
> 97074 Würzburg  mail: georg.fe...@uni-wuerzburg.de
> -
>
>
> ___
> openEHR-technical mailing list
> openEHR-technical@lists.openehr.org
>
> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>


-- 
*Ing. Pablo Pazos Gutiérrez*
pablo.pa...@cabolabs.com
+598 99 043 145
skype: cabolabs
Subscribe to our newsletter 

http://www.cabolabs.com
https://cloudehrserver.com
___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org


Re: serialization syntax of openEHR instance data

2019-02-22 Thread Bert Verhees

On 22-02-19 12:27, Georg Fette wrote:

Hello,
Thank you all. The .xsds are already very useful. And the Toolkit also 
looks beneficial for what I want to do.


The toolkit is great, very impressive work.

Also, I found the API-exporer from Marand in which you can test and look 
at API's


https://www.ehrscape.com/api-explorer.html

Both sides together should give you enough tooling about how OpenEhr is 
supposed to work in the technical details.


Bert





___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org


Re: serialization syntax of openEHR instance data

2019-02-22 Thread Georg Fette

Hello,
Thank you all. The .xsds are already very useful. And the Toolkit also 
looks beneficial for what I want to do.

Greetings
Georg

--
-
Dipl.-Inf. Georg Fette  Raum: B001
Universität WürzburgTel.: +49-(0)931-31-85516
Am Hubland  Fax.: +49-(0)931-31-86732
97074 Würzburg  mail: georg.fe...@uni-wuerzburg.de
-


___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org


Re: serialization syntax of openEHR instance data

2019-02-22 Thread Bert Verhees
Dear Georg, my answer is a bit cumbersome, sorry for that, but it is the best I 
can give with not too much effort. 

Go to one of the Marand websites, there is (at least it was, a few years ago, 
last time I looked) their API published in a kind of Open API format, which 
gives you opportunity to experiment with the API and thus also see the JSON 
datasets. 

Best regard
Bert 

Sent from my Xperia™ by Sony smartphone

 Bert Verhees wrote 

>The question asked by George Fette is that he wants to see an example of an 
>OpenEhr dataset in XML or JSON  containing demographics and commonly used 
>archetypes.
>
>Best regards
>Bert
>
>Sent from my Xperia™ by Sony smartphone
>
> Pablo Pazos wrote 
>
>>Adding to Thomas comments,
>>
>>1. Yes, XML XSDs should be the source of truth here
>>2. You can use the openEHR Toolkit to generate instances in XML from an OPT
>>http://server001.cloudehrserver.com/cot/
>>
>>That helps testing and verifying formats.
>>
>>On Thu, Feb 21, 2019 at 5:45 AM Thomas Beale 
>>wrote:
>>
>>> You may want to look at the XSDs here on Github
>>> 
>>> and JSON schemas (emerging) here
>>> .
>>> On 21/02/2019 08:14, Georg Fette wrote:
>>>
>>> Hello,
>>> Is there a documentation of the syntax how openEHR EHR data is serialized
>>> ? I would be interested in a concrete example of an EHR-API-GET-call and
>>> the returned String in XML or JSON which can be used as transfer medium
>>> between applications or as a storage format. It would be beneficial if the
>>> example EHR would contain some commonly used archetypes and some usual
>>> demographics data.
>>> I have taken a look at
>>> https://openehr.github.io/specifications-ITS-REST/ehr.html and at the
>>> "EHR Extract Information Model" but I haven't found something that satified
>>> me in this matter.
>>> Greeting
>>> Georg
>>>
>>> --
>>> Thomas Beale
>>> Principal, Ars Semantica 
>>> Consultant, ABD Project, Intermountain Healthcare
>>> 
>>> Management Board, Specifications Program Lead, openEHR Foundation
>>> 
>>> Chartered IT Professional Fellow, BCS, British Computer Society
>>> 
>>> Health IT blog  | Culture blog
>>>  | The Objective Stance
>>> 
>>> ___
>>> openEHR-technical mailing list
>>> openEHR-technical@lists.openehr.org
>>>
>>> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>>>
>>
>>
>>-- 
>>*Ing. Pablo Pazos Gutiérrez*
>>pablo.pa...@cabolabs.com
>>+598 99 043 145
>>skype: cabolabs
>>Subscribe to our newsletter 
>>
>>http://www.cabolabs.com
>>https://cloudehrserver.com
>>
>>___
>>openEHR-technical mailing list
>>openEHR-technical@lists.openehr.org
>>http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org


Re: serialization syntax of openEHR instance data

2019-02-22 Thread Bert Verhees
The question asked by George Fette is that he wants to see an example of an 
OpenEhr dataset in XML or JSON  containing demographics and commonly used 
archetypes.

Best regards
Bert

Sent from my Xperia™ by Sony smartphone

 Pablo Pazos wrote 

>Adding to Thomas comments,
>
>1. Yes, XML XSDs should be the source of truth here
>2. You can use the openEHR Toolkit to generate instances in XML from an OPT
>http://server001.cloudehrserver.com/cot/
>
>That helps testing and verifying formats.
>
>On Thu, Feb 21, 2019 at 5:45 AM Thomas Beale 
>wrote:
>
>> You may want to look at the XSDs here on Github
>> 
>> and JSON schemas (emerging) here
>> .
>> On 21/02/2019 08:14, Georg Fette wrote:
>>
>> Hello,
>> Is there a documentation of the syntax how openEHR EHR data is serialized
>> ? I would be interested in a concrete example of an EHR-API-GET-call and
>> the returned String in XML or JSON which can be used as transfer medium
>> between applications or as a storage format. It would be beneficial if the
>> example EHR would contain some commonly used archetypes and some usual
>> demographics data.
>> I have taken a look at
>> https://openehr.github.io/specifications-ITS-REST/ehr.html and at the
>> "EHR Extract Information Model" but I haven't found something that satified
>> me in this matter.
>> Greeting
>> Georg
>>
>> --
>> Thomas Beale
>> Principal, Ars Semantica 
>> Consultant, ABD Project, Intermountain Healthcare
>> 
>> Management Board, Specifications Program Lead, openEHR Foundation
>> 
>> Chartered IT Professional Fellow, BCS, British Computer Society
>> 
>> Health IT blog  | Culture blog
>>  | The Objective Stance
>> 
>> ___
>> openEHR-technical mailing list
>> openEHR-technical@lists.openehr.org
>>
>> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>>
>
>
>-- 
>*Ing. Pablo Pazos Gutiérrez*
>pablo.pa...@cabolabs.com
>+598 99 043 145
>skype: cabolabs
>Subscribe to our newsletter 
>
>http://www.cabolabs.com
>https://cloudehrserver.com
>
>___
>openEHR-technical mailing list
>openEHR-technical@lists.openehr.org
>http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org


Re: serialization syntax of openEHR instance data

2019-02-21 Thread Pablo Pazos
Adding to Thomas comments,

1. Yes, XML XSDs should be the source of truth here
2. You can use the openEHR Toolkit to generate instances in XML from an OPT
http://server001.cloudehrserver.com/cot/

That helps testing and verifying formats.

On Thu, Feb 21, 2019 at 5:45 AM Thomas Beale 
wrote:

> You may want to look at the XSDs here on Github
> 
> and JSON schemas (emerging) here
> .
> On 21/02/2019 08:14, Georg Fette wrote:
>
> Hello,
> Is there a documentation of the syntax how openEHR EHR data is serialized
> ? I would be interested in a concrete example of an EHR-API-GET-call and
> the returned String in XML or JSON which can be used as transfer medium
> between applications or as a storage format. It would be beneficial if the
> example EHR would contain some commonly used archetypes and some usual
> demographics data.
> I have taken a look at
> https://openehr.github.io/specifications-ITS-REST/ehr.html and at the
> "EHR Extract Information Model" but I haven't found something that satified
> me in this matter.
> Greeting
> Georg
>
> --
> Thomas Beale
> Principal, Ars Semantica 
> Consultant, ABD Project, Intermountain Healthcare
> 
> Management Board, Specifications Program Lead, openEHR Foundation
> 
> Chartered IT Professional Fellow, BCS, British Computer Society
> 
> Health IT blog  | Culture blog
>  | The Objective Stance
> 
> ___
> openEHR-technical mailing list
> openEHR-technical@lists.openehr.org
>
> http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org
>


-- 
*Ing. Pablo Pazos Gutiérrez*
pablo.pa...@cabolabs.com
+598 99 043 145
skype: cabolabs
Subscribe to our newsletter 

http://www.cabolabs.com
https://cloudehrserver.com
___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org


Re: serialization syntax of openEHR instance data

2019-02-21 Thread Thomas Beale
You may want to look at the XSDs here on Github 
 
and JSON schemas (emerging) here 
.


On 21/02/2019 08:14, Georg Fette wrote:

Hello,
Is there a documentation of the syntax how openEHR EHR data is 
serialized ? I would be interested in a concrete example of an 
EHR-API-GET-call and the returned String in XML or JSON which can be 
used as transfer medium between applications or as a storage format. 
It would be beneficial if the example EHR would contain some commonly 
used archetypes and some usual demographics data.
I have taken a look at 
https://openehr.github.io/specifications-ITS-REST/ehr.html and at the 
"EHR Extract Information Model" but I haven't found something that 
satified me in this matter.

Greeting
Georg


--
Thomas Beale
Principal, Ars Semantica 
Consultant, ABD Project, Intermountain Healthcare 

Management Board, Specifications Program Lead, openEHR Foundation 

Chartered IT Professional Fellow, BCS, British Computer Society 

Health IT blog  | Culture blog 
 | The Objective Stance 

___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org


serialization syntax of openEHR instance data

2019-02-21 Thread Georg Fette

Hello,
Is there a documentation of the syntax how openEHR EHR data is 
serialized ? I would be interested in a concrete example of an 
EHR-API-GET-call and the returned String in XML or JSON which can be 
used as transfer medium between applications or as a storage format. It 
would be beneficial if the example EHR would contain some commonly used 
archetypes and some usual demographics data.
I have taken a look at 
https://openehr.github.io/specifications-ITS-REST/ehr.html and at the 
"EHR Extract Information Model" but I haven't found something that 
satified me in this matter.

Greeting
Georg

--
-
Dipl.-Inf. Georg Fette  Raum: B001
Universität WürzburgTel.: +49-(0)931-31-85516
Am Hubland  Fax.: +49-(0)931-31-86732
97074 Würzburg  mail: georg.fe...@uni-wuerzburg.de
-


___
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org