Skip to content

Commit 39d8ebc

Browse files
Merge pull request #236818 from yelsehrawy/patch-25
New relationships and temporal assertions supported.
2 parents c5dc5c2 + 89b1094 commit 39d8ebc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

articles/cognitive-services/language-service/text-analytics-for-health/concepts/assertion-detection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Text Analytics for health returns assertion modifiers, which are informative att
4141
* **Subject** [Default]: the concept is associated with the subject of the text, usually the patient.
4242
* **Other**: the concept is associated with someone who is not the subject of the text.
4343

44+
**TEMPORAL** - provides additional temporal information for a concept detailing whether it is an occurrence related to the past, present, or future.
45+
* **Current** [Default]: the concept is related to conditions/events that belong to the current encounter. For example, medical symptoms that have brought the patient to seek medical attention (e.g., “started having headaches 5 days prior to their arrival to the ER”). This includes newly made diagnoses, symptoms experienced during or leading to this encounter, treatments and examinations done within the encounter.
46+
* **Past**: the concept is related to conditions, examinations, treatments, medication events that are mentioned as something that existed or happened prior to the current encounter, as might be indicated by hints like s/p, recently, ago, previously, in childhood, at age X. For example, diagnoses that were given in the past, treatments that were done, past examinations and their results, past admissions, etc. Medical background is considered as PAST.
47+
* **Future**: the concept is related to conditions/events that are planned/scheduled/suspected to happen in the future, e.g., will be obtained, will undergo, is scheduled in two weeks from now.
4448

4549
Assertion detection represents negated entities as a negative value for the certainty category, for example:
4650

articles/cognitive-services/language-service/text-analytics-for-health/concepts/relation-extraction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ The following list presents all the recognized relations by the Text Analytics f
6161

6262
**ABBREVIATION**
6363

64+
**AMOUNT_OF_SUBSTANCE_USE**
65+
6466
**BODY_SITE_OF_CONDITION**
6567

6668
**BODY_SITE_OF_TREATMENT**
@@ -95,6 +97,8 @@ The following list presents all the recognized relations by the Text Analytics f
9597

9698
**FREQUENCY_OF_MEDICATION**
9799

100+
**FREQUENCY_OF_SUBSTANCE_USE**
101+
98102
**FREQUENCY_OF_TREATMENT**
99103

100104
**MUTATION_TYPE_OF_GENE**
@@ -131,4 +135,4 @@ The following list presents all the recognized relations by the Text Analytics f
131135

132136
## Next steps
133137

134-
* [How to call the Text Analytics for health](../how-to/call-api.md)
138+
* [How to call the Text Analytics for health](../how-to/call-api.md)

0 commit comments

Comments
 (0)