Enum: EnumAssertionType
Provides options to describe the expressed semantics of a condition.
URI: anvil:EnumAssertionType
Permissible Values
| Value |
Meaning |
Description |
| phenotypic_feature |
igcondtype:Phenotypic-Feature |
This is a phenotypic feature |
| disease |
igcondtype:Disease |
Disease |
| comorbidity |
igcondtype:Comorbidity |
Comorbidity |
| histology |
igcondtype:Histology |
Histology |
| clinical_finding |
igcondtype:Clinical-Finding |
Clinical Finding |
| ehr_billing_code |
None |
From an EHR billing record, which may indicate only investigation into a possible diagnosis. |
| measurement |
None |
A measurement of some feature, eg, height or glucose. |
Slots
| Name |
Description |
| assertion_type |
The semantic type of the resource, eg, Condition. |
Schema Source
- from schema: https://anvilproject.org/acr-harmonized-data-model
LinkML Source
name: EnumAssertionType
description: Provides options to describe the expressed semantics of a condition.
from_schema: https://anvilproject.org/acr-harmonized-data-model
rank: 1000
permissible_values:
phenotypic_feature:
text: phenotypic_feature
description: This is a phenotypic feature
meaning: igcondtype:Phenotypic-Feature
title: Phenotypic Feature
disease:
text: disease
description: Disease
meaning: igcondtype:Disease
title: disease
comorbidity:
text: comorbidity
description: Comorbidity
meaning: igcondtype:Comorbidity
title: comorbidity
histology:
text: histology
description: Histology
meaning: igcondtype:Histology
title: histology
clinical_finding:
text: clinical_finding
description: Clinical Finding
meaning: igcondtype:Clinical-Finding
title: clinical-finding
ehr_billing_code:
text: ehr_billing_code
description: From an EHR billing record, which may indicate only investigation
into a possible diagnosis.
title: EHR Billing Code
measurement:
text: measurement
description: A measurement of some feature, eg, height or glucose.
title: Measurement