This wiki has undergone a migration to Confluence found Here
Difference between revisions of "Arden Syntax:Implementation Guide:Syntax Description"
Jump to navigation
Jump to search
Karstenf77 (talk | contribs) |
Karstenf77 (talk | contribs) (added template and reference to a picture) |
||
Line 1: | Line 1: | ||
− | |||
=== Fundamentals === | === Fundamentals === | ||
− | Medical knowledge in Arden Syntax is arranged within Medical Logic Modules (MLMs) where each MLM represents sufficient knowledge to make a single decision. Each such an MLM is well organized and structured into categories and slots with specific content. | + | Medical knowledge in Arden Syntax is arranged within Medical Logic |
+ | Modules (MLMs) where each MLM represents sufficient knowledge to make a | ||
+ | single decision. Each such an MLM is well organized and structured into | ||
+ | categories and slots with specific content. | ||
− | + | maintenance: | |
+ | title: ;; | ||
+ | mlmname: ;; | ||
+ | arden: ;; | ||
+ | version: ;; | ||
+ | institution: ;; | ||
+ | author: ;; | ||
+ | specialist: ;; | ||
+ | date: ;; | ||
+ | validation: ;; | ||
+ | library: | ||
+ | purpose: ;; | ||
+ | explanation: ;; | ||
+ | keywords: ;; | ||
+ | citations: ;; | ||
+ | links: ;; | ||
+ | knowledge: | ||
+ | type: ;; | ||
+ | data: ;; | ||
+ | priority: ;; | ||
+ | evoke: ;; | ||
+ | logic: ;; | ||
+ | action: ;; | ||
+ | urgency: ;; | ||
+ | resources: | ||
+ | default: ;; | ||
+ | language: ;; | ||
+ | end: | ||
− | An MLM is composed of slots grouped into 4 required categories: maintenance, library, knowledge, and resources. A category starts with its name followed immediately by a colon (e.g., maintenance:) and the categories must appear in the correct order. Within each category is a set of slots which also must appear in the correct order. | + | An MLM is composed of slots grouped into 4 required categories: |
+ | maintenance, library, knowledge, and resources. A category starts with | ||
+ | its name followed immediately by a colon (e.g., maintenance:) and the | ||
+ | categories must appear in the correct order. Within each category is a | ||
+ | set of slots which also must appear in the correct order. | ||
− | + | [[File:GeneralMLM.png]] |
Revision as of 18:42, 16 October 2013
Fundamentals
Medical knowledge in Arden Syntax is arranged within Medical Logic Modules (MLMs) where each MLM represents sufficient knowledge to make a single decision. Each such an MLM is well organized and structured into categories and slots with specific content.
maintenance: title: ;; mlmname: ;; arden: ;; version: ;; institution: ;; author: ;; specialist: ;; date: ;; validation: ;; library: purpose: ;; explanation: ;; keywords: ;; citations: ;; links: ;; knowledge: type: ;; data: ;; priority: ;; evoke: ;; logic: ;; action: ;; urgency: ;; resources: default: ;; language: ;; end:
An MLM is composed of slots grouped into 4 required categories: maintenance, library, knowledge, and resources. A category starts with its name followed immediately by a colon (e.g., maintenance:) and the categories must appear in the correct order. Within each category is a set of slots which also must appear in the correct order.