Package version:

Interface HealthcareEntity

A healthcare entity represented as a node in a directed graph where the edges are a particular type of relationship between the source and target nodes.

Hierarchy

Properties

Whether the entity is negated.

category: string

Defines values for HealthcareEntityCategory. KnownHealthcareEntityCategory can be used interchangeably with HealthcareEntityCategory, this enum contains the known values that the service supports.

Known values supported by the service

BODY_STRUCTURE AGE GENDER EXAMINATION_NAME DATE DIRECTION FREQUENCY MEASUREMENT_VALUE MEASUREMENT_UNIT RELATIONAL_OPERATOR TIME GENE_OR_PROTEIN VARIANT ADMINISTRATIVE_EVENT CARE_ENVIRONMENT HEALTHCARE_PROFESSION DIAGNOSIS SYMPTOM_OR_SIGN CONDITION_QUALIFIER MEDICATION_CLASS MEDICATION_NAME DOSAGE MEDICATION_FORM MEDICATION_ROUTE FAMILY_RELATION TREATMENT_NAME

confidenceScore: number

Confidence score between 0 and 1 of the extracted entity.

dataSources: Object

Entity references in known data sources.

length: number

Length for the entity text. Use of different 'stringIndexType' values can affect the length returned.

normalizedText?: string

Normalized name for the entity. For example, the normalized text for "histologically" is "histologic".

offset: number

Start position for the entity text. Use of different 'stringIndexType' values can affect the offset returned.

subCategory?: string

(Optional) Entity sub type.

text: string

Entity text as appears in the request.

Generated using TypeDoc