TextSpan

A span of text in the provided document.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
beginOffset integer The unicode codepoint index of the beginning of this span.
content string The original text contained in this span.
View JSON Schema on GitHub

JSON Schema

TextSpan.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TextSpan",
  "description": "A span of text in the provided document.",
  "properties": {
    "beginOffset": {
      "description": "The unicode codepoint index of the beginning of this span.",
      "format": "int32",
      "type": "integer"
    },
    "content": {
      "description": "The original text contained in this span.",
      "type": "string"
    }
  },
  "type": "object"
}