Hello,
For a project we want to create a generic mechanism to transform archetypes into FHIR Logical Models, so we can store, retrieve and query archetype instance with FHIR tools (CQL, FHIR-REST-API-query). At the moment we just want to read/write archetypes and not archetype instances. We are looking for existing components to parse and process archetypes. I have some questions I encountered related to these issues: - I have found several projects that store openEHR-data (archetypes as well as archetype instances) into different data substrates (Neo4J, ARM (archetype relational mapping), EtherCIS). Although I have not yet looked at the code of these projects I assume that they take an archetype XML-file, parse it and thus create a runtime object of the archetype. That runtime object can then be given as a parameter to a persistence layer (e.g. JOOQ, Hibernate, etc.). In order to reuse something from already existing projects I am looking for a parser that creates a runtime object from an archetype-XML-String, so we can write our own components that transform it into a FHIR runtime object. The component we are looking for should preferably be written in Java, as this is our language of choice in our project. - I am not ye sure if we are looking for a method to transform archetypes, templates or operational templates into FHIR related structures, as I am not yet that familiar with which data structure is preferably used for which kind of task. Therefore, component that, instead of archetypes, parse templates or operational templates would be appreciated as well.
Greetings
Georg

--
---------------------------------------------------------------------
Dipl.-Inf. Georg Fette      Raum: B001
Universität Würzburg        Tel.: +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

Reply via email to