-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
92 changed files
with
8,919 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"name": "Ontoserver, Köln (SU-TermServ)", | ||
"url": "https://terminology-highmed.medic.medfak.uni-koeln.de/fhir" | ||
} | ||
] |
93 changes: 93 additions & 0 deletions
93
wasp/templates/A nutritional intake (observable entity).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"name": "A nutritional intake (observable entity) - v1.0", | ||
"domain": "< 364393001 |Nutritional observable (observable entity)|", | ||
"version": 1, | ||
"logicalTemplate": "364393001 |Nutritional observable (observable entity)|:\n\t[[~0..*]] {\n\t\t[[~0..1]] 1003735000 |Process acts on (attribute)| = [[+id(<< 105590001 |Substance (substance)|) @substance]]\n\t},\n\t[[~0..1]] {\n\t\t[[~0..1]] 246501002 |Technique (attribute)| = [[+id(761996005 |Estimation technique (qualifier value)| OR 272391002 |Measurement technique (qualifier value)|) @technique]]\n\t},\n\t[[~0..1]] {\n\t\t[[~0..1]] 246514001 |Units (attribute)| = 827056004 |Serving (qualifier value)|\n\t},\n\t[[~0..1]] {\n\t\t[[~0..1]] 370130000 |Property (attribute)| = [[+id(<< 118597006 |Quantity rate (property) (qualifier value)|) @property]]\n\t},\t\n\t[[~0..*]] {\n\t\t[[~0..1]] 704321009 |Characterizes (attribute)| = [[+id(<< 432102000 |Administration of substance (procedure)|) @route]]\n\t},\n\t[[~0..1]] {\n\t\t[[~0..1]] 704323007 |Process duration (attribute)| = [[+id(< 310886004 |Absolute times - hours (qualifier value)|) @timeframe]]\n\t}\n", | ||
"conceptOutline": { | ||
"definitionStatus": "FULLY_DEFINED", | ||
"descriptions": [ | ||
{ | ||
"type": "FSN", | ||
"lang": "en", | ||
"termTemplate": "$technique$ quantity of intake of $substance$ via $route$ in $timeframe$ (observable entity)", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
}, | ||
{ | ||
"type": "SYNONYM", | ||
"lang": "en", | ||
"termTemplate": "$technique$ quantity of intake of $substance$ via $route$ in $timeframe$", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
} | ||
] | ||
}, | ||
"lexicalTemplates": [ | ||
{ | ||
"name": "technique", | ||
"displayName": "[technique]", | ||
"takeFSNFromSlot": "technique", | ||
"termReplacements": [ | ||
{ | ||
"existingTerm": "$technique$", | ||
"replacement": "Estimated", | ||
"slotValues":[ | ||
"761996005" | ||
] | ||
}, | ||
{ | ||
"existingTerm": "$technique$", | ||
"replacement": "Measured", | ||
"slotValues":[ | ||
"272391002" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "substance", | ||
"displayName": "[substance]", | ||
"takeFSNFromSlot": "substance", | ||
"termReplacements": [ | ||
{ | ||
"existingTerm": " of $substance$", | ||
"replacement": "", | ||
"slotAbsent": "true" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "route", | ||
"displayName": "[route]", | ||
"takeFSNFromSlot": "route", | ||
"termReplacements": [ | ||
{ | ||
"existingTerm": " via $route$", | ||
"replacement": "", | ||
"slotAbsent": "true" | ||
} | ||
], | ||
"removeParts": [ | ||
"administration of substance via" | ||
] | ||
}, | ||
{ | ||
"name": "timeframe", | ||
"displayName": "[timeframe]", | ||
"takeFSNFromSlot": "timeframe", | ||
"termReplacements": [ | ||
{ | ||
"existingTerm": " in $timeframe$", | ||
"replacement": "", | ||
"slotAbsent": "true" | ||
} | ||
] | ||
} | ||
] | ||
} |
40 changes: 40 additions & 0 deletions
40
wasp/templates/Adverse reaction caused by [substance] (disorder).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "Adverse reaction caused by [substance] (disorder) OUTDATED", | ||
"domain":"<< 282100009 |Adverse reaction caused by substance (disorder)|", | ||
"version": 1, | ||
"logicalTemplate": "281647001 |Adverse reaction (disorder)|:\n\t[[~1..1]] {\n\t\t[[~1..1]] 246075003 |Causative agent (attribute)| = [[+id(< 105590001 |Substance (substance)|) @substance]]\n\t}\n", | ||
"conceptOutline": { | ||
"definitionStatus": "FULLY_DEFINED", | ||
"descriptions": [ | ||
{ | ||
"type": "FSN", | ||
"lang": "en", | ||
"termTemplate": "Adverse reaction caused by $substance$ (disorder)", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
}, | ||
{ | ||
"type": "SYNONYM", | ||
"lang": "en", | ||
"termTemplate": "Adverse reaction caused by $substance$", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
} | ||
] | ||
}, | ||
"lexicalTemplates": [ | ||
{ | ||
"name": "substance", | ||
"displayName": "[substance]", | ||
"takeFSNFromSlot": "substance", | ||
"removeParts": [ | ||
] | ||
} | ||
] | ||
} |
60 changes: 60 additions & 0 deletions
60
wasp/templates/Allergic [disease] caused by [substance] (disorder).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"name": "Allergic [disease] caused by [substance] (disorder) - v2.0", | ||
"domain": "<< 781474001 |Allergic disorder (disorder)|", | ||
"version": 2, | ||
"logicalTemplate":"64572001 |Disease (disorder)|:\n\t[[~1..1]] {\n\t\t[[~1..1]] 116676008 |Associated morphology (attribute)| = [[+id(<< 49755003 |Morphologically abnormal structure (morphologic abnormality)|) @morphology]],\n\t\t[[~1..1]] 370135005 |Pathological process (attribute)| = [[+id(<< 472964009 |Allergic process (qualifier value)|) @pathologicalProcess]],\n\t\t[[~1..1]] 363698007 |Finding site (attribute)| = [[+id(<< 442083009 |Anatomical or acquired body structure (body structure)|) @bodyStructure]],\n\t\t[[~0..1]] 246075003 |Causative agent (attribute)| = [[+id(< 105590001 |Substance (substance)|) @substance]]\n\t}\n", | ||
"conceptOutline": { | ||
"definitionStatus": "FULLY_DEFINED", | ||
"descriptions": [ | ||
{ | ||
"type": "FSN", | ||
"lang": "en", | ||
"termTemplate": "Allergic $morphology$ of $bodyStructure$ caused by $substance$ (disorder)", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
}, | ||
{ | ||
"type": "SYNONYM", | ||
"lang": "en", | ||
"termTemplate": "Allergic $morphology$ of $bodyStructure$ caused by $substance$", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
} | ||
] | ||
}, | ||
"lexicalTemplates": [ | ||
{ | ||
"name": "morphology", | ||
"displayName": "[morphology]", | ||
"takeFSNFromSlot": "morphology" | ||
}, | ||
{ | ||
"name": "bodyStructure", | ||
"displayName": "[bodyStructure]", | ||
"takeFSNFromSlot": "bodyStructure", | ||
"removeParts": [ | ||
"Structure of", | ||
"structure of", | ||
"structure" | ||
] | ||
}, | ||
{ | ||
"name": "substance", | ||
"displayName": "[substance]", | ||
"takeFSNFromSlot": "substance", | ||
"termReplacements": [ | ||
{ | ||
"existingTerm": "caused by $substance$", | ||
"replacement": "", | ||
"slotAbsent": "true" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"name": "Allergic disease (disorder) - v3.0", | ||
"domain": "<< 781474001 |Allergic disorder (disorder)|", | ||
"version": 3, | ||
"logicalTemplate":"64572001 |Disease (disorder)|:\n\t[[~1..*]] {\n\t\t[[~0..1]] 246075003 |Causative agent (attribute)| = [[+id(<< 105590001 |Substance (substance)| OR << 373873005 |Pharmaceutical / biologic product (product)| OR << 410607006 |Organism (organism)| OR << 78621006 |Physical force (physical force)| OR << 260787004 |Physical object (physical object)|) @agent]],\n\t\t[[~1..1]] 363698007 |Finding site (attribute)| = [[+id(<< 442083009 |Anatomical or acquired body structure (body structure)|) @site]],\n\t\t[[~1..1]] 370135005 |Pathological process (attribute)| = [[+id(<< 472964009 |Allergic process (qualifier value)|) @process]],\n\t\t[[~1..1]] 116676008 |Associated morphology (attribute)| = [[+id(<< 49755003 |Morphologically abnormal structure (morphologic abnormality)|) @morphology]]\n\t},\n\t[[~0..1]] {\n\t\t[[~0..1]] 246454002 |Occurrence (attribute)| = [[+id(< 282032007 |Periods of life (qualifier value)|) @occurrence]]\n\t},\n\t[[~0..1]] {\n\t\t[[~0..1]] 263502005 |Clinical course (attribute)| = [[+id(< 288524001 |Courses (qualifier value)|) @course]]\n\t},\n\t[[~0..1]] {\n\t\t[[~0..1]] 42752001 |Due to (attribute)| = [[+id(<< 418715001 |Exposure to potentially harmful entity (event)| OR << 404684003 |Clinical finding (finding)|) @dueTo]]\n\t}\n", | ||
"conceptOutline": { | ||
"definitionStatus": "FULLY_DEFINED", | ||
"descriptions": [ | ||
{ | ||
"type": "FSN", | ||
"lang": "en", | ||
"termTemplate": "Allergic $morphology$ of $bodyStructure$ caused by $substance$ (disorder)", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
}, | ||
{ | ||
"type": "SYNONYM", | ||
"lang": "en", | ||
"termTemplate": "Allergic $morphology$ of $bodyStructure$ caused by $substance$", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
} | ||
] | ||
}, | ||
"lexicalTemplates": [ | ||
{ | ||
"name": "morphology", | ||
"displayName": "[morphology]", | ||
"takeFSNFromSlot": "morphology" | ||
}, | ||
{ | ||
"name": "bodyStructure", | ||
"displayName": "[body structure]", | ||
"takeFSNFromSlot": "site", | ||
"removeParts": [ | ||
"Structure of", | ||
"structure of", | ||
"structure" | ||
] | ||
}, | ||
{ | ||
"name": "substance", | ||
"displayName": "[substance and/or product]", | ||
"takeFSNFromSlot": "agent", | ||
"termReplacements": [ | ||
{ | ||
"existingTerm": "caused by $substance$", | ||
"replacement": "", | ||
"slotAbsent": "true" | ||
} | ||
] | ||
} | ||
] | ||
} |
40 changes: 40 additions & 0 deletions
40
wasp/templates/Allergic reaction caused by [substance] (disorder).json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "Allergic reaction caused by [substance] (disorder) - v2.0", | ||
"domain": "<< 418634005 |Allergic reaction caused by substance (disorder)|", | ||
"version": 2, | ||
"logicalTemplate": "281647001 |Adverse reaction (disorder)|:\n [[~1..1]] { \n\t[[~1..1]] 370135005 |Pathological process (attribute)| = 472964009 |Allergic process (qualifier value)|,\n\t[[~1..1]] 246075003 |Causative agent (attribute)| = [[+id(< 105590001 |Substance (substance)|) @substance]]}\n\n", | ||
"conceptOutline": { | ||
"definitionStatus": "FULLY_DEFINED", | ||
"descriptions": [ | ||
{ | ||
"type": "FSN", | ||
"lang": "en", | ||
"termTemplate": "Allergic reaction caused by $substance$ (disorder)", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
}, | ||
{ | ||
"type": "SYNONYM", | ||
"lang": "en", | ||
"termTemplate": "Allergic reaction caused by $substance$", | ||
"caseSignificance": "CASE_INSENSITIVE", | ||
"acceptabilityMap": { | ||
"900000000000508004": "PREFERRED", | ||
"900000000000509007": "PREFERRED" | ||
} | ||
} | ||
] | ||
}, | ||
"lexicalTemplates": [ | ||
{ | ||
"name": "substance", | ||
"displayName": "[substance]", | ||
"takeFSNFromSlot": "substance", | ||
"removeParts": [ | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.