Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Update currentbaseline list to include development pages;
Browse files Browse the repository at this point in the history
Remove status column from main list of specifications;
Update specification license to CC-BY-ND.
  • Loading branch information
Thomas Beale committed Sep 30, 2012
1 parent a012e04 commit 17c9391
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 41 deletions.
20 changes: 20 additions & 0 deletions .gitignore
@@ -0,0 +1,20 @@
*.o
*.lo
*.la
*.al
.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
.#*
.*.swp
.DS_Store
*.adlf
EIFGEN*/
Thumbs.db
*.bak
obj/
24 changes: 19 additions & 5 deletions programs/specification/currentbaseline.php 100644 → 100755
Expand Up @@ -105,7 +105,7 @@
<td class="TableMainC"> <a href="http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/rm/ehr_extract_im.pdf">EHR Extract IM</a></td>
<td class="TableMainC"> UML: <a href="http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/computable/UML/uml.html">source files</a>, <a href="http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/computable/UML/uml_start_view.html">online</a>; XMI; openEHR BMM models</td>
<td class="TableMainC"> The information model of the EHR Extract, which is a serilialisation of content from an EHR. </td>
<td class="TableMainC"> development</td>
<td class="TableMainC"> Trial <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/display/spec/openEHR+EHR+Extract">dev page</a></td>
</tr>
<tr style="background-color:#F3F8FA;">
<td class="TableMainC" style="background-color:#FFFFFF;"> &nbsp;</td>
Expand Down Expand Up @@ -161,7 +161,7 @@
<td class="TableMainC"> <a href="http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/am/adl1.5.pdf">Archetype Definition Language 1.5 (ADL)</a></td>
<td class="TableMainC"> UML: <a href="http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/computable/UML/uml.html">source files</a>, <a href="http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/computable/UML/uml_start_view.html">online</a></td>
<td class="TableMainC"> ADL 1.5 draft: ADL now includes dedicated section on specialisation, many new examples, improved descriptions and corrections of errors. </td>
<td class="TableMainC"> trial</td>
<td class="TableMainC"> development<br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/pages/viewpage.action?pageId=196633">dev page</a></td>
</tr>
<tr style="background-color:#F3F8FA;">
<td class="TableMainC" style="background-color:#FFFFFF;"> &nbsp;</td>
Expand All @@ -176,7 +176,7 @@
<td class="TableMainC"> UML: <a href="http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/computable/UML/uml.html">source files</a>, <a href="http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/computable/UML/uml_start_view.html">online</a></td>
<td class="TableMainC"> AOM 1.5 draft - the AOM description now includes uniquely identified formally testable validity conditions
(suitable for output by compilers), revised primitive types, improved ontology section, and constraint model extended to represent differential archetypes. </td>
<td class="TableMainC"> trial</td>
<td class="TableMainC"> development <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/pages/viewpage.action?pageId=196633">dev page</a></td>
</tr>
<tr style="background-color:#F3F8FA;">
<td class="TableMainC" style="background-color:#FFFFFF;"> &nbsp;</td>
Expand All @@ -197,7 +197,14 @@
<td class="TableMainC"> <a href="http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/am/tom.pdf">Template Object Model</a></td>
<td class="TableMainC"> UML: <a href="http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/computable/UML/uml.html">source files</a>, <a href="http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/computable/UML/uml_start_view.html">online</a></td>
<td class="TableMainC"> Object model of templates. </td>
<td class="TableMainC"> development</td>
<td class="TableMainC"> development <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/pages/viewpage.action?pageId=196633">dev page</a></td>
</tr>
<tr style="background-color:#FFFFDD;">
<td class="TableMainC" style="background-color:#FFFFFF;"> Service Model </td>
<td class="TableMainC"> </td>
<td class="TableMainC"> </td>
<td class="TableMainC"> </td>
<td class="TableMainC"> development<br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/display/spec/openEHR+Service+Model">dev page</a></td>
</tr>
<tr style="background-color:#F3F8FA;">
<td class="TableMainC" style="background-color:#FFFFFF;"> Terminology </td>
Expand All @@ -206,6 +213,13 @@
<td class="TableMainC"> Documentary form of the&nbsp;openEHR terminology, which is a set of vocabularies and code sets used by the reference and archetype models. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr style="background-color:#F3F8FA;">
<td class="TableMainC" style="background-color:#FFFFFF;">Querying</td>
<td class="TableMainC"> Archetype Query Language, a-path </td>
<td class="TableMainC"> AQL grammar, a-path grammar </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> trial <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/display/spec/AQL-+Archetype+Query+Language">dev page</a></td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -281,4 +295,4 @@
</script>

