YADL » 履歴 » バージョン 2
KOBAYASHI Shinji, 2011/04/11 13:21
| 1 | 1 | KOBAYASHI Shinji | h1. YADL |
|---|---|---|---|
| 2 | |||
| 3 | h2. Background |
||
| 4 | |||
| 5 | ADL is one of the openEHR official formalism to express archetype, defined as "ADL 1.4"http://www.openehr.org/svn/specification/TRUNK/publishing/architecture/am/adl1.4.pdf |
||
| 6 | 2 | KOBAYASHI Shinji | Many archetypes are registered on "Clinical Knowledge Manager":http://www.openehr.org/knowledge/ shown such as bellow: |
| 7 | 1 | KOBAYASHI Shinji | <pre> |
| 8 | 2 | KOBAYASHI Shinji | archetype (adl_version=1.4) |
| 9 | openEHR-EHR-OBSERVATION.body_temperature.v1 |
||
| 10 | |||
| 11 | 1 | KOBAYASHI Shinji | concept |
| 12 | 2 | KOBAYASHI Shinji | [at0000] -- Body temperature |
| 13 | 1 | KOBAYASHI Shinji | language |
| 14 | 2 | KOBAYASHI Shinji | original_language = <[ISO_639-1::en]> |
| 15 | translations = < |
||
| 16 | ["ru"] = < |
||
| 17 | language = <[ISO_639-1::ru]> |
||
| 18 | author = < |
||
| 19 | ["name"] = <"Igor Lizunov"> |
||
| 20 | ["email"] = <"i.lizunov@infinnity.ru"> |
||
| 21 | > |
||
| 22 | > |
||
| 23 | ["de"] = < |
||
| 24 | language = <[ISO_639-1::de]> |
||
| 25 | author = < |
||
| 26 | ["organisation"] = <"Ocean Informatics"> |
||
| 27 | ["name"] = <"Sebastian Garde"> |
||
| 28 | > |
||
| 29 | > |
||
| 30 | ["pt-br"] = < |
||
| 31 | language = <[ISO_639-1::pt-br]> |
||
| 32 | author = < |
||
| 33 | ["organisation"] = <"P2D"> |
||
| 34 | ["name"] = <"Marco Borges"> |
||
| 35 | ["email"] = <"marco.borges@p2d.com.br"> |
||
| 36 | > |
||
| 37 | accreditation = <"P2D Health Advisor Council"> |
||
| 38 | > |
||
| 39 | > |
||
| 40 | description |
||
| 41 | original_author = < |
||
| 42 | ["name"] = <"Sam Heard"> |
||
| 43 | ["organisation"] = <"Ocean Informatics"> |
||
| 44 | ["email"] = <"sam.heard@oceaninformatics.com"> |
||
| 45 | ["date"] = <"18/05/2004"> |
||
| 46 | > |
||
| 47 | details = < |
||
| 48 | ["en"] = < |
||
| 49 | language = <[ISO_639-1::en]> |
||
| 50 | purpose = <"To record the measured temperature of a person - as a surrogate for the temperature of the whole body."> |
||
| 51 | use = <"Used for recording the whole body temperature of a person or body. |
||
| 52 | Additional clusters can be included to provide additional state data - including environmental conditions, menstrual cycle details and exertion details, where appropriate. |
||
| 53 | Please Note: The site and method of recording may need to be displayed to the end user to facilitate accurate interpretation of the temperature recorded."> |
||
| 54 | keywords = <"temperature", "body", "core", "fever", "hypothermia", "hyperthermia"> |
||
| 55 | misuse = <"This archetype is not to be used to record the temperature of any other object. |
||
| 56 | This archetype is not to be used to record the temperature of a part of the body in isolation e.g. temperature of the sole of the foot as a part of chronic diabetes management."> |
||
| 57 | copyright = <"copyright (c) 2010 openEHR Foundation"> |
||
| 58 | > |
||
| 59 | ["de"] = < |
||
| 60 | language = <[ISO_639-1::de]> |
||
| 61 | purpose = <"Zur Messung der Temperatur einer Person - als Surrogat for die Temperatur des gesamten Körpers."> |
||
| 62 | use = <"Benutzt zur Aufzeichnung der gesamten Körpertemperatur einer Person oder eines Körpers. |
||
| 63 | 1 | KOBAYASHI Shinji | |
| 64 | 2 | KOBAYASHI Shinji | |
| 65 | |||
| 66 | Wenn benötigt, können zusätzliche Cluster Archetypen eingefügt werden, um zusätzliche Statusdaten bereitzustellen - darunter Details zu Umgebungsbedingungen, Menstruationszyklus und Betätigung. |
||
| 67 | 1 | KOBAYASHI Shinji | </pre> |
| 68 | |||
| 69 | Otherwise, ADL is not so common formalism such as XML or OWL. |
||
| 70 | XML serialisation is considered more popular alternative to express archetype. |
||
| 71 | XML form of archetype is shown bellow |
||
| 72 | <pre> |
||
| 73 | 2 | KOBAYASHI Shinji | <?xml version="1.0"?> |
| 74 | <archetype xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.openehr.org/v1"> |
||
| 75 | <original_language> |
||
| 76 | <terminology_id> |
||
| 77 | <value>ISO_639-1</value> |
||
| 78 | </terminology_id> |
||
| 79 | <code_string>en</code_string> |
||
| 80 | </original_language> |
||
| 81 | <description> |
||
| 82 | <original_author id="name">Sam Heard</original_author> |
||
| 83 | <original_author id="email">sam.heard@oceaninformatics.com</original_author> |
||
| 84 | <original_author id="date">18/05/2004</original_author> |
||
| 85 | <original_author id="organisation">Ocean Informatics</original_author> |
||
| 86 | <other_contributors>Knut Bernstein</other_contributors> |
||
| 87 | <other_contributors>Sebastian Garde</other_contributors> |
||
| 88 | <other_contributors>Ian McNicoll</other_contributors> |
||
| 89 | <other_contributors>Omer Hotomaroglu</other_contributors> |
||
| 90 | <other_contributors>Sundaresan Jaganathan</other_contributors> |
||
| 91 | <other_contributors>Heather Leslie</other_contributors> |
||
| 92 | <other_contributors>Shahla Foozonkhah</other_contributors> |
||
| 93 | <lifecycle_state>AuthorDraft</lifecycle_state> |
||
| 94 | <other_details id="MD5-CAM-1.0.1">67AD0398E82C094EA41963065CD85084</other_details> |
||
| 95 | <details> |
||
| 96 | <language> |
||
| 97 | <terminology_id> |
||
| 98 | <value>ISO_639-1</value> |
||
| 99 | </terminology_id> |
||
| 100 | <code_string>en</code_string> |
||
| 101 | ....snips... |
||
| 102 | </items> |
||
| 103 | </term_definitions> |
||
| 104 | <term_bindings terminology="LNC205"> |
||
| 105 | <items code="/data[at0002]/events[at0003]/data[at0001]/items[at0004]"> |
||
| 106 | <value> |
||
| 107 | <terminology_id> |
||
| 108 | <value>LNC205</value> |
||
| 109 | </terminology_id> |
||
| 110 | <code_string>8310-5</code_string> |
||
| 111 | </value> |
||
| 112 | </items> |
||
| 113 | </term_bindings> |
||
| 114 | </ontology> |
||
| 115 | 1 | KOBAYASHI Shinji | </pre> |