Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HealthcareSuccessResult

Package version

The results of a successful healthcare operation for a single document.

Hierarchy

Index

Properties

entities

entities: HealthcareEntity[]

Healthcare entities.

entityRelations

entityRelations: HealthcareEntityRelation[]

Relations between healthcare entities.

Optional error

error: undefined

Discriminant to determine if this is an error result.

Optional fhirBundle

fhirBundle: Record<string, any>

JSON bundle containing a FHIR compatible object for consumption in other Healthcare tools. For additional information see https://www.hl7.org/fhir/overview.html.

id

id: string

Unique, non-empty document identifier.

Optional statistics

Statistics about the input document and how it was processed by the service. This property will have a value when includeStatistics is set to true in the client call.

warnings

warnings: DocumentWarning[]

An array of warning data corresponding to this document.

If no warnings were returned, this array will be empty.

Generated using TypeDoc