</body>
</html>
</html>
17 changes: 7 additions & 10 deletions programs/specification/iplicense.php 100644 → 100755
Expand Up @@ -100,17 +100,14 @@
<th class="TableMainT"> Comments</th>
</tr>
<tr>
<td class="TableMainC"> <em>Specification document source files </em> </td>
<td class="TableMainC"> <img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" style="border: 1px solid black" /> <br/>
WORK by <a href="http://www.openEHR.org">openEHR Foundation</a> is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. </td>
<td class="TableMainC"> The use of the CC-BY-SA license allows for public sharing, republishing and forking of the specifications. This acts as a safeguard against subversion of the openEHR Foundation
preventing the community using the specifications in a fair way. <br/>
The CC 'ND' (no-derivatives) option was also considered, which would protect openEHR users from specifications that have been tampered with, and republished by someone other than the Foundation. In fact this is what the W3C does with its <a href="http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231">document license</a>. <br/> </td>
<td class="TableMainC"> <em>Specification document published files </em> </td>
<td class="TableMainC"> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/deed.en_GB"><img alt="Creative Commons Licence" style="border-width:0" src="http://i.creativecommons.org/l/by-nd/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">openEHR Specifications</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.openEHR.org" property="cc:attributionName" rel="cc:attributionURL">openEHR Foundation</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/deed.en_GB">Creative Commons Attribution-NoDerivs 3.0 Unported License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.openehr.org/new-ws/site/programs/specification/iplicense" rel="cc:morePermissions">http://www.openehr.org/new-ws/site/programs/specification/iplicense</a>. </td>
<td class="TableMainC"> <p>The use of the CC-BY-ND license allows for public sharing, republishing, and unencumbered commercial use. It protects users of the specifications from unknown and/or local modifications, tampering etc being made outside of the Foundation's own open processes. This is the same thing that W3C does with its <a href="http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231">document license</a>.</p>
<p>The CC 'SA' (Share-alike) option was also considered, but rejected for two reasons. Firstly the openEHR Specifications are considered definitive works of the Foundation, not interpretations of anything else. Their contents and evolution therefore accurately and correctly reflect the processes of the openEHR community itself. Secondly, the integrity of specifications on which healthcare software and systems are directly based is considered of paramount importance to patients and clinical professionals.</p></td>
</tr>
<tr>
<td class="TableMainC"> <em>Specification document published files </em> </td>
<td class="TableMainC"> <img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" style="border: 1px solid black" /> <br/>
WORK by <a href="http://www.openEHR.org">openEHR Foundation</a> is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. </td>
<td class="TableMainC"> <em>Specification document source files </em> </td>
<td class="TableMainC"> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/deed.en_GB"><img alt="Creative Commons Licence" style="border-width:0" src="http://i.creativecommons.org/l/by-nd/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">openEHR Specifications</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.openEHR.org" property="cc:attributionName" rel="cc:attributionURL">openEHR Foundation</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/deed.en_GB">Creative Commons Attribution-NoDerivs 3.0 Unported License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.openehr.org/new-ws/site/programs/specification/iplicense" rel="cc:morePermissions">http://www.openehr.org/new-ws/site/programs/specification/iplicense</a>. </td>
<td class="TableMainC"> <br/><br/><br/>ibid <br/><br/><br/></td>
</tr>
<tr>
Expand Down Expand Up @@ -147,4 +144,4 @@
</script>

