I want to make knowlege server.
- how can i get openehr.org/ckm source? is it open source?
1-1. is it this? https://github.com/openEHR/openehr-website
- does ckm have licence?
I want to make knowlege server.
1-1. is it this? https://github.com/openEHR/openehr-website
Hi,
I assume by ‘knowledge server’, you mean some kind of repository service for archetypes, templates and termsets.
CKM is a commercial product with a proprietary license, which the openEHR Foundation uses to manage its international archetype repository and which is used by other organisations and governments around the world for the same purpose. The archetypes and templates themselves are open-sourced.
If you are interested in building some kind of open source knowledge service, you might think about something that ot more attuned to application developers i.e to help maintain and manage sets of archetypes through local development cycles. Something based on Git would probably work quite well, particularly if it can start to be integrated with development tools.
Ian