JSON Result Format
NLP API JSON result specification, version 2.37.0.
Example
Result
Type: object.
AnatomicSiteRelation
A relation identifying the anatomic site of various clinical entities such as disorders, findings, morphological abnormalities, observable entities, etc.
Extends Relation.
AssumedEntity
Entity assumed from concept.
Extends Entity.
Concept
Concept in an ontology that has been linked to an entity in the input.
ConceptConfidences
Confidence scores for linking an entity to concepts. Each key is concept label which is also in ‘concept_links’ for the entity. Confidences may not be available for all concepts linked to an entity.
Type: object.
ConceptLabel
Entity label, unique within the document.
Type: string.
Document
The result from NLP API corresponding to one of the input documents.
DocumentAttribute
Attribute describing a document.
DocumentAttributes
Attributes describing a document, with each property being one attribute keyed by name.
DocumentID
Identifier for a document. Must be unique within each submission, and will indicate which result document corresponds to which input document.
Type: string.
DocumentStringAttribute
Extends DocumentAttribute.
Entity
A named entity.
EntityAttributes
Attributes describing a entity, with each property being one attribute keyed by name.
EntityLabel
Entity label, unique within the document.
Type: string.
EntityType
Corresponds to the NER category according to different sources. Each field represents the type according to one source.
ExperiencerRelation
A relation indicating that an entity (could be assumed) is the experiencer of a medical named entity.
Extends Relation.
FollowupRelation
A relation indicating that a follow-up was requested for a certain procedure in an optional timeframe.
Extends Relation.
FoundEntity
Entity identified from input that corresponds to text span(s).
Extends Entity.
Guidance
Specifies if an entity is part of a guidance statement.
Type: string. One of: is_guidance, not_guidance.
HeadingLocation
A location indicating a heading in a document.
Extends Location.
ImageLinkRelation
A relation indicating a reference to an image or image slice, and to findings in that image. There could be multiple images mentioned in this relation and multiple findings associated with one or more images and as result both these arguments are arrays.
Extends Relation.
Location
A part of the input text.
LocationLabel
Identifier for a location in the document.
Type: string.
MeasurementRelation
A relation indicating a measurement of morphological abnormalities or anatomical sites.
Extends Relation.
MeasurementUnit
Unit for a measurement.
Type: string.
MedcinConcept
Concept type for Medcin.
Extends Concept.
MedicationRelation
A relation capturing the various pieces of information associated with a medication prescription.
Extends Relation.
OntologyVersionInfo
Version information for one ontology. May have various extra fields depending on the available information.
PageLocation
A location indicating a page in a document, from input which has page information.
Extends Location.
Polarity
Specifies if the entity is within the scope of negation. An entity can either be asserted or negated.
Type: string. One of: asserted, negated.
ProcessingStatus
Status of processing in the engine: could be either success or error. In the case of error, you should check the report and if everything matches the input requirement (UTF8 being the most salient) you should contact Emtelligent.
Type: string. One of: success, error.
QualifierRelation
A relation indicating that a qualifier value of varying types (such as size/severity) is the modifier of a medical named entity.
Extends Relation.
QuestionStatus
Specifies if the entity is within the scope of a question that is posed in a medical context (e.g. ‘rule out’ or ‘assess’). An entity can either be is_question or not_question. Enabled in Radiology reports only unless the question appears in an ‘Indication’ section.
Type: string. One of: is_question, not_question.
Relation
A relation that is inferred between entities based on understanding the text.
RelationEntityArg
Argument of a relation refering to an entity.
RelationLabel
Relation label, unique within the document.
Type: string.
RelationPersonArg
Argument of a relation refering to a person.
ReportedEventRelation
A relation capturing the notion of a communication between two groups of entities. Currently the only supported category of this relation is critical_results, which indicates that critical results about a important diagnosis are recorded as having been communicated.
Extends Relation.
SectionLocation
A location indicating a section of a document. For example a ‘Subjective’ section may have ‘Problem’ and ‘Nutrition’ sub-sections. In this example ‘Subjective’ will have level 0 and null parent, while ‘Problem’ and ‘Nutrition’ will both have level 1 and their parents will point to the ‘Subjective’ section.
Extends Location.
SectionName
The name of a section within a document, eg ‘INTRO’, ‘IMPRESSION’, ‘Family History’ or ‘FINDINGS’.
Type: string.
SentenceLocation
A location indicating a sentence.
Extends Location.
SnomedIcd10CmConcept
Concept type for ICD10-CM.
Extends Concept.
Span
A span into text.
TemporalityRelation
A relation indicating whether the subject entity is in scope of a temporal_entity. Currently the only supported categories of temporality are historical and specific. The historical category indicates that the subject entity (like heart disease) is within the scope of a historical temporal_entity (like history of) in the sentence history of heart disease. In some cases, the temporal_entity is not a FoundEntity but rather an AssumedEntity by virtue of occurring within a section categorized as historical e.g. Family History:. The specific category indicates that the subject entity (like diabetes) is within the scope of a specific time, date, or date range (since 1982) in the sentence He has had diabetes since 1982. The polarity attribute for this relation indicates whether the temporality status itself is negated or asserted.
Extends Relation.
Uncertainty
Specifies if the entity is within the scope of a hedge or uncertainty indicator (e.g. ‘might be’). An entity can either be certain or uncertain.
Type: string. One of: certain, uncertain.