</body>
</html>
</html>
31 changes: 5 additions & 26 deletions programs/specification/listofspecifications.php 100644 → 100755
Expand Up @@ -51,125 +51,108 @@
<th class="TableMainT"> Documentary Specification </th>
<th class="TableMainT"> Computable / formal expressions </th>
<th class="TableMainT"> Description </th>
<th class="TableMainT"> Status </th>
</tr>
<tr>
<td class="TableMainC" colspan=5> <b>Requirements</b> </td>
<td class="TableMainC" colspan=4> <b>Requirements</b> </td>
</tr>
<tr>
<td class="TableMainC"> Standards conformance </td>
<td class="TableMainC"> ISO 18308 Conformance statement </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> Document describing conformance of openEHR architecture to ISO TS 18308, &quot;Requirements for EHR Architectures&quot;. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC" colspan=5> <b>Architecture</b> </td>
<td class="TableMainC" colspan=4> <b>Architecture</b> </td>
</tr>
<tr>
<td class="TableMainC"> Architecture <br class="atl-forced-newline" /> </td>
<td class="TableMainC"> Architecture Overview <br class="atl-forced-newline" /> </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> &quot;Read me first&quot; document for the whole architecture. provides a summary of the reference, archetype and service models, and describes global semantics. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> Reference Model</td>
<td class="TableMainC"> EHR IM</td>
<td class="TableMainC"> UML source files; XMI; openEHR BMM models </td>
<td class="TableMainC"> The information model of the openEHR EHR. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> EHR Extract IM</td>
<td class="TableMainC"> UML source files; XMI; openEHR BMM models</td>
<td class="TableMainC"> The information model of the EHR Extract, which is a serilialisation of content from an EHR. </td>
<td class="TableMainC"> trial use <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/display/spec/openEHR+EHR+Extract">dev page</a></td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> Common IM </td>
<td class="TableMainC"> UML source files; XMI; openEHR BMM models</td>
<td class="TableMainC"> Information model containing common concepts, including the archetype-enabling LOCATABLE class, party references, audits and attestations, change control, and authored resources. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> Data Structures IM </td>
<td class="TableMainC"> UML source files; XMI; openEHR BMM models</td>
<td class="TableMainC"> Information model of data structures, incuding a powerful model of HISTORY and EVENT. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> Data Types IM </td>
<td class="TableMainC"> UML source files; XMI; openEHR BMM models</td>
<td class="TableMainC"> Information model of data types, including quantities, date/times, plain and coded text, time specification, multimedia and URIs. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> Support IM </td>
<td class="TableMainC"> UML source files; XMI; openEHR BMM models</td>
<td class="TableMainC"> Support model defining identifiers, assumed types, and terminology interface specification used in the rest of the specifications. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> Archetype Model </td>
<td class="TableMainC"> ADL 1.4 </td>
<td class="TableMainC"> UML source files </td>
<td class="TableMainC"> Abstract syntax specification for archetypes 1.4 edition of language (used in ISO 13606-2). </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> AOM 1.4 </td>
<td class="TableMainC"> UML source files</td>
<td class="TableMainC"> Object model of archetypes corresponding to ADL 1.4. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> ADL 1.5 </td>
<td class="TableMainC"> UML source files</td>
<td class="TableMainC"> ADL 1.5 draft: ADL now includes dedicated section on specialisation, many new examples, improved descriptions and corrections of errors. </td>
<td class="TableMainC"> draft <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/pages/viewpage.action?pageId=196633">dev page</a></td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> AOM 1.5 </td>
<td class="TableMainC"> UML source files</td>
<td class="TableMainC"> AOM 1.5 draft - the AOM description now includes uniquely identified formally testable validity conditions (suitable for output by compilers), revised primitive types, improved ontology section, and constraint model extended to represent differential archetypes. </td>
<td class="TableMainC"> draft <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/pages/viewpage.action?pageId=196633">dev page</a></td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> Template model </td>
<td class="TableMainC"> UML source files</td>
<td class="TableMainC"> Object model of templates. </td>
<td class="TableMainC"> draft <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/pages/viewpage.action?pageId=196633">dev page</a></td>
</tr>
<tr>
<td class="TableMainC"> Service Model </td>
<td class="TableMainC"> EHR Service, etc </td>
<td class="TableMainC"> WSDL files; WADL files... </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> development <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/display/spec/openEHR+Service+Model">dev page</a></td>
</tr>
<tr>
<td class="TableMainC"> Terminology </td>
<td class="TableMainC"> openEHR Vocabulary </td>
<td class="TableMainC"> XML source file </td>
<td class="TableMainC"> Documentary form of the&nbsp;openEHR terminology, which is a set of vocabularies and code sets used by the reference and archetype models. </td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> Querying </td>
<td class="TableMainC"> Archetype Query Language, a-path </td>
<td class="TableMainC"> AQL grammar, a-path grammar </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> trial use <br class="atl-forced-newline" /><a href="http://www.openehr.org/wiki/display/spec/AQL-+Archetype+Query+Language">dev page</a></td>
</tr>
</tbody>
</table>
Expand All @@ -188,21 +171,19 @@
<td class="TableMainT"> Status</td>
</tr>
<tr>
<td class="TableMainC" colspan=5> <b>Implementation</b> </td>
<td class="TableMainC" colspan=4> <b>Implementation</b> </td>
</tr>
<tr>
<td class="TableMainC"> XML </td>
<td class="TableMainC"> XML development guide </td>
<td class="TableMainC"> XSDs for all relevant specifications </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> stable</td>
</tr>
<tr>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> TDS (XSD) specification </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> development</td>
</tr>
<tr>
<td class="TableMainC"> Java </td>
Expand All @@ -216,7 +197,6 @@
<td class="TableMainC"> TDO specification </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> development</td>
</tr>
<tr>
<td class="TableMainC"> .Net </td>
Expand All @@ -230,7 +210,6 @@
<td class="TableMainC"> TDO specification </td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> &nbsp;</td>
<td class="TableMainC"> development</td>
</tr>
<tr>
<td class="TableMainC"> Form languages </td>
Expand All @@ -247,7 +226,7 @@
<td class="TableMainC"> planned</td>
</tr>
<tr>
<td class="TableMainC" colspan=5> <b>Education</b> </td>
<td class="TableMainC" colspan=4> <b>Education</b> </td>
</tr>
<tr>
<td class="TableMainC"> Software Development </td>
Expand All @@ -257,7 +236,7 @@
<td class="TableMainC"> planned</td>
</tr>
<tr>
<td class="TableMainC" colspan=5> <b>Standards Interfaces</b> </td>
<td class="TableMainC" colspan=4> <b>Standards Interfaces</b> </td>
</tr>
<tr>
<td class="TableMainC"> ISO 13606 </td>
Expand Down

0 comments on commit 17c9391

Please sign in to comment.