EntityMentionRelationship

Defines directed relationship from one entity mention to another.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
confidence number The model's confidence in this annotation. A number between 0 and 1.
objectId string object_id is the id of the object entity mention.
subjectId string subject_id is the id of the subject entity mention.
View JSON Schema on GitHub

JSON Schema

EntityMentionRelationship.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EntityMentionRelationship",
  "description": "Defines directed relationship from one entity mention to another.",
  "properties": {
    "confidence": {
      "description": "The model's confidence in this annotation. A number between 0 and 1.",
      "format": "double",
      "type": "number"
    },
    "objectId": {
      "description": "object_id is the id of the object entity mention.",
      "type": "string"
    },
    "subjectId": {
      "description": "subject_id is the id of the subject entity mention.",
      "type": "string"
    }
  },
  "type": "object"
}