Changes between Initial Version and Version 1 of ADL1.4


Ignore:
Timestamp:
May 19, 2008, 10:45:28 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ADL1.4

    v1 v1  
     1= アーキタイプ定義言語 1.4 =
     2この文書は[http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/am/adl.pdf ADL 1.4]の翻訳です。内容の正確性については保証しないので原文を参照してください。 [[TOC]]
     3
     4== Copyright Notice ==
     5© Copyright openEHR Foundation 2001 - 2007 All Rights Reserved
     6
     7 1. This document is protected by copyright and/or database right throughout the world and is owned by the openEHR Foundation.
     8 1. You may read and print the document for private, non-commercial use.
     9 1. You may use this document (in whole or in part) for the purposes of making presentations and education, so long as such purposes are non-commercial and are designed to comment on, further the goals of, or inform third parties about, openEHR.
     10 1. You must not alter, modify, add to or delete anything from the document you use (except as is permitted in paragraphs 2 and 3 above).
     11 1. You shall, in any use of this document, include an acknowledgement in the form: "© Copyright openEHR Foundation 2001-2007. All rights reserved. www.openEHR.org"
     12 1. This document is being provided as a service to the academic community and on a non-commercial basis. Accordingly, to the fullest extent permitted under applicable law, the openEHR Foundation accepts no liability and offers no warranties in relation to the materials and documentation and their content.
     13 1. If you wish to commercialise, license, sell, distribute, use or otherwise copy the materials and documents on this site other than as provided for in paragraphs 1 to 6 above, you must comply with the terms and conditions of the
     14
     15openEHR Free Commercial Use Licence, or enter into a separate written agreement with openEHR Foundation covering such activities. The terms and conditions of the openEHR Free Commercial Use Licence can be found at [http://www.openehr.org/free_commercial_use.htm http://www.openehr.org/free_commercial_use.htm]
     16
     17== Trademarks ==
     18“Microsoft” and “.Net” are registered trademarks of the Microsoft Corporation.
     19
     20“Java” is a registered trademark of Sun Microsystems.
     21
     22“Linux” is a registered trademark of Linus Torvalds.
     23
     24== Acknowledgements ==
     25Sebastian Garde, Central Qld University, Australia, for german translations.
     26
     27== 1. はじめに ==
     281. Introduction
     29
     30== 1.1 目的 ==
     311.1 Purpose
     32
     33この文書にはアーキタイプ定義言語(ADL; Archetype Definition Language)の文法と設計原則について記述されている。想定する読者はソフトウェア開発者や技術指向のドメインスペシャリスト、技術顧問(SME; Subject Matter Expert)である。ADLは当初ツールによって読み書きすることを想定していたが、人間にとっても読むことができるものであり一般のテキストエディタを使ってADLアーキタイプを手で編集することもできる。
     34
     35
     36This document describes the design basis and syntax of the Archetype Definition Language (ADL). It is intended for software developers, technically-oriented domain specialists and subject matter experts (SMEs). Although ADL is primarily intended to be read and written by tools, it is quite readable by humans and ADL archetypes can be hand-edited using a normal text editor.
     37
     38想定する読者を下記に示す
     39
     40 * 健康情報の標準を作成する標準化団体
     41 * openEHRを使ってソフトウェア開発をする団体
     42 * openEHRを使う学術グループ
     43 * オープンソースヘルスケアコミュニティ
     44 * 医療情報学者や健康情報に興味を持つ臨床家
     45 * 健康データの管理者
     46
     47The intended audience includes:
     48
     49 * Standards bodies producing health informatics standards;
     50 * Software development organisations using openEHR;
     51 * Academic groups using openEHR;
     52 * The open source healthcare community;
     53 * Medical informaticians and clinicians interested in health information;
     54 * Health data managers.
     55
     56== 1.2 関連する文書 ==
     571.2 Related Documents
     58
     59この文書を読む前に読むべき文書は以下のものである。
     60
     61 * openEHR技術概要 ([http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/html/architecture/overview/Output/front.html Original], [wiki:"Archtectural Overview" 日本語訳])
     62
     63関連する文書は以下のものである
     64
     65 * [http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/am/aom.pdf openEHRアーキタイプオブジェクトモデル]
     66 * [http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/am/openehr_archetype_profile.pdf openEHRアーキタイププロファイル]
     67
     68Prerequisite documents for reading this document include:
     69 * The openEHR Architecture Overview
     70Related documents include:
     71 * The openEHR Archetype Object Model (AOM)
     72 * The openEHR Archetype Profile (oAP)
     73
     74== 1.3 命名規則 ==
     751.3 Nomenclature
     76
     77この文書では、「属性」(attribute)はオブジェクトもデルで定義された型に登録される任意のプロパティを意味する。プリミティブ属性や関連や集約といった関係を表す種類の属性も含まれる。XML「属性」(XML 'Attribute')は常に明示的に「XML属性」(XML attribute)と常に表記します。
     78
     79In this document, the term ‘attribute’ denotes any stored property of a type defined in an object model, including primitive attributes and any kind of relationship such as an association or aggregation. XML ‘attributes’ are always referred to explicitly as ‘XML attributes’.
     80
     81== 1.4 状況 ==
     821.4 Status
     83
     84この文書は開発段階のものであり、標準プロセスに提案し、実装作業を行うために発行されている。
     85
     86This document is under development, and is published as a proposal for input to standards processes and implementation works.
     87
     88この文書は http://www.openehr.org/specification/TAGS/Release-1.0.1/publishing/architecture/am/adl.pdf で入手できる。
     89
     90This document is available at http://www.openehr.org/specification/TAGS/Release-1.0.1/publishing/architecture/am/adl.pdf.
     91
     92この文書の最新版は http://www.openehr.org/specification/TAGS/Release-1.0.1/publishing/architecture/am/adl.pdf から入手できる。
     93
     94The latest version of this document can be found in PDF format at http://svn.openehr.org/specification/TRUNK/publishing/architecture/am/adl.pdf.
     95
     96新しいバージョンが出れば、openehr-announce@openehr.org で案内される。
     97
     98New versions are announced on openehr-announce@openehr.org